body {
    background-image: url(images/bg01.jpg);
    background-position: top left;
    background-attachment: fixed;
    background-color: rgb(67,53,20);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-color: rgb(0,0,0);
    margin: auto;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto;
}
h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(185,0,0);
}
h3 {
    font-size: 20px;
    margin-top: -10px;
}
h4 {
    font-size: 30px;
    font-weight: bold;
    color: rgb(0,0,0);
}
hr {
    display: block;
    max-width: 850px;
    width: 75%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    border-style: inset;
    border-width: 2px;
}
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(75,75,85);
    background-image: url(images/brushed-steel-texture.jpg);
    background-position: top left;
    z-index: 101;
    position: relative;
}
ul.topnav li {float: left;}
ul.topnav li a {
    display: inline-block;
    color: rgb(250,250,250);
    text-align: center;
    padding: 2px 14px 0px 14px;
    text-decoration: none;
    transition: 0.2s;
    font-size: 14px;
}
.active {
    color: rgb(50,50,50);
}
ul.topnav li.contactright {
    float: right;
    font-size: 14px;
    color: rgb(200,200,200);
    text-align: center;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    transition: 0.2s;
}
ul.topnav li a:hover {
    color: rgb(190,190,190);
}

ul.topnav li.icon {display: none;}
ul.topnav li.navlogo {display: none;}
ul.topnav li.navlogo a img {
    height: 38px;
    width: 183px;
    padding-top: 0px;
}

@media screen and (min-width:757px) {
    .quotecontainer img {float: left;}
    .logo {display: none;}
}

@media screen and (max-width:757px) {
    ul.topnav li/*:not(:first-child)*/ {display: none;}
    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
    ul.topnav li.navlogo {
        float: left;
        display: inline-block;
        height: 40px;
    }
    ul.topnav.responsive {position: relative;}
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }
    ul.topnav.responsive li:first-child {display: none;}
}

/* This is the class that will be added or removed based on the scroll position */
.fixednav{
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 100;
}

.coverimage {
    position: relative;
    height: 200px;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}
.coverimage img {
    position: absolute;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    z-index: 1;
}
.fullscreenlogo {
    float: left;
    position: relative;
    z-index: 5;
    width: 225px;
    height: 200px;
    margin-left: 25px;
}
.fullscreenlogo img {
    width: auto;
    height: 200px;
    width: 200px;
    z-index: 50;
}
.logo {
    position: relative;
    margin: auto;
    height: 200px;
    width: 200px;
    z-index: 98;
}
.logo img {
    position: relative;
    height: 200px;
    width: 200px;
}
.quotecontainer {
    position: relative;
    z-index: 100;
}
.quote {
    width: 100%;
    text-align: center;
    text-overflow: clip;
    font-size: 26px;
    color: rgb(50,50,50);
}
.contained {
    height: 200px;
    width: 100%;
}
.spacer {
    width: 100%;
    height: 20%;
}
.content {
    background-color: rgb(220,220,200);
    background-image: url(images/stone-texture.jpg);
    margin-top:10px;
    padding-top: 50px;
    padding-bottom: 135px;
    max-width: 1400px;
    min-height: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
}
.content p {
    margin-bottom:20px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
.clear {clear: both;}

#topmenu {
    color: rgb(255,255,255);
    height:40px;
    line-height:40px;
    letter-spacing:1px;
    width:100%;
    margin-bottom: -40px;
}

#social {
    padding: 0;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -30px;
    margin-left: -50px;
    margin-right: 10px;
}
#social img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
#ig-social {
    padding: 0;
    width: 40px;
    height: 40px;
    float: right;
    margin-top: -15px;
    margin-left: -50px;
    margin-right: 10px;
}
#ig-social img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
#sharelink {
    float: right;
    height: 25px;
    width: 50px;
    margin-right: 10px;
    margin-left: -60px;
    background-color: rgb(230,25,25);
    border-radius: 6px;
}
#sharelink a {
    display: block;
    margin-top: -7px;
    margin-left: 2px;
    margin-right: auto;
    color: rgb(205,205,205);
    font-size: 14px;
    font-weight: bold;
}

#container {
    color: rgb(255,255,255);
    height:40px;
    line-height:40px;
    letter-spacing:1px;
    max-width: 1400px;
    margin-bottom: -40px;
    margin: auto;
}

/* Page specific id's after this line */

#safetyrules {
    margin: auto;
    width: 90%;
}
.content #safetyrules p {
    width: 95%;
    margin: auto;
}
#heading {
    margin-left: 5%;
    padding-left: 10px;
    padding-bottom: 0px;
    border-left-style: dashed;
    border-left-color: rgb(75,75,85);
    border-left-width: 5px;
}
#image01 {
    max-width: 1150px;
    height: auto;
    margin: auto;
}
#classroomimage {
    max-width: 1000px;
    height: auto;
    margin: auto;
}
#rangeimage {
    max-width: 1000px;
    height: auto;
    margin: auto;
}

/* Next Button */
#nextbutton {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(70,70,70);
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 300px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
    margin: auto;
    vertical-align: middle;
    font-size: 20px;
    color: rgb(245,245,245);
}
#nextbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
#nextbutton span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
#nextbutton:hover {
    background-color: rgb(200,200,200);
}
#nextbutton:hover span {
    padding-right: 20px;
    color: rgb(45,45,45);
}
#nextbutton:hover span:after {
    opacity: 1;
    right: 0;
}
/* End of Next Button */

/* Footer */

#footerborder {
    position: relative;
    width: 100%;
    height: 15px;
    background-image: url(images/bullet-border01.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
    margin-top: -90px;
    z-index: 5;
}
#footer {
    position: relative;
    padding: 5px 0px 0px 0px;
    width: 100%;
    height: 75px;
    background-color: rgb(35,35,35);
    margin-top: -5px;
    opacity: 0.95;
    z-index: 4;
}
.footertext {
    max-width: 1400px;
    padding: 5px;
    margin: auto;
    text-align: center;
    color: rgb(250,250,250);
}
#sharebuttons img {
    width: 35px;
    padding: 2px;
    display: inline;
    border-radius: 10px;
    border: 0;
    box-shadow: 0;
}