/* 
    Created on : Jun 5, 2014, 11:14:29 PM
    Author     : Jeremy Khosropanah
*/
body{
    margin: 0px auto;
    padding: 0px;
    line-height: 25px;
}
h1,h2,h3,h4,h5 {
    font-family: 'Fira Sans', sans-serif;
}
img{
    border: none;
}
a{
    text-decoration: none;
    color: #cd0a0a;
}
header{
    width: 1000px;
    margin: 0 auto;
}
header img{
    min-height:40px;
    max-width:200px;
    width:20%;
    height: auto;
    float:left;
    padding: 35px;
    margin: 0px 10px 10px 70px;
    position: absolute;
    background: #FFF;

    /* Add Rounded Corners on Bottom */
    border-right: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;

    /* Box Shadow */
    -webkit-box-shadow: 0px 6px 19px 0px rgba(50, 50, 50, 0.9);
    -moz-box-shadow:    0px 6px 19px 0px rgba(50, 50, 50, 0.9);
    box-shadow:         0px 6px 19px 0px rgba(50, 50, 50, 0.9);

}
header nav{
    margin: 30px 0;
    width: 100%;
    height:50px;
    float:right;
    text-align: right;
    position: static;
    border-bottom: 5px solid #000;
}
header nav ul{
    margin: 10px auto;
    padding:0 10px;
}
header nav ul li{
    font-family: 'Fira Sans', sans-serif;
    display: inline;
    list-style: none;
    border-right: 1px inset #000000;
    padding: 0 10px;
    line-height: 120%;
    font-size: 17px;
    font-weight:500;
}
header nav ul li a{
    color:#000;
}
header nav ul:active{
    font-weight: bolder;
}
header nav ul li.active{
    font-weight: bolder;
}
header nav ul li:last-child{
    border:none;
    padding-right: 0;
}
/* Body Style */
h1{
    border-bottom: 2px solid #000;
    width: 100%;
    padding-bottom: 20px;
    font-size: 25px;
}
section#quote-mission{
    color: #FFF;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 30px;
    background: #939393;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    font-weight: bold;
}
section#quote-mission h3{
    font-size: 17px;
    padding:0px;
    margin: 10px 0 0 0;
}
div#content-body{
    display: table;
    table-layout: fixed;
    clear: both;
    width: 1000px;
    margin: 0 auto;
    padding-top:40px;
}
div#content-body img#fp-head-img {
    width:100%;
    height: 200px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.75);
}
.two-column{
    display: table;
}
.two-column-cell{
    display: table-cell;
    width:50%;
    vertical-align: top;
}
div#three-table{
    width: 100%;
    display: table;
    padding-top: 20px;
}
section.three-column{
    display: table-cell;
    width: 30%;
    padding: 0px 30px;
    border-right: 1px dotted #000;
    border-top-width: 100px;
}
section.three-column ul{
    padding-left: 20px;
}
section.three-column:last-child{
    border:none;
}
h1.three-column-header{
    font-size: 25px;
}
h2.sub-header{
    font-size: 15px;
}
section.three-column p , section.three-column > ul{
    font-size: 14px;
    text-align: justify;
}
section.three-column footer{
    float:right;
}
img#emh_logo{
    position: relative;
    width: 100%;
}
p#featured{
    font-weight: bolder;
}
/* Contact Page Style */
#left-content{
    padding: 0 20px;
}
#contact-info h2 {
    font-family: 'Fira Sans', sans-serif;
    padding-left: 20px;
}
.map{
    padding-top:30px;
}
#contact-info input, textarea, button{
    display: block;
    margin: 20px 20px;
    padding: 10px 20px;
    width: 75%;
}
#contact-info button{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    background: #000;
    color:#FFF;
}
#contact-info{
    border-left: solid 1px #000;
}
#contact-info label{
    font-family: 'Fira Sans', sans-serif;
    color: #FFF;
    font-weight: bolder;
    background: #000;
    padding: 10px 30px;
    margin-left:-5px;
    width: 30%;
    display: block;
}
/* Footer Style */
footer#page-footer{
    clear: both; 
    text-align: center;
    width: 1000px;
    margin: 40px auto 0 auto;
    height: 40px;
    padding: 20px 0px;
    font-weight:bolder;
    border-top: 5px solid #000;
}

/* Gallery */
.gallery-list{
    display: table;
}
.gallery-item{
    display: table-cell;
    padding:20px;
}
.gallery-item:first-child{
    padding-left:0px;
}
.gallery-item img{ 
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 10px 0px rgba(50, 50, 50, 0.75);
}

@media screen and (max-width: 800px){
    header img{
        margin-left: 30px;
    }
    header nav{
        margin-right: 0px;
    }
    header nav ul{
        text-align: right;
        padding-right:30px;
    }
}

@media screen and (max-width: 600px){
    body{
        text-align: left;
    }
    h1{
        font-size: 18px;
        text-align: left;
    }
    .mobile-hidden{
        display: none;
    }
    header{
        width:100%;
        display: block;
    }
    header img{
        width:100%;
        height: auto;
        margin: 0 auto;
        float:none;
        border:none;
        box-shadow: none;
        background: none;
        padding: 10px 0px;
        display: block;
        position: relative;
    }
    header nav{
        clear:both;
        float:none;
        margin: 0 auto;
        height: 30px;
        width: 85%;
    }
    header nav ul{
        padding: 0px;
        text-align: center;
    }
    header nav ul li{
        padding: auto 0px;
        font-size:12px;
    }

    /* Body Style */
    div#content-body{
        padding:20px;
        width:90%;
    }
    div#content-body img#fp-head-img {
        width:100%;
        height: auto;
    }
    footer#page-footer{
        height: 30px;
        font-size: 12px;
        width:90%;
        margin: 20px auto 0 auto;
    }

    /* index */
    div#three-table{
        display: block;
    }
    #three-table #left-content{
        padding-left: 10px;
    }
    section.three-column{
        display: block;
        width: 90%;
        border-right: none;
        border-bottom: 1px dotted #000;
        border-top-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    section.three-column ul{
        padding-left: 15px;
    }
    section.three-column:last-child{
        border:none;
    }
    h1.three-column-header{
        font-size: 16px;
        text-align: left;
        padding-bottom: 5px;
    }
    h2.three-column-header{
        font-size: 14px;
        text-align: left;
    }
    section.three-column{
        font-size: 13px;
    }

    /* About Us */
    section#quote-mission{
        width: 85%;
        text-align: left;
        padding: 15px;
        font-size: 13px;
    }
    section#quote-mission h3{
        font-size: 15px;
    }
    section#about-main{
        font-size: 14px;
        text-align: left;
    }

    /* Gallery */
    div.Gallery img{
        width: 100%;
    }
    .gallery-item{
        padding: 5px;
    }
    ul.gallery-list{
        padding: 10px;
    }

    /* Contact Page */

    .two-column{
        display: block;
    }
    .two-column-cell{
        display: block;
        width: 100%;
        vertical-align: top;
    }
    section#contact-info label {
        font-size: 13px;
        width: 40%;
    }
}