/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



/*-- -------------------------------------------------------------------------------------------------------- --*/

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Exo", sans-serif;
}

#wrapper,
#show {
    padding-top: 50px;
}

@media (min-width: 799px) {
    #wrapper {
        padding-left: 230px;
        padding-top: 30px;
    }
}

#footer {
    padding: 20px;
}

@media (min-width: 799px) {
    #footer {
        padding: 40px;
        padding-left: 320px;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#theMenu {
    z-index: 999;
    color: #000;
    position: fixed;
    height: 100%;
    width: 250px;
    padding-top: 60px;
    padding-left: 10px;
}

#theMenu {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    left: -300px;
}

@media (min-width: 799px) {
    #theMenu {
        left: 0;
    }
}

#theMenu.showing {
    left: 0;
}

.homePage #theMenu {
    left: -300px;
}

@media (min-width: 799px) {
    .homePage #theMenu {
        left: -300px;
    }
}

.homePage #theMenu.showing {
    left: 0;
}

.homePage {
    width: 100%;
    height: 100%;
}

.homePage #wrapper {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
}

.homePage .background-image {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 2.2em;
    margin-bottom: 0.2em;
    font-weight: 600;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
    line-height: 1.1em;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.8em;
    line-height: 1.1em;
    color: #f60;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
    line-height: 1em;
    color: #f60;
}

p {
    line-height: 1.3em;
    margin-bottom: 1em;
    font-size: 1.1em;
}

.content {
    width: 100%;
    max-width: 940px;
    padding: 20px;
    padding-top: 60px;
}

@media (min-width: 799px) {
    .content {
        padding: 40px;
        padding-left: 90px;
    }
}

.content hr {
    border-top-width: 0;
    margin: 40px 0;
}

.btn {
    margin-top: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5em;
    display: inline-block;
    padding: 16px 25px;
}

.imageGrid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}

.backImage {
    height: 50vw;
    width: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin:5px;
}

.backImage .foreContent {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.7em;
    line-height: 1.2em;
}

.edger {
    background-size: cover;
    background-repeat: no-repeat;
}


/*-- -------------------------------------------------------------------------------------------------------- --*/

#theContent {
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 2%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    background-color: #000;
    color: #fff;
    z-index: 900;
}

#theContent p,
#theContent h4 {
    padding-left: 1%;
}

#theContent a,
#theContent a:visitied {
    color: #f60;
}

#show {
    position: absolute;
    padding: 10px;
    padding-right: 10px;
    right: 0px;
}

@media (min-width: 360px) {
    .backImage {
        height: 33.33vw;
        width: calc(33.33%);
    }
    .edger {
        background-image: url("../edge.php?w=3");
    }
    #theContent {
        top: calc(33.33vw + 40px);
    }
    #theContent,
    #show {
        height: calc(100% - 33.33vw - 40px);
        left: 33.33vw;
        width: 60vw;
    }
    .ss-slides img {
        width: 60vw;
    }
    .tooltiptext p,
    .tooltiptext h3 {
        font-size: 70%;
    }
}

@media (min-width: 800px) {
    .backImage {
        height: 25vw;
        width: 25%;
    }
    .edger {
        background-image: url("../edge.php?w=4");
    }
    #theContent {
        top: calc(25vw + 40px);
    }
    #theContent,
    #show {
        height: calc(100% - 25vw - 40px);
        left: 25vw;
        width: 70vw;
    }
    .ss-slides img {
        width: 70vw;
    }
    .tooltiptext p,
    .tooltiptext h3 {
        font-size: 80%;
    }
}

@media (min-width: 1000px) {
    .backImage {
        height: 20vw;
        width: 20%;
    }
    .edger {
        background-image: url("../edge.php?w=5");
    }
    #theContent {
        top: calc(20vw + 40px);
    }
    #theContent,
    #show {
        height: calc(100% - 20vw - 40px);
        left: 20vw;
        width: 75vw;
    }
    .ss-slides img {
        width: 75vw;
    }
    .tooltiptext p,
    .tooltiptext h3 {
        font-size: 90%;
    }
}

@media (min-width: 1200px) {
    .backImage {
        height: 16.66vw;
        width: 16.66%;
    }
    .edger {
        background-image: url("../edge.php?w=6");
    }
    #theContent {
        top: calc(16.66vw + 40px);
    }
    #theContent,
    #show {
        height: calc(100% - 16.67vw - 50px);
        left: 16.66vw;
        width: 80vw;
    }
    .ss-slides img {
        width: 80vw;
    }
    .tooltiptext p,
    .tooltiptext h3 {
        font-size: 100%;
    }
}

body {
    color: #000;
}

.bgcolor {
    background-color: #000;
}

.basecolor {
    color: #f60;
}

#theMenu {
    background-color: #000;
}

#theMenu>ul>li>a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 300%;
}

#theMenu>ul>li>a:hover,
#theMenu>ul>li>a.here {
    color: #f60;
    font-weight: 1000;
}

#theMenu ul li {
    width: inherit;
    text-align: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    color: white;
    background-color: rgb(59, 58, 58);
    width: 90%;
    height: 90%;
    padding: 5%;
    border-radius: 6px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
}

.tooltiptext a,
#theContent a {
    color: #f60;
    text-decoration: none;
    border: 1px solid;
    padding: 2px;
}

.tooltiptext h3 {
    text-align: center;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.visi {
    visibility: visible;
}

p .c {
    color: #f60;
}

form {
    padding-left: 50px;
}

