@charset "utf-8";
/* CSS Document */
<style>
html {
    width: 100%;
    height: 100% ;
	overflow-y: scroll !important; 
}
body {
    background-color: #000000;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
    background-image: url(../images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}
header {
    padding-top: 25px;
}
h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400;
    display: inline;
    border-right: #19a6d4 solid 1px;
    padding: 0px 10px;
}
h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: inline;
    padding: 0px 5px;
}
h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
}
.liveArea {
    max-width: 980px;
    margin: auto;
    position: relative;
}
.logo {
    display: inline;
    padding: 20px;
}
nav {
    float: right;
}
a {
    text-decoration: none;
}
nav ul {
    list-style: none;
    margin: 10px;
    padding-left: 0;
}
nav li {
    color: #fff;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}
nav li a {
    color: #fff;
}
nav li:hover {
    background: #18a0cd;
    cursor: pointer;
}
nav ul li ul {
    min-width: 5rem;
    position: absolute;
    margin-top: 1rem;
    left: 0;
    display: none;
    margin-left: 0px;
}
nav ul li:hover > ul/*, ul li:focus-within > ul,  this is the line we add  ul li ul:hover */ {
    visibility: visible;
    opacity: 1;
    display: block;
}
nav ul li ul li {
    clear: both;
    width: 100%;
}
.hpParagraph {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    line-height: 30px;
}
.readParagraph {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 19px;
    line-height: 30px;
	padding:10px;
}
.hpBox {
    border: #18a0cd solid 1px;
    padding: 15px;
    color: #18a0cd;
    font-size: 16px;
    max-width: 200px;
    text-align: center;
    text-decoration: none;
}
.mobMenu {
    display: none;
}
.space {
    clear: both;
}
section {
    max-width: 750px;
    margin: 15% auto;
    padding: 0 5%;
}
/*Grid Box*/
.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flexContainer > div {
    widows: 74px;
    padding: 20px;
    margin: auto;
}
#lightBox {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    display: none;
}
.lightBoxWrapper {
    display: inline-block;
    position: relative;
}
.closeButton {
    position: absolute;
    top: -20px;
    right: 0;
    padding: 20px;
    z-index: 999;
    cursor: pointer;
    font-size: 40px;
}
#lightBox img {
    padding: 50px 20px 20px;
    transition: opacity 0s;
}
.zeroOpacity {
    opacity: 0;
}
footer {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 9px;
    text-align: center;
    margin: auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 5%;
    letter-spacing: 2px;
}
.clear {
    clear: both;
}

@media only screen and (max-width:1100px) {
body {
    background-size: cover;
}
}

@media only screen and (max-width:768px) {
section {
    max-width: 400px;
}
.flexContainer > div {
    widows: 74px;
    padding: 5%;
    margin: auto;
}
.modalImg {
    width: 100%;
}
#lightBox img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.lightBoxWrapper {
    width: 100%;
}
.modalImg {
    width: 100%;
}
}

@media only screen and (max-width:568px) {
body {
    background-size: cover;
}
.mobMenu {
    float: left;
    display: inline;
    position: relative;
    z-index: 999;
    margin: 20px 20px;
}
.hamburgerWrapper {
    position: relative;
    width: 32px;
    height: 32px;
}
.hamburgerWrapper img {
    display: block;
}
.hamburgerTopLine {
    transform: rotate(0deg);
    position: absolute;
    position: absolute;
    line-height: 0px;
    top: 0px;
    left: 0;
    line-height: 0px;
    transform-origin: center;
    transition: all .25s;
}
.hamburgerMiddleLine {
    transform: rotate(0deg);
    position: absolute;
    top: 8px;
    left: 0;
    line-height: 0px;
    transform-origin: center;
    transition: all .25s;
}
.hamburgerBottomLine {
    position: absolute;
    top: 16px;
    left: 0;
    line-height: 0px;
    transition: all .25s;
}
.hamburgerTopLine.hamburgerX {
    transform: rotate(45deg);
    top: 8px;
}
.hamburgerMiddleLine.hamburgerX {
    opacity: 0;
}
.hamburgerBottomLine.hamburgerX {
    transform: rotate(-45deg);
    top: 8px;
}
#hideNav {
    width: 100%;
    padding: 85px 0 0 45px;
    margin-top: 0px;
    display: none;
    position: absolute;
    position: absolute;
    top: 0px;
    background-color: #000000;
    height: 100%;
}
nav li {
    padding: 0;
}
nav li, nav {
    width: 100%;
}
nav ul li ul {
    margin-top: 0px;
}
nav ul {
    margin: 0px;
}
nav ul, nav li {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
}
nav ul, nav li a {
    color: #18a0cd;
}
nav li a {
    padding: 15px;
    display: block;
}
nav ul li ul {
    margin-left: 20px;
}
nav ul:hover, nav li:hover {
    background: none !important;
    cursor: inherit !important;
}
.dropdown li:last-of-type {
    padding-bottom: 0px;
}
.button {
    background-color: black;
    border: none;
    padding: 10px;
}
}
</style>

