/* -------------------------------------------------------------------
Script written by Michael P. MacKillip @ www.motionshot.com
            As part of the MotionShot CMS System
				    July 20, 2019
Please retain this credit when displaying this code online
---------------------------------------------------------------------- */
body {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
    background: #000000;
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body > main,nav,aside {
    background: #000000;
    color: #FFFFFF;
    border-radius: 7px;
    margin:5px;
    padding: 20px;
}
.index {
    font-size: 14px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
    background: #000000;
    background-image: url(../../style/customBG1.png);
    height: 100px;
    color: #FFFFFF;
    padding: 20px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 9000;
}
footer {
    background: #000000;
    background-image: url(../../style/customBG1.png);
    color: #FFFFFF;
    padding: 40px;
    padding-bottom: 10px;
    width: 100%;
}
body > header {
    order: 1;
    flex: 0 1 100%;
}
body > nav {
    order: 3;
    width: 100%;
    flex: 0 1 100%;
    padding-right: 5%;
    padding-left: 5%;
}
body > main {
    order: 2;
    width: 100%;
    flex: 0 1 100%;
    padding-top: 150px;
    padding-right: 5%;
    padding-left: 5%;
}
body > aside {
    order: 4;
    width: 100%;
    flex: 0 1 100%;
}
body > footer {
    order: 5;
    flex: 0 1 100%;
    width: 100%;
}
body {
    font-family: sans-serif;
}
.stylebox1 {
}
main > div {
    background: #000;
    padding: 40px;
    padding-top: 0px;
}
h1 {
    color: #FFCC66;
}
h2 {
    color: #CCCCCC;
}
h3 {
    color: #CCCCCC;
}
.logo {
    color: #CCC;
    font-weight: bold;
}
.header_nav:link {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.header_nav:hover {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 0 4px #FFFFFF;
}
.header_nav:visited {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.header_nav {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.mobile_nav:link {
    color: #FFFFFF;
    padding-left: 30px;
    size: 14px;
    text-decoration: none;
}
.mobile_nav:hover {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 0 4px #FFFFFF;
}
.mobile_nav:visited {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
}
.mobile_nav {
    color: #FFFFFF;
    padding-left: 30px;
    font-size: 14px;
    text-decoration: none;
}
.mobile_h1 {
    color: #EEEEEE;
}
#cpBtn {
    position: absolute;
    right: 50px;
    width: 40px;
    height: 48px;
    top: 40px;
    border-radius: 2px;
    padding: 5px 10px;
    cursor: pointer;
    transition: border 0.3s linear 0s;
    margin-right: 2%;
}
#cpBtn:hover {
    border: #CCC 1px solid;
}
#cpBtn:hover div {
    background: #CCC;
}
#cpBtn > div {
    width: 40px;
    height: 6px;
    background: #666;
    margin: 7px 0px;
    border-radius: 4px;
    transition: background 0.3s linear 0s;
}
#cp {
    position: fixed;
    right: -320px;
    top: 100px;
    width: 250px;
    height: 0px;
    overflow: scroll;
    background: #000000;
    background-image: url(../../style/customBG1.png);
    transition: right 0.3s linear 0s;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
    font-weight: normal;
    color:#FFFFFF;
    padding: 20px;
    z-index:100;
}
.footer_link:link {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.footer_link:hover {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 0 4px #FFFFFF;
}
.footer_link:visited {
    color: #EEEEEE;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.footer_link {
    color: #EEEEEE;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.footer_nav:link {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
.footer_nav:hover {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 0 4px #FFFFFF;
}
.footer_nav:visited {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
.footer_nav {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
.copy {
    font-size: 10px;
}