/* Color Pallete 
White : #FBF8F8
Black : #292626
Blue : #77C9CE */

body {
    background-color: #FBF8F8;
    color: #77C9CE; 
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin: 0;
    text-align: justify;
  }
  
  * {
    box-sizing: border-box;
  }

/*  H E A D E R  */

.img-container {
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.inner-container-nav {
  flex: 1;
  text-align: center;  
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.inner-container-title {
  flex: 1;
  text-align: center; /*try align left*/
  width: 100%;
  color: #77C9CE
  height: auto;
  margin-top: 300px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.img-container h1 {
  font-size: 4em; /*consider 6em*/
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.15em;
  flex: 1;
  transition: font-size 0.2s ease-out;
}

.img-container h1:hover {
  font-size: 5em;
  transition: font-size 0.2s ease-in;
}

.img-container h2 {
  margin-top: -2px;
  padding: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
  text-align: center;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.1em;
  flex: 1;
}

.img-container a {
  margin-top: 20px;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2em;
}

.btn {
  display: inline-block;
  width: 12%;
  padding: 10px;
  color:#77C9CE;
  border: 2px solid #77C9CE;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn:hover, btn:active {
  background-color: #77C9CE;
  color: #000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}


  .container {
      margin: 0, 30px, 30px, 30px;
      padding: 30px;
  }

  /* Title */ 

.topimage {
    position: relative;
    text-align:center;

}

.titlecentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-variant-caps: titling-caps;
    font-weight: 600;

}

img {
	max-width: 100%;
}



/*.titlecentered {
    display: flex;
    justify-content: center;
    position: absolute;=
    font-size: 60px;
} */

  /* h1 {
      margin-top: 120px;
      margin-bottom: 120px;
      text-align: center;
      font-size: 60px;
  }  */

  /* Title */


  /* START OF GALLERY */

  
  /* Position the image container (needed to position the left and right arrows) */
 .gallery {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  /* END OF GALLERY */ 


  /* Bio */
  .bio {
      background-color:#77C9CE;
      padding: 30px 50px;
      margin-top: 50px;
      font-size: 18px;
      color: #FBF8F8 ;
      text-align: justify;

  }
  /* End of Bio */

  /* Start of change my life*/

.lifecontainer {
  display: flex;
  padding: 30px;
}

.how {
  text-align: center;
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;

}

  /* div class="lifecontainer">
                    <div class="how"> */

  /* END of change my life */

/* Start of Container2 */

 .container2 {
     display: flex;
     justify-content: space-between;
 }
  
.inspo,
.accomplishments {
    background-color: rgba(58, 58, 58, 0.3);
    color: #292D2D;
    padding: 25px;
    box-sizing: border-box;
    flex-basis: 48%;
  }

  .inspo h2,
  .accomplishments h2 {
      font-size: 20px;
      margin: 0;
      text-align: center;
      background-color:  #77C9Ce;

  }

  .accomplishments li, {
    list-style: none;
  }
  .accomplishments a {
    color: #292D2D;
      text-decoration: none;      
  }

  .accomplishments a:hover {
      color: #77C9Ce;
  }
/* End of container2*/


/* Start of Social Media */

  .social-media {
    background-color: rgba(58, 58, 58, 0.3);
    margin-top: 25px;
    margin-bottom: 25px;  
    display: flex;
    justify-content: space-around;
  }

  .social-media-childs {
    flex-basis: 10%;
    
  }

  .social-media li {
      list-style: none;
      font-size: 40px;
  }

  .social-media li a {
      color: #FBF8F8;
    
  }

  .social-media a:hover {
      color: #77C9CE;
  }
  
/* End of Social media*/  


/* Google Maps */

.maps {
    border: 10px solid #77C9CE;
}

.maps iframe {
    height: 300px;
    width: 100%;    
    filter: grayscale(100%);

}

/* END OF Google Maps */

/* Start of Author */

.C1 {
  display: flex;
  background-color: lightgray ;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}

.C2 {
  width:22%;
  margin-right:20px;
}

.C3 {
  flex-grow: 1;
background-color:#FBF8F8;
padding:20px;
border-radius: 10px;
max-width: 75%;

}

.C3 h2{
  margin-block-start: 0px;
}

.C2 img {
  border: 6px solid #FBF8F8;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.C3 a:hover {
  color: #272626;
}

.C3 a {
  text-decoration: none;
  color: #77C9CE;
  font-family: inherit;
  
}

 /* End of Author */