
* {box-sizing:border-box;}

html, body {
    font-family:'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    font-size:14px;
    box-sizing:border-box;
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family:'Montserrat';
    letter-spacing:-1px;
}

a {
    text-decoration:none;
}

#home-link, #menu-home-link {
    color:#000;
    font-weight:bold;
    font-size:20px;
    font-weight:300;
}

#usermenu {
    color:#fff;
    background-color: #000;
    display: block;
    height: 30px;
    text-align: center;
    width: 100%;
    text-transform:uppercase;
    line-height:2;
    font-size:15px;
    padding: 0 25px;
    box-sizing: border-box;
}

#usermenu a {
    color:#0cf;
}

#usermenu .left {
    float:left;
}

#usermenu .right {
    float:right;
    margin-left:10px;
}

#announcement {
    color:#fff;
    background-color: #444;
    display: block;
    height: 28px;
    text-align: center;
    width: 100%;
    text-transform:uppercase;
    line-height:2;
}

#announcement_placeholder {
    background:#fff;
    display:block;
    height:28px;
    content:"&nbsp;"
}

nav {
    background:#fff;
    text-align:center;
}

#menu, #pagecover {
    display:none;
    height: 110vh;
    width: 100vw;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
}

#menu ul {
list-style:none;
margin-left:0;
padding:0;
margin-top:3rem;
}

#menu li {
background: #fff;
border-bottom: 1px solid #ddd;
padding: 8px;
position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    background: whitesmoke;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-bottom:1px solid #888;
    -webkit-box-shadow: 0 8px 6px -6px #555;
	   -moz-box-shadow: 0 8px 6px -6px #555;
	        box-shadow: 0 8px 6px -6px #555;
}

#menu li a {
display:block;
font-size:18px;
text-align:center;
color:#222;
}

#info-link {
    
    font-size:26px;
    color:#000;
    padding:5px;
    
    cursor:pointer;
}

#menu-link {
    
    font-size:26px;
    color:#000;
    padding:5px;
    
    cursor:pointer;
}

#menu-open img, #menu-close img {
    height:20px;
    width:20px;
}

#quickcontact {
    color:#444;
    padding:24px;
    font-size:16px;
    line-height:26px;
}

#quickcontact h3 {
    font-weight:500;
}

main {
    transition: 0.5s;
}

#hero {
    background:#000;
    background: linear-gradient(#224, #000);
    background-size: cover;
    width: 100%;
    height: 90%;
    height: 720px;
    display:table;
}

.hero-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:24px 24px 100px 24px;
    background:rgba(0,0,0,.25);
}

#LogoImage {
    max-width:300px;
    max-height:300px;
}

#hero h1, #hero h5 {
    color:#fff;
    text-shadow:0px 2px 3px rgba(0,0,0,0.4);
}

#hero h1 {
    font-size:60px;
    margin-top:0;
    margin-bottom:20px;
    font-weight:500;
}

#hero h5 {
    font-size:40px;
    margin-top:0;
    margin-bottom:30px;
    font-weight:300;
}

#hero p {
    color: gainsboro;
    font-size: 24px;
    text-shadow:0px 2px 3px rgba(0,0,0,0.4);
}

.btn-primary {
    display: inline-block;
    padding: 15px 30px;
    margin: 0 0.3em 0.3em 0;
    border-radius: 30px;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.2px;
    border:0;
    cursor:pointer;
}

.btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    margin: 0 0.3em 0.3em 0;
    border-radius: 30px;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17), inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15), inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.2px;
    border:0;
    cursor:pointer;
}

#about {
    background:linear-gradient(white, whitesmoke);
    padding:72px 24px;
}

.about-content {
    width:90%;
    max-width:600px;
    margin:auto;
}

#about h2 {
    font-size:32px;
    line-height:36px;
    text-align:center;
    color:#333;
    font-weight:500;
}

#about h5 {
    font-size:20px;
    margin-bottom:10px;
}

#about p {
    text-align:justify;
    line-height:28px;
    font-size:18px;
    color:#777;
}

#about p b {
    color:#555;
}

#about ul {
    margin-top:10px;
    margin-bottom:10px;
}

#about li {
    font-size:17px;
    color:#777;
}

#content {
    background:#000;
}

article {
    background:#000;
    margin-bottom:10px;
}

.article-container {
    color:#aaa;
    padding:72px 24px;
    max-width:600px;
    margin:auto;
    box-sizing:content-box;
}

article h2 {
    font-size:28px;
    line-height:32px;
    color:#fff;
    letter-spacing: 1px;
    font-weight:500;
}

article h5 {
    font-size:20px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:10px;
    letter-spacing:0;
    color:#ccc;
}

article li {
    font-size:18px;
    line-height:28px;
}

article header {
    text-align:center;
}

article img {
    max-width:600px;
}

article p {
    max-width:600px;
    text-align:justify;
    line-height:28px;
    font-size:18px;
    margin:auto;
    padding:12px 0;
}

article p b {
    color:#ccc;
}

article footer {
    text-align:center;
    padding:24px 0 12px 0;
    background:transparent;
}

#faqs {
    background:linear-gradient(white, whitesmoke);
}

#faq-container {
    max-width:600px;
    margin:auto;
    padding:72px 24px;
}

#faqs h3 {
    text-align:center;
    font-size:28px;
    padding-bottom:2rem;
}

#faqs dt {
    font-size:20px;
    font-weight:bold;
    padding-bottom:0.5rem;
}

#faqs dd {
    color: #888;
    line-height: 26px;
    font-size: 16px;
    padding-bottom: 1rem;
}

footer{
    background:#000;
    color:#ddd;
    text-align:center;
    padding-top:6rem;
    padding-bottom:6rem;
}

.quote {
padding: 72px 0;
max-width:600px;
margin:auto;
position: relative;
background: #000;
}

.quote-container {
max-width:600px;
margin:auto;
text-align:center;
}





blockquote {
font-size: 24px;
font-weight:500;
line-height: 34px;
color: #ccc;
margin:24px;
}

blockquote::before, blockquote::after {
display: inline;
color: #777;
font-size: 60px;
font-weight:500;
line-height: 0;
vertical-align: bottom;
position: relative;
top: -0.6rem;
font-family:Arial;
}

blockquote::before {
margin-right: .5rem;
content: '\201C';
}

blockquote::after {
margin-left: .5rem;
content: '\201D';
}

.quote-image {
width: 8.2rem;
height: 8.2rem;
margin: 0 auto 1.2rem auto;
display: block;
border-radius: 50%;
vertical-align: middle;
border: 9px solid #EAEAED;
}

.quote-source {
display: block;
line-height: 2.1rem;
letter-spacing: 0;
font-weight:500;
text-transform:none;
font-style:italic;
color: #777;
margin-bottom:2rem;
font-size:17px;
}

#contact {
    background:linear-gradient(white, whitesmoke);
}

#contact-container {
max-width:600px;
margin:auto;
padding:72px 24px;
font-size:16px;
line-height:26px;
}

#social_list, #quick_social_list {
list-style:none;
text-align:center;
padding:24px;
clear:both;
}

#social_list li, #quick_social_list li {
display: inline-block;
padding:5px;
}

#social_list img, #quick_social_list img {
height:40px;
width:40px;
}

#hours_list {
list-style:none;
padding:0px;
}

.centered-column {
    display:inline-block;
    vertical-align: top;
    padding: 0 25px;
    text-align:center;
}

#contact {
    text-align:center;
}

#contact h3 {
font-size:20px;
font-weight:bold;
}

.coverbox {
    margin:72px auto;
    padding-top:48px;
    width:90%;
    max-width:800px;
    background:#ddd;
    border:1px solid #bbb;
    text-align:center;
}

.coverfooter{
    padding:25px;
    background:#333;
    color:#0cf;
    font-weight:bold;
    margin-top:72px;
}

footer a {
color:#aaa;
}

.dropbtn {
    background-color: #222;
    color: #0cf;
    padding: 4px 10px 12px 10px;
    font-size: 12px;
    font-weight: bold;
    border: 1px dashed #444;
    border-radius:5px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float:right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #444;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:0;
}

.dropdown-content a {
    color: #aaa;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #222;color:#0cf;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #444;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    }

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    #admintoolbar {
        overflow:auto;
        max-width:300px;
        margin:auto;
    }
    
    #admintoolbar a {
        float: left; /* Float links side by side */
        text-align: center; /* Center-align text */
        width: 33.3%; /* Equal width (5 icons with 20% width each = 100%) */
        padding: 12px 0; /* Some top and bottom padding */
        transition: all 0.3s ease; /* Add transition for hover effects */
        color: #777; /* White text color */
        font-size: 32px; /* Increased font size */
    }
    
    #admintoolbar a:hover {
        background: linear-gradient(#222, #444); /* Add a hover color */
        color:#08c;
    }
    
    #admintoolbar a:active {
        background-color: #4CAF50; /* Add an active/current color */
    }

    .event-details {
        font-size:22px;
        font-style:italic;
        color:#fff;
        padding:8px 16px;
        display:inline-block;
        font-weight:300;
        font-family:Helvetica;
    }

    .red {
        color:#f00;
    }

    #feedback{
        text-align:center;
        background:#222;
        font-size:20px;
        color:white;
        padding:40px 24px;
    }

    #feedback a{
        color:#08c;
        font-size:32px;
        margin:0 10px;
    }

    #feedback a:hover{
        color:#0cf;
    }

    #services {
        background:linear-gradient(white, whitesmoke);
        padding:72px 24px;
    }

    #services h2 {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #333;
        margin-bottom:60px;
        font-weight:500;
    }

    #services h4 {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: #333;
        margin:10px 0;
        font-weight:500;
    }

    #services p {
        line-height: 20px;
        font-size: 16px;
        color: #777;
    }

    #services img {
        max-width:80px;
    }

    #services-container {
        width:80%;
        margin:auto;
        text-align: center;
    }

    #services .service {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        margin: 0 20px 40px 20px;
        vertical-align:top;
        min-width:240px;
    }

    fieldset {
        border-width:0;
        width:100%;
        box-sizing:border-box;
        padding:0;
    }

    .separator-image {
        width:100%;
        height:40vh;
        min-height:400px;
        background-size: cover; 
        background-position: center;
    }

    #quickinfo {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: gainsboro;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    #quickinfo .closebtn {
        position: absolute;
        top: 13px;
        left: 10px;
    }

    #sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: gainsboro;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    
    #sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        color: #444;
        display: block;
        transition: 0.3s;
    }
    
    #sidenav a:hover {
        color: #000;
    }
    
    #sidenav .closebtn {
        position: absolute;
        top: 13px;
        right: 10px;
    }

    #customize {
        background: #edf0f5;
        padding:25px;
        text-align:center;
    }

    #customize ul {
        list-style:none;
        text-align: center;
        padding:0;
    }

    #customize ul li .fa {
        display:block;
        font-size:32px;
        text-align:center;
    }

    #customize ul li .header {
        display:block;
        font-weight:bold;
        text-align:center;
        margin-top:20px;
    }

    #customize ul li .desc {
        display:block;
        text-align:center;
        margin-top:20px;
    }

    #customize ul li .btn {
        display:block;
        text-align:center;
        margin:20px;
    }

    #customize ul li .btn a {
        background:#46b;
        padding:4px 10px;
        border-radius: 3px;
        color:#fff;
        font-weight:bold;
        font-size:12px;
    }

    #customize ul li {
        display: inline-block;
        width: 25%;
        box-sizing: border-box;
        margin: 10px;
        vertical-align: top;
        min-width: 240px;
        border:1px solid #bbb;
        padding:25px;
    }

    #subscribe {
        padding:24px;
        background:#000;
        border-top:2px solid goldenrod;
        margin-top:-10px;
    }

    #subscribe-container{
        text-align:center;
        max-width:600px;
        margin:24px;
        margin:auto;
    }

    #subscribe-input {
        background:whitesmoke;
        border:1px solid #fff;
        padding:5px 10px;
        border-radius:3px;
        max-width:400px;
        margin:auto;
    }
    
    #subscribe-input span {
        font-size:16px;
        color:#444;
    }

    #subscribe-input input:active, #subscribe-input input:focus {
        border:0;
        outline:0;
    }

    #subscribe-button input {
        background: transparent;
        padding: 6px 14px;
        border: 2px solid #fff;
        border-radius: 3px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        transition: all .3s;
    }

    #subscribe-button input:hover {
        background:#fff;
        color:black;
    }

    #subscribe-text h2 {
        text-align:center;
        padding-right:10px;
        color:white;
    }

    #subscribe-text h2 span{
        display:block;
    }

    #subscribe-input input {
        border:1px solid #08c;
        background:transparent;
        font-size:16px;
        font-style:italic;
        width:90%;
        border:0;
    }

    #subscribe-button {
        margin-top:15px;
        margin-bottom:24px;
    }

    .message-success {
        text-align:center;
        color:green;
        font-weight:bold;
        padding:10px;
    }
    
    .message-failure {
        text-align:center;
        color:red;
        font-weight:bold;
        padding:10px;
    }

    article.overlay {
        background-size:cover;
        background-position:center;
        
    }

    .background-overlay {
        background-color: rgba(0,0,0,.25);
    }

    article.overlay h2 {
        color:#fff;
        text-shadow:0px 2px 3px rgba(0,0,0,0.8);
        font-size:36px;
        line-height:42px;
        font-weight:500;
    }

    article.overlay .article-container p {
        color:#f7f7f7;
        text-shadow:0px 2px 3px rgba(0,0,0,0.8);
        font-size:20px;
        line-height:24px;
    }
    
    @media screen and (max-height: 450px) {
      .sidenav {padding-top: 15px;}
      .sidenav a {font-size: 18px;}
    }

@media screen and (max-width: 600px) {



    #customize h3 {
        font-weight:bold;
        font-size:18px;
        margin-bottom:25px;
    }

    #customize ul li {
        display:block;
        width:100%;
        max-width: width auto;
        margin:0;
        padding:0;
        text-align:left;
        border:0;
    }

    #customize ul li .header, #customize ul li .fa {
        display:inline;
    }

    #customize ul li .desc {
        margin-top:8px;
        text-align:left;
        font-size:15px;
    }

    #customize ul li .header {
        margin-top:0;
        font-size:16px;
    }

    #customize ul li .fa {
        font-size:24px;
    }

    #customize ul li .btn {
        margin-top:12px;
        margin-bottom:25px;
        text-align:right;
    }

    #customize ul li .btn a {
        font-size:14px;
        padding: 6px 10px;
    }

    .separator-image {
        height:24vh;
        min-height:240px;
    }

    #hero h1 {
        font-size:42px;
        letter-spacing:-1px;
        font-weight:500;
    }
    
    #hero h5 {
        font-size:24px;
        letter-spacing:-1px;
    }

    #hero p {
        font-size:20px;
    }

.col-left, .col-right { 
    width:100%;
    display:block;
    float:none !important;
    clear:both !important;
}

article img {
    max-width:100%;
}

#home-link, #menu-home-link {
    font-size:18px;
    font-weight:300;
}

#usermenu {
    font-size:20px;
    height:40px;
}

#usermenu .right {
    margin-left:20px;
}

#services-container {
    width:100%;
}

#services .service {
    min-width:100%;
    margin-left:0;
}

article h2 {
    font-size:24px;
    line-height:28px;
}

.article-container {
    padding-top:48px;
    padding-bottom:48px;
}

#hero {
    min-height:520px;
    height:auto;
}

.hero-content {
    padding:36px;
}

}