/*
 
 Site Name: WHCC;
 Site Author: Jenna Brady;
 
lime green: #aaf930;
med-green: #7bc902;
teal: #58ffde;
med-teal: #01b793;
dark grey: #424342; 
*/

/* ---------------------------------------
  global styles
  --------------------------------------*/

@font-face {
    font-family: 'alusineregular';
    src: url('fonts/alusrg__-webfont.woff2') format('woff2'),
         url('fonts/alusrg__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sailregular';
    src: url('fonts/sail-regular-webfont.woff2') format('woff2'),
         url('fonts/sail-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lobster_tworegular';
    src: url('fonts/lobstertwo-regular-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lobster_twobold';
    src: url('fonts/lobstertwo-bold-webfont.woff2') format('woff2'),
         url('fonts/lobstertwo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

header {
    margin-top: -10px;
    background: #424342;
        background-image: url("../img/texture40.png");
    box-shadow: 0px 10px 15px #808080;
    /*font-variant: small-caps;*/
    text-transform: lowercase;
    min-height: 180px;
}

.logo {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ---------------------------------------
  navigation
  --------------------------------------*/

.navbar {
    z-index: 3;
    float: right;
    background: transparent;
    border: none;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .navbar-toggle {
        margin-top: 100px;
    }
    
    .navbar-collapse {
        background: #424342;
    }
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
}
        
.navbar li a {
    color: #fff;
    padding-right: 15px;
    font-size: 160%;
    font-family: sans-serif;
}

.navbar .collapse ul li a:hover {
    text-decoration: none;
    color: #f5f5f5;
}

.currentPg {
    padding: 10px 25px;
    font-size: 145%;
    color: #aaf930;
}

/* ---------------------------------------
  content
  --------------------------------------*/

body {
    background: #d3d4d2;
    width: 100%;
}

.container {
    /*z-index: -1;*/
    position: relative;
    width: 80%;
    font-family: sans-serif;
    /*margin:0px auto 0px auto;*/
    text-align: center;
    background: #fff;
}

.mainText {
    /*margin: 0 auto;*/
    max-width: 1000px;
    /*background: #b3f9a4;*/
}

h1 {
    color: #7bc902;
    text-align: left;
    font-family: "lobster_twobold";
    font-size: 300%;
}

h3 {
    color: #01b793;
    text-align: left;
}

footer h3 {
    color: #aaf930;
    text-align: center;
}

footer h5 {
    font-weight: 200;
}

.container ul {
    text-align: left;
    font-size: 120%;
}

h4 {
    font-size: 150%;
}

.container h4 {
        text-align: left;
}

.testimony {
    overflow: auto;
}

h5 {
    font-size: 110%;
    font-weight: bold;
}

h4 a {
    text-decoration: none;
    color: #424342;
}

h4 a:hover {
    text-decoration: none;
    color: #7bc902;
}

p {
    text-align: left;
    font-size: 120%;
}

.type {
    color: cadetblue;
}

.aboutPic {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 15px;
    max-height: 500px;
}

.homeIcon {
    max-width: 200px;
    margin: 0 auto;
}

.smallPic {
    max-width: 200px;
}

.aboutCol h4 {
    font-size: 150%;
}

.aboutCol h5 {
    font-size: 130%;
    font-weight: bold;
}

.lightgreen {
    color: #46df4a;
}

.socialButtons {
    display: inline;
}


#contact-form {
    margin: 20px;
    width: 350px;
    background: #c5fff4;
    padding: 10px;
    line-height: 2;
}

.unavailable {
    opacity: 0.5;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.center h3 {
    text-align: center;
}

.box {
    -webkit-transition:  -webkit-transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out; 
    transition: transform .4s ease-out; 
}
.box:hover {
   -webkit-transform:scale(1.2);
   -moz-transform:scale(1.2);
   -o-transform:scale(1.2);
   transform:scale(1.2);
}

.boxZoom1 {
    position: relative;
    -webkit-transition:  -webkit-transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out; 
    transition: transform .4s ease-out; 
}
.boxZoom1:hover {
    position:absolute; 
    display:block; 
    left: 50%;
    z-index: 99;
   -webkit-transform:scale(2);
   -moz-transform:scale(2);
   -o-transform:scale(2);
   transform:scale(2);
}

.boxZoom2 {
    position: relative;
    -webkit-transition:  -webkit-transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    -o-transition: -o-transform .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out; 
    transition: transform .4s ease-out; 
}
.boxZoom2:hover {
    position:absolute; 
    display:block; 
    right: 50%;
    z-index: 99;
   -webkit-transform:scale(2);
   -moz-transform:scale(2);
   -o-transform:scale(2);
   transform:scale(2);
}

ul li{
      list-style-position: inside;
}

/* ---------------------------------------
  buttons
  --------------------------------------*/

.button2 {
    text-transform: uppercase;
    background-color: #14C18F;
    background-image: url("../img/contact.png");
        background-repeat: no-repeat;
        background-position: 14px center;
    padding-left: 60px;
    padding-right: 2em;
    margin: 1em 2em 1em 2.5em;
}

.button2b {
    text-transform: uppercase;
    background-color: #14C18F;
    background-image: url("../img/portfolio.png");
        background-repeat: no-repeat;
        background-position: 14px center;
    padding-left: 60px;
    padding-right: 2em;
    margin: 1em 2em 1em 2.5em;
}

button {
    margin: 10px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
      background-color: #58ffde;
      background-image: linear-gradient(top, #01b793, #58ffde);
      border: 0;
      border-radius: 3px;
}

button a {
    font-size: 120%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;

}

button:hover a {
    text-decoration: none;
    color: #000;
}

button:hover {
    text-decoration: none;
    box-shadow: 0 5px 15px #193047;
    color: #fff;
    border: none;
}

button:active {
  box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}

/* ---------------------------------------
  footer
  --------------------------------------*/

footer {
    border-top: 1px solid #4a2501;
    background: #424342;
    background-image: url("../img/texture40.png");
    color: #fff;
    text-align: center;
    padding: 10px;
    bottom:0;
    width: 100%;
    font-family: sans-serif;

    /*position: absolute;*/
    bottom: 0;
}

.shortPg {
    position: absolute;
}

footer img {
    position: fixed;
    right: 0;
    bottom: 0;
}


/* ---------------------------------------
  forms
  --------------------------------------*/

.submit {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}
.formBox {
    background: #D3FFCE;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 780px;
}

/*input:invalid { 
    border: 2px solid #509490;
}*/

/*input:required:focus {
    background: #f5f5f5;
}*/

/* ---------------------------------------
  slider
  --------------------------------------*/

        .slide {
            background: #bdbebd;
            background-image: url(../img/texture-lightgray-50.png);
            color: #000;
            font-family: sans-serif;
            font-size: 120%;
            text-align: center;
            padding: 20px;
            line-height: 1.75;
            font-weight: 200;
            /*border: solid 5px white;*/
            border-bottom: solid 3px #14C18F;
            border-top: solid 3px #14C18F;
            }
          
          .mySlider {
              /*height: 330px;*/
              width: 100%;
          }

        .slide p {
            text-align: center;
        }

        .slide h1 {
            font-family: "lobster_tworegular";
            font-weight: 200;
            color: #000;
            font-size: 250%;
            text-align: center;
        }

/* ---------------------------------------
  home animation
  --------------------------------------*/

.homeText {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #424342;
}

.ml1 {
  font-weight: 300;
  font-size: 400%;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #aaf930;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
