/*DOCUMENT*/

.container {
    padding: 50px 100px;
}

.hero-content {
  box-shadow: 10px 10px 120px grey;
}

.title {
  box-shadow: 10px 20px 120px grey;
}

.two-sections {
  box-shadow: 10px 10px 120px grey;
}

.aboutme {
  box-shadow: 10px 5px 120px grey;
}

.mentor-container {
  box-shadow: 10px 10px 120px grey;
}


/*TEXT*/

html {
    font-size: 100%;
    height: 100%;
    letter-spacing: 1px;
    overflow-x: hidden;
}

p {
    color: #000000;
    font-family: 'Muli';
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #000000;
    font-family: 'Raleway';
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: 'Raleway';
    font-weight: 700;
    color: #333333;
    margin: 0;
}

h1 {
    color: #FFFFFF;
    text-align: center;
    font-family: 'Raleway';
    font-size: 48px;
    font-weight: 700;

}

h2 {
  color: #000000;
  text-align: left;
  font-family: 'Halant';
  font-size: 30px;
  font-weight: 500;
}

h3 {
  color: #000000;
  text-align: center;
  font-family: 'halant';
  font-size: 25px;
  font-weight: 500;
}

.mobile {
  display: none;
}

.title h3 {
  text-align: left;
  padding-left: 2%;
}


/*BUTTONS*/

.contactbutton {
  text-decoration: none;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.contactbutton a {
    padding: 10px 40px;
    padding-right: 0px;
}

.contactbutton a:hover {
    color: #465D5D;
    background-color: #ffffff;
}

.contactbutton:hover {
    color: #465D5D;
    background-color: #ffffff;
}

.button a {
    text-decoration: none;
    color: #ffffff;
    background-color: #465D5D;
    border: 3px solid #465D5D;
    padding: 10px 40px;
    font-weight: 400;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.button a:hover {
    color: #465D5D;
    background-color: #ffffff;
}

.button {
    margin-top: 40px;
}

.aboutbutton a {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border: 3px solid #465D5D;
    border-radius: 4px;
    padding: 10px 40px;
    font-weight: 400;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.aboutbutton a:hover {
    color: #ffffff;
    background-color: #465D5D;
    border: 3px solid #ffffff;
}

.aboutbutton {
    margin-top: 40px;
}

/*NAV*/
.navbar {
    padding: 18px;
    margin-right: 5%;
    margin-bottom: 0;
 }

 .hvr-underline-from-center {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   position: relative;
   overflow: hidden;
 }

 .hvr-underline-from-center:before {
   content: "";
   position: absolute;
   z-index: -1;
   left: 51%;
   right: 51%;
   bottom: 0;
   background: #FFFFFF;
   height: 3px;
   -webkit-transition-property: left, right;
   transition-property: left, right;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
 }

 .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
   left: 0;
   right: 0;
 }

 .menu-container {
     float: right;
     display: flex;
 }

 .menu-container #main-menu,
 .menu-container > input {
     display: none;
 }

 .menu-container > label {
     display: block;
     font-size: 32px;
     color: #ffffff;
     position: absolute;
     right: 20px;
     width: 36px;
     padding: 0;
     cursor: pointer;
 }

 .menu-container > input:checked + #main-menu {
     display: block;
     clear: both;
     position: absolute;
     right: 0;
     background: #FFFFFF;
     width: 100%;
     margin: 0 auto;
     z-index: 1000;
 }

 .menu-container a {
     text-decoration: none;
     color: #FFFFFF;
     font-size: 14px;
     margin-right: 48px;
 }


/*DESGIN PROCESS*/

.flex-container.no-wrap {
    flex-wrap: nowrap;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:flex-start;
}

.one-fourth{
  display: inline-bloc;
  width:80%;
}

.designproc p {
  text-align: left;
  padding-left: 70px;
}

.designproc h3{
  text-align: left;
  padding-left: 70px
}

/*FOOTER*/

footer h2 {
  color: white;
  text-align: center;
  padding-top: 2%;
}

footer {
    padding-top: 5px;
}

.footer-content {
    color: #ffffff;
    background-color: #465D5D;
    height: 150px;
}

.copyright {
    color: #ffffff;
     font-size: 12px;
     text-align: left;
     margin-left: 32px;
     position: relative;
     top: 55px;
 }

.footer-links {
    width: 100%;
    text-align: center;
}

.footer-links a {
    font-size: 24px;
    display: inline;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-links a:hover {
    color: #000000;
}


/*Reference*/


.mentor-container {
  background-color: #99B2AF;
  padding: 8rem 1.25rem;
}

.mentor-box {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}


.mentor-text-alignment {
  flex: 1 1 0%;
}

.mentor-sentences {
  letter-spacing: .08em;
  font-size: 1rem;
}

.mentor-image-container {
  display: flex;
  justify-content: space-around;
}

.mentor-image-items {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: .75rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mentor-picture {
  margin-bottom: 16px;
}


/*Contact Me*/



  .overlay{
    background-color: #99B2AF;
    height: 300px;
    width: 500px;

  }
  .contact {
    width: 40%;
    margin: 10% 30% 5% 30%;
  }

  .contact a {
    font-size: 19px;

  }
  .contact p{
    font-size: 19px;
    margin: 2% 5% 5% 5%;
  }

  .contact h2 {
    padding: 10% 0% 0% 5%;
  }

  .return-top {
    text-align: center;
    margin-bottom: 5%;
  }

/*RESIZE*/

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

@media (max-width: 1080px) {
    h2 {
        font-size: 30px;
    }
    .container {
        padding: 50px 80px;
    }
}

@media (max-width: 930px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    .footer-links a {
        font-size: 30px;
        line-height: 1;
    }
    .copyright {
        text-align: center;
        margin-left: 0;
    }
}

@media (min-width: 681px) {
    p {
        font-size: 14px;
        line-height: 1.5;
    }
    .navbar .logo {
        position: relative;
        left: 3%;
        width: 135px;
     }

    .menu-container {
        height: auto;
    }
    .menu-container #main-menu {
        display: block;
    }
    .menu-container > label {
        display: none;
    }
    .menu-container ul li {
        display: inline-block;
    }
    .right {
        margin-left: 50px;
    }
   .left {
       margin-right: 50px;
   }
}

@media (max-width: 680px) {
    h1 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
        line-height: 1.3;
    }
    .navbar .logo {
        left: 24px;
        width: 50px;
    }
    .container {
        padding: 40px 30px;
    }
    .profile-image {
        margin-left: -100px;
        margin-top: -175px;
    }
    .profile-image img {
        width: 200px;
    }
    .menu-container {
        text-align: center;
    }
    .menu-container > input:checked + #main-menu {
        top: 75px;
    }
    .menu-container a {
        color: #ffffff;
        font-size: 30px;
        margin: 16px;
    }
    .menu-container ul li {
        padding: 16px 16px;
        border-bottom: 2px solid #ffffff;
    }
    .flex-container {
        flex-direction: column;
    }

    .overlay{
      background-color: #99B2AF;
      width: 200px;
    }

    .contact-text {
      width:150px;
    }



    .contact {
      margin:5% 20% 5% 20%;
    }

    .contact a {
      font-size: 14px;

    }
    .contact p{
      font-size: 14px;
      margin: 2% 5% 5% 5%;
    }

    .contact h2 {
      padding: 10% 0% 0% 5%;
    }

    .return-top {
      text-align: center;
      margin-bottom: 5%;
    }

    .one-third{
      display:flex;
      flex-direction: row;
      width:20%;
    }

    .menu-container a {
      color: black;
    }

    .no-mobile {
      display: none;
    }

}



@media only screen and (min-width: 768px) {
  .mentor-container {
  padding: 12rem 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .mentor-box {
  flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  .mentor-text-alignment {
    padding-right: 12rem;
  }
}
