/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */
body {
  font-family: 'Open Sans', serif;
  padding-top: 54px;
  color: #88939e;
  background-color: #222020 !important; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5b5c5e; }

h1 {
  font-size: 6rem;
  line-height: 5.5rem; }

h2 {
  font-size: 3.5rem; }

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem; }

.list-social-icons a {
  color: #495057; }
  .list-social-icons a:hover {
    color: #000; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 3rem; }
  .list-icons .list-inline-item i:hover {
    color: #BD5D38; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase; }

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh; }
    #sideNav .navbar-brand {
      display: flex;
      margin: auto auto 0;
      padding: 0.5rem; }
      #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2); }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: block; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
  section.resume-section .resume-item .resume-date {
    min-width: none; }

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh; }
    section.resume-section .resume-item .resume-date {
      min-width: 18rem; } }

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

.bg-primary {
  background-color: #BD5D38 !important; }

.text-primary {
  color: #BD5D38 !important; }

a {
  color: #BD5D38; }
  a:hover, a:focus, a:active {
    color: #824027; }

    /* projects */
    img {
      display: block;
      width: 100%;
    }
    
    h2 {
      margin: 0;
      font-size: 1.4rem;
    }
    
    @media (min-width: 50em) {
      h2 {
        font-size: 1.8rem;
      }
    }
    
    .cta {
      --shadowColor: 187 60% 40%;
      display: flex;
      flex-wrap: wrap;
      flex: 1 1 calc(50% - 1rem);
      margin: 0.5rem;
      background: hsl(187 70% 85%);
      max-width: 50rem;
      width: 100%;
      box-shadow: 0.65rem 0.65rem 0 hsl(var(--shadowColor) / 1);
      border-radius: 0.8rem;
      overflow: hidden;
      border: 0.5rem solid;
    }
    
    .cta img {
      aspect-ratio: 3 / 2;
      object-fit: cover;
      flex: 1 1 300px;
      outline: 0.5rem solid;
    }
    
    .cta__text-column {
      padding: min(2rem, 5vw) min(2rem, 5vw) min(2.5rem, 5vw);
      flex: 1 0 50%;
    }
    
    .cta__text-column > * + * {
      margin: min(1.5rem, 2.5vw) 0 0 0;
    }
    
    .cta a {
      display: inline-block;
      color: black;
      padding: 0.5rem 1rem;
      text-decoration: none;
      background: hsl(187 75% 64%);
      border-radius: 0.6rem;
      font-weight: 700;
      border: 0.35rem solid;
    }
    .Project{
      display: flex;
      flex-wrap: wrap;
      overflow: hidden;
    }
    @media (max-width: 768px) {
      .cta {
        flex: 1 1 calc(100% - 1rem);
      }
    }
    /* Contact Section */
#contact {
  padding: 60px 0;
  text-align: center;
}

#contact h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

#contact p {
  font-size: 18px;
  margin-bottom: 40px;
  color: #666;
}

.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact-form textarea {
  height: 150px;
}

.contact-form button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #555;
}
