/* CSS Document */

.masthead{
    background-size: cover;
    min-height: 100vh;
    position: relative;
    color: white;
}

.color-overlay{
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
}

h1{
    font-size: 3rem;
}

.singleCol{
    max-width: 750px;
    margin:0 auto;
}

.btn{
    outline-color: #289a9c;
    color: white;
}

.darkBG{
    background-color: #289a9c;
    color: white;
}

.lightBG{
    background-color: rgb(250, 250, 250);
    color: black;
}
.textBuggy{
    color: #289a9c;
}

.mastKids{
    background-size: cover;
    min-height: 49vh;
    position: relative;
    color: white;
}

@media (max-width: 768px){
    .masthead{
        min-height: 50vh;
    }
    h1 {
        font-size: calc(1.525rem + 3.3vw);
    }
}

/* CSS Rotating Text */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);



.text {
  position: absolute;
  width: 450px;
  left: 55%;
  margin-left: -225px;
  height: 40px;
  top: 30%;
  margin-top: -20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 50px;
}

p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: relative;
  width: 220px;
  left: 0%;
  height: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -140%;
  opacity: 0;
}

.magic {
  background-color: #f3ec78;
    background-image: linear-gradient(45deg, #f3ec78, #af4261);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

.signBuggy {
  position: relative;
  left: 28%;
  height: 35%;
  bottom: -420px;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
  -webkit-transform-origin: 50% 50% 25px;
          transform-origin: 50% 50% 25px;
}

.letter.out {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.letter.in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #ffffff;
}

.belize {
  color: #2980b9;
}

.pomegranate {
  color: #c0392b;
}

.green {
  color: #7be495;
}

.midnight {
  color: #2c3e50;
}