/* MAIN MENU */

body {
    font-family: Calibri, Verdana, Arial, sans-serif;
    background-color: #000918;
    height: 100%;
    margin: 0;
}

/* Main Menu Styling */
.mainMenu {
    font-size: 0.8em;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1b1b1b;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 0.5em 0;
}

/* Navbar */
.navbar-default {
    margin-bottom: 1em;
}

/* Container */
div.container {
    padding: 0 0 5em 0;
    background-color: #000918;
}

/* Image Sizing */
.imgSize {
    width: 100%;
}

#imgSize1 {
    display: block;
}

#imgSize2 {
    display: none;
}

/* Contact Link Styling */
.contact_link {
    font-family: Calibri, Verdana, sans-serif;
    color: #FFFF99;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.2em 20px;
}

/* Heading Styles */
.heading {
    font-family: Calibri, Verdana, sans-serif;
    color: #FFFF99;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.2em 20px;
}

.heading2 {
    font-family: Calibri, Verdana, sans-serif;
    color: #FFFF99;
    text-align: left;
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 0 20px;
}

/* Links */
a:link {
    text-decoration: none;
    color: inherit;
}

/* Home Container */
.containerHome {
    background-image: url(images/homeScreen.png);
    background-color: #000918;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 1000px;
}

/* Home Content */
.homeContent {
    position: absolute;
    top: 200px;
    left: 4em;
}

/* Homepage Text Styles */
.homepage, .homepage2, .homepage3 {
    color: #ffffff;
    text-align: left;
    line-height: 1.25em;
    margin: 0;
}

.homepage {
    font-size: 1.5em;
}

.homepage2 {
    font-size: 1em;
    line-height: 1.2em;
}

.homepage3 {
    color: yellow;
    font-size: 0.8em;
    margin-left: -1em;
}

/* Content */
.content, .contentJ {
    color: #ffffff;
    margin: 0 20px 10px 20px;
    text-align: left;
    font-size: 0.8em;
    line-height: 1em;
}

.contentJ {
    text-align: justify;
}

/* Horizontal Rules */
hr.contact {
    width: 30%;
    margin: 1em auto 1.5em;
}

hr.eighty {
    width: 60%;
    margin: 0.5em auto 1em;
}

hr.eighty2 {
    width: 80%;
    margin-top: 2%;
}

/* Float Divs */
.floatDiv, .floatDiv2 {
    background-color: #000918;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Social Media */
.socialMedia {
    width: 5em;
    padding: 0.5em;
    margin: 3em 0;
}

.smaller {
    width: 10%;
}

.med {
    width: 20%;
}

.larger {
    width: 40%;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
    .show-sm {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-sm {
        display: block !important;
    }
    .show-sm {
        display: none !important;
    }
}
