/* CSS files add styling rules to your content */

* {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
  }
  
  #backgroundImage {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    background: url(../img/background.png) top center;
    z-index: -1;
  }
  
  #backgroundContainer {
    position: fixed;
    top: 0; left: calc(50% - 800px);
    width: 1600px;
    max-width: 1600px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    z-index: -2;
  }
  
  #container {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
  }
  
  .wrapper {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
  }
  
  a {
    text-decoration: none;
  }
  
  /* h1 {
    text-transform: uppercase;
    font-size: 3.5em;
    font-family: 'Oswald', sans-serif;
  } */
  .nameTitle {
    text-transform: uppercase;
    font-size: 3.5em;
    font-family: 'Oswald', sans-serif;
  }
  .largeTitle {
    text-transform: uppercase;
    font-size: 5.5em;
    letter-spacing: .04em;
    line-height: 90px;
    font-family: 'Oswald', sans-serif;
    
    margin: 0 0 30px 0;
  }
  @media only screen and (max-width: 590px) {
      .nameTitle {
          font-size: 2.5em;
          margin: 20px 0;
      }
      .largeTitle {
          font-size: 4.5em;
          line-height: 75px;
      }
  }
  .mediumTitle {
    font-size: 2em;
  }
  .smallTitle {
    
  }
  h1 a, h2 a {
    color: #555759;
  }
  /* h2 {
    text-transform: uppercase;
    font-size: 5.5em;
    letter-spacing: .04em;
    line-height: 90px;
    font-family: 'Oswald', sans-serif;
    
    margin: 0 0 30px 0;
  } */
  p {
    font-size: 1.5em;
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  /* 
  font-family: 'Khula', sans-serif;
  font-family: 'Caveat', cursive;
  font-family: 'Oswald', sans-serif; */
  
  .line {
    width: 100%;
    height: 20px;
    border-bottom: 4px solid #ECECEC;
    margin-top: 30px;
  }
  .line span {
    font-size: 2em;
    padding: 0 16px;
    background-color: #fff;
    font-family: 'Caveat', cursive;
    color: #6E7273;
  }
  
  
  #homePageButtons {
    width: 100%;
    display: inline-block;
  }
  .buttona {
    float: left;
    
    margin-right: 30px;
    margin-top: 80px;
    margin-bottom: 20px;
    width: calc(33.3% - 20px);  /* calc(1024px - 60px / 3)  */
    font-size: 1.75em;
    line-height: 20px;
    padding: 20px 0 10px 0; /* Making text center  */
    color: #FFF;

    border-radius: 6px;
  }
  .buttona:nth-child(1) {
    background-color: #00A1E0;
    /* background-color: #4D8DA6; */
    line-height: 60px;
    padding: 10px 0 0 0;
  }
  .buttona:nth-child(2) {
    background-color: #A5CD06;
    line-height: 60px;
    padding: 10px 0 0 0;
  }
  .buttona:nth-child(3) {
    background-color: #FC4237;
    /* background-color: #B26763; */
    margin-right: 0;
    line-height: 60px;
    padding: 10px 0 0 0;
  }

.blue {
    background-color: #00A1E0;
    color: #FFF;
}
.green {
    background-color: #A5CD06;
    color: #FFF;
}
.red {
    background-color: #FC4237;
    color: #FFF;
}
  
  .buttona:hover, .buttonb:hover {
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -o-transform: scale(.97);
    transform: scale(.97);
  }
  
  #homePageButtons span {
    font-size: .5em;
    line-height: 0;
  }
  
  @media only screen and (max-width: 1040px) {
    h1 {
      font-size: 4.5vw;
    }
    h2 {
      font-size: 8.5vw;
      letter-spacing: .03vw;
      line-height: 10vw;
    }
    p {
      font-size: 2.5vw;
    }
  }
  
  @media only screen and (max-width: 800px) {
    .buttona {
      margin-right: 10px;
    }
    .buttona:nth-child(3) {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 760px) {
    .buttona {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 0;
      line-height: 50px;
      font-size: 1.5em;
    }
    .buttona:first-child {
      margin-top: 80px;
    }
    .buttona:last-child {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 2em;
    }
    h2 {
      font-size: 3.5em;
      letter-spacing: .02em;
      line-height: 70px;
    }
    p {
      font-size: 1.2em;
    }
    .line span {
      font-size: 1.8em; 
    }
  }
  
  @media only screen and (max-width: 250px) {
    .line span {
      font-size: 1.6em; 
    }
  }
  
  

/* Large Titles
-----------------------------------------------------------------------------*/
.titleContainer {
    top: 0; left: calc(50% - 800px);
    width: 1600px;
    max-width: 1600px;
    margin: 0 auto;

    height: 300px;

    box-shadow: 0 0 25px rgba(0, 0, 0, .2);

    z-index: 1;
}
.titleContainer h2 {
    line-height: 70px;
    font-size: 4em;

    color: #FFF;

    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);

    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

@media only screen and (max-width: 1600px) {
    .titleContainer {
        width: 100%;
    }
}

  /* Social Media
-----------------------------------------------------------------------------*/
.facebook {
  fill:rgb(0%,0%,0%)
}
.facebook:hover .facebook {
  /* #3b5998 */
  fill: #3b5998;
}
.twitter {
  fill:rgb(0%,0%,0%)
}
.twitter:hover .twitter {
  /* #00aced */
  fill: #00aced;
}
.pinterest {
  fill:rgb(0%,0%,0%)
}
.pinterest:hover .pinterest {
  /* #c92228 */
  fill: #c92228;
}





footer {
    padding-top: 100px;
    display: block;
}
footer .wrapper {
    display: flex;
    justify-content: space-between;
}
footer .wrapper * {
  flex-grow: 1;
  flex-basis: 0;
}
footer .left {
    text-align: left;
}
footer .middle {
    text-align: center;
    flex-grow: 3;
}
footer .right {
  text-align: right;
}