/*!
 * stylesheetcontact.css
 * Version: 1.0
 * 
 *
 * Avery Grimes-Farrow
 * itavery.com
 * avery@itavery.com
 * 2016.
 * 
 */



/* NAVAGATION BAR */


.main_h {
    max-height: 70px;
    width: 100%;
    text-align: center;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    font-family: "Work Sans", sans-serif;
    font-weight:400;
    margin:0;

}
@media only screen and (max-width: 1000px) {
    .main_h {
        padding-top: 25px;

    }
}

.open-nav {
    max-height: 500px !important;
}
.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

#sticky {
    background-color: #FFF;
    opacity: 1;
    top: 0px;
    border-bottom: 1px solid #FFF;
}

.logo {
    width: 115px;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    float: left;
    display: block;
    margin-top: 0;
    line-height: 2.5;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
    .logo {
        float: none;
    }
}

nav {
    float: left;
    width: 85%;

}

nav ul li :hover {
    color:#4372AA;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
@media only screen and (max-width: 1000px) {
    nav {
        width: 100%;
    }
}
nav ul {
    list-style: none;
    overflow: hidden;
    text-align: left;
    float: left;

}


nav li {
    display:inline;
    line-height: 3.5;
}

nav ul li .btn-default{
    margin-left: 25px;
}

@media only screen and (max-width: 1000px) {
    nav ul li {
        width: 100%;
        padding: 1px 0;
        margin: 0;
        display: inline-block;
        margin-left: 7px;
        line-height: 1.5;
    }
    nav ul {
        padding-top: 10px;
        margin-bottom: 22px;
        float: left;
        text-align: left;
        width: 100%;
    }

    nav ul li .btn-default{
        margin-left: 0;
    }
    .logo {
        line-height:1.5;
    }
}

nav ul a {
    color: #000;
    text-transform: none;
    font-size: 18px;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
@media only screen and (max-width: 1000px) {
    .mobile-toggle {
        display: block;
    }
}
.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: #000;
    display: block;
}

.row_nav {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}

* {
    box-sizing: border-box;
}

/*END OF NAVBAR*/





h1 {
    text-align:center;
    margin-top:0;
    font-size: 30px;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}


a {
    text-decoration: none;
}

body {
    color: #000000;
    font-family: "Cardo", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin:0;
}


.hero {
    position: relative;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 110px;
    min-height: 450px;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
}
.hero h1 {
    font-size: 50px;
    line-height: 1.3;
}
.hero h1 span {
    font-size: 25px;
    color: #FFF;
    border-bottom: 2px solid #5D92B1;
    padding-bottom: 12px;
    line-height: 3;
}

table {
    font-family: 'Open Sans';
    font-weight: 700;
    margin-top: 30px;
    padding: 0;
    margin-left:auto;
    margin-right:auto;

}

table input, textarea{
    width: 385px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #8f8f8f;
    margin-bottom: 5px;
    font-size:20px;
}


.contact h1 {
    font-family: 'Open Sans';
    font-weight: 700;
    text-align:center;
    font-size:25px;
    color:#FFF;
    letter-spacing:2px;
    padding:0;
}

.contact p{
    font-family: 'Open Sans';
    font-weight: 400;
    text-align:center;
    font-size:15px;
    color:#000;
    padding:0;
}

@media only screen and (max-width:770px) {
    table, .contact, .contact h1, .contact p {
        width:100%;

    }
}

@media only screen and (max-width:520px) {
    table input, textarea {
        width:100%;
    }

}

/*INPUT SUBMIT BUTTON

*/


input[type=submit]{
    margin-left: 0.5em;
    height: 2.5em;
    padding: 0.2em 1em 0.2em 2.25em;
    font-size: 3em;
    font-weight: bold;
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #696666;
    background: url(../photos/Th606mh.png) no-repeat scroll 0.75em 0.07em transparent;
    background-size: 17px 67px;
    border-radius: 2em;
    border: 0.15em solid #F9C23C;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #EAA502;
    border-color: #EAA502;
    background-position: 0.75em bottom;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus {
    background-position: 2em -4em;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Webfonts */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


/*Footer
*/

#footer {
    /* background-image:url('../photos/moving_through_space.gif'); */
    font-family: "ebony",sans-serif;
    font-size: 14px;
    width: 100%;
    height: auto;
    color: #000;
    position: relative;
    bottom:0;
    padding-top:0.5%;
    padding-left:3%;
    margin-top:75px;

}

#footer h5 {
    text-align: center;
    padding:auto;
    padding-bottom:0;
    font-size: 17px;
    font-family: "ebony",sans-serif;
    font-weight: 300;
}

#footer h6 {
    font-size: 65px;
    font-family: "ebony",sans-serif;
    font-weight: 300;
    margin-top:5px;
    margin-bottom:10px;

}

#footer table {
    text-align: center;
    padding: auto;
    margin:auto;
}

#footer table td {
    padding-bottom:5px;
    padding-right:15px;
    padding-left:15px;
}