@charset "UTF-8";
/*******************************************************************************

Gold Classic LLC. Main.CSS by Hawkjoe Design/Gold Classic

Coded by: Kevin Lee (kevin.lee@goldclassic.com)

*******************************************************************************/

html {
    background: #000 url(../img/main-sunset.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    width:100%;
    height:100%;
    /*box-shadow: inset 0 0 300px rgba(0,0,0, .3);*/
}

a {
    text-decoration: none;
}

body {
    width:100%;
    height:100%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans';
    text-shadow:0 1px 1px rgba(0,0,0, .5);
}

.background {
    width:100%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Open Sans';
}
#holder {
    min-height: 100%;
    position:relative;
}
/***************************************************************
**********************  NAV  ***********************************
****************************************************************/

nav {
    opacity: .95;
    width: 100%;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 30px;
    text-align: right;
    margin-top: -30px;
    border-radius: 0;
    margin-bottom: 70px;
    background-color: #231F20;
    
}

nav ul {  
    list-style: none;
    margin-bottom: -70px;
    border-radius: 0;
    padding: 0;
}

nav ul:after {
	content: "";
    clear: both;
    display: block;
}

nav ul li {
    display: inline-block;
    text-align: left;
}

nav ul li a:hover {
    color: #daa520;
    background-color: none;
}
	
nav ul li a {
    background-color: transparent;
    display: block;
    padding: 1px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}

nav ul ul {
    width: 210px;
    font-size: 24px;
    position: absolute;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    opacity: .93;
}

nav ul ul li {
    background: #231F20;
    float: none; 
    position: relative;
    opacity: .85;
}
nav ul ul li a {
    color: #fff;
    margin-top: 0;
}

nav ul ul li:hover {
    background: white;
    opacity: 1;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display:inline-block;
}

.nav {
    margin: auto;
    min-width: 320px;
}

/*************************************************************
**********************  MAIN  ********************************
**************************************************************/

.wrapper {
    background-color: transparent;
    width: 95%;
    min-width: 300px;
    max-width: 900px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    height:100%;
}

.logo {
    margin-top:0;
	width:100%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    box-shadow:0 15px 15px -12px rgba(0,0,0, .8);
}

.logo:hover {
    cursor:pointer;
}

.mission {
    background: white;
    color: #000;
    font-family:'Playfair Display SC', serif;
    text-align:center;
    font-size:30px;
    margin: auto;
    margin-top: 0;
    padding-bottom: 20px;
    max-width: 900px;
    box-shadow:0 15px 15px -12px rgba(0,0,0, .8);
    opacity: .89;
}

.missiontitle {
    color:#daa520;
    background-color: #231F20;
    border-radius: 0;
    padding: 3px;
    border:solid 1px #231F20;
    font-family:'Playfair Display SC', serif;
    font-size:34px;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
}

.missiontitle span {
    color:#f8f8ff;
}

.missioncont {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2;
}

#word {
    font-family: 'Playfair Display SC', serif;
    color:#000;
}

.contact {
    background: white;
    margin: auto;
    margin-top: 0;
    padding-bottom: 15px;
    max-width: 900px;
    box-shadow:0 15px 15px -12px rgba(0,0,0, .65);
    opacity: .89;
    
}

.footer {
    color: #f8f8ff;
    font-family:'Open Sans';
    font-size: 12px;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-65px;
    
}

#hd {
    font-family: 'Rock Salt', cursive;
    color: #3A70C7;
}

#hd1 {
    color: #f8f8ff;
    font-size: 14px;
}

/******************************************************************
**********************  CONTACT FORM  *****************************
*******************************************************************/

.label {
    width:140px;
    float: left;
    font-size: 20px;
    font-family:'Playfair Display SC', serif;
    color: #000;
    padding-left: 10px;
    margin-right: 0;
    height: 26px;
    margin-top: 0;
    text-align:right;
    text-transform: uppercase;
}
.labelm {
    width:128px;
    float: left;
    font-size: 22px;
    font-family:'Playfair Display SC', serif;
    color: #000;
    margin-left: -5px;
    margin-right: 0;
    height: 24px;
    margin-top:-7px;
    text-align:right;
    text-transform: uppercase;
}

input {
    margin-left: 1px;
    margin-top: 4px;
    background-color: lightgrey;
    font-family:'Playfair Display SC', serif;
    color: #000;
    border-style: none;
    padding-left: 0;
    font-size: 18px;
    text-align: justify;
    border-radius: 2px;
    opacity:.7;
}

.input {
    width:200px;
}

textarea {
    width:100%;
    height:100px;
    background-color: lightgrey;
    font-family:'Playfair Display SC', serif;
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
    border: none;
    border-radius: 2px;
    opacity:.8;
}

#button {
    margin-top: -25px;
    font-family:'Playfair Display SC', serif;
    font-size: 16px;
    float:right;
    background-color: #231F20;
    color: white;
    border-radius: 0;
    padding-left: 5px;
    margin-right: 10px;
    height: 26px;
}

#button:hover {
    background-color: #f8f8ff;
    color: #daa520;
    border-color: #f8f8ff;
}

/*****************************************************************
*****************REACTIVE DISPLAY AND NAV ************************
******************************************************************/

@media screen and (min-width: 200px) {
    audio {
        visibility:visible;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-130px;
        opacity:.7;
    }
    .right {
        float:right;
        margin-bottom:0;
        position:relative;
        margin-right:5%;
    }
     nav ul {
        margin-right:0;
    }
    nav ul li {
        display: block;
	    border-bottom: solid 1px lightgrey;
    }
    nav ul ul li {
        border:none;
    }
    .input {
        width:126px;
    }
}
@media screen and (min-width: 410px) {
    audio {
        visibility:visible;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-100px;
        opacity:.7;
    }
    .right {
        float:right;
        margin-bottom:0;
        position:relative;
        margin-right:18%;
    }
    .input {
        width:170px;
    }
}
@media screen and (min-width: 660px) {
    audio {
        visibility:visible;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-100px;
        opacity:.7;
    }
    .right {
	    float:right;
	    margin-right:41%;
	    margin-left:0;
	    position:relative;
	    margin-bottom:0;
    }
    nav ul {
        margin-right:9.7%;
    }
    nav ul li {
	    border: none;
	    display: inline-block;
    }
    nav ul ul li {
        border-top:1px solid #777;
    }
    .input {
        width:210px;
    }
}
@media screen and (min-width: 930px) {
    audio {
        visibility:visible;
        position:absolute;
        top:0;
        left:50%;
        margin-left:-100px;
        opacity:.7;
    }
    .right {
	    float:right;
	    margin-right:58.3%;
	    margin-left:0;
	    position:relative;
	    margin-bottom:0;
    }
    nav ul {
        margin-right:1.8%;
    }
    .input {
        width:210px;
    }
}