/*grey #797979
light-grey #c0c0c0
lighter-grey #dddddd;
red: #e6433b;
*/

/*---------------*/
/*    Global     */
/*---------------*/

h1{
  font-family: 'Kameron', sans-serif;
  color: #797979;
  font-size: 4rem;
  margin-top: 0;
}

h2, h3, h4, h5{
  font-family: 'Roboto';
  font-weight: 900;
  color: #797979;
}

h2{
  color:#333333;
}

body{
  font-family: 'Roboto';
  font-weight: 400;
  padding: 0;
  font-size: 18px;
  background-image: url('../assets/dark_wall.png');
  background-repeat:repeat;
}

small{
  font-size: 15px;
}

section{
  clear:both;
}

.overlay{
  width:100%;
  height:100%;
  background: rgba(0,0,0,.6);
}

.text-center{
  text-align: center;
}

a{
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}

a:hover{
  color:#e52929;
  font-weight: 900;
  text-decoration: underline;
  transition:all .2s ease-in-out;
}

iframe{
  max-width: 100%;
}

img{
  max-width: 100%;
}

/*---------------*/
/*    Header     */
/*---------------*/

/* header{
  text-align: center;
  background-image: url('../assets/Work-Photo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow: 1px 1px 2px #333333;
} */

/*---------------*/
/*    Intro      */
/*---------------*/

section.intro{
  padding: 2rem 1rem;
  text-align: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.intro h2, section.intro h3, section.intro p, section.intro a{
  color:white;
}

.intro h1, .intro h3{
  color:white;
  text-align: center;
  width: 100%;
}

.intro .overlay{
  padding:9rem 0;
  overflow: hidden;
}

.intro .name{
  margin-bottom:1rem;
}

.intro .contact{
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.intro .contact-item-wrapper{
  margin-top: 1rem;
  width: 50%;
}

.intro .contact i{
  color:white;
  font-size: 1.8rem;
}

.intro .contact a{
  font-size: 1.4rem;
  color:white;
}



/*---------------*/
/*  Educational
/*---------------*/

section.educational{
  background:  #dddddd;
  overflow: hidden;
  padding-bottom: 1rem;
}

section.educational .number-item-wrapper{
  text-align: center;
  padding: 2rem 1rem;
}

section.educational .number-item-wrapper .number{
  background: white;
  border-radius: 50%;
  height:60px;
  width:60px;
  font-size: 2rem;
  text-align: center;
  margin: auto;
  line-height: 1.6;
  font-weight: 900;
  color:#333;
}

section.educational .number-item-wrapper h3{
  text-transform: uppercase;
  margin-top:.5rem;
}

section.educational .number-item-wrapper i{
  color:#53a35b;
}


/*---------------*/
/*  Main Text
/*---------------*/
section.main-text{
  padding: 1rem 0 2rem;
}

section.main-text h2{
  margin-bottom:0;
}

section.main-text h3{
  margin-top:0;
}



section.main-text .double-images img{
  width:100%;
  height:auto;
}


/*---------------*/
/*  Footer
/*---------------*/



footer{
  font-size: 14px;
  text-align: center;
  padding:5px;
  background-image: url('../assets/dark_wall.png');
  background-repeat:repeat;
  text-transform: uppercase;
  color: #c0c0c0;
  clear:both;
}

footer a{
  font-weight:400;
}
 

/*---------------*/
/*    Media Queries
/*---------------*/

@media screen and (max-width: 650px) {
  header .overlay{
    padding:3rem 0;
  }
  h1{
    font-size: 2.5rem;
  }
 .one-third, .two-thirds, .one-half {
    width: 100%;
    clear:both;
  }
  iframe{
    height:250px;
  }
  .contact-item-wrapper{
    padding:.25rem 0;
    margin-top:.5rem;
  }
}