/*-------------------------------------
--------------------------------- RESET
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:#00f}a:focus{outline:thin dotted}li{list-style:none}abbr[title]{border-bottom:0}b,strong{font-weight:700}i,em,dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}label{cursor:pointer}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}html{-ms-overflow-style:scrollbar;}

/*-------------------------------------
----------------------- RESPONSIVE GRID
-------------------------------------*/
.container {width: 100%; margin: 0px auto;}
.row {max-width: 1200px; width: 100%; margin: 0px auto;}
img {max-width: 100%;}
.one, .two, .three, .four, 
.five, .six, .seven, .eight, 
.nine, .ten, .eleven, .twelve {
	margin-right: 2%;
	float: left;
}
.one {width: 6.5%;}
.two {width: 15%;}
.three {width: 23.5%;}
.four {width: 32%;}
.five {width: 40.5%}
.six {width: 49%;}
.seven {width: 57.5%;}
.eight {width: 66%;}
.nine {width: 74.5%;}
.ten {width: 83%;}
.eleven {width: 91.5%;}
.twelve {margin-right: 0px; width: 100%;}
.last {margin-right: 0px;}
.row-wrap {
  /* min-height: 50vh; */
  max-width: 1200px;
  width: 100%;
  min-height: 200px;
  margin: 0px auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}

/*-------------------------------------
------------------------------- GENERAL
-------------------------------------*/
body {
  color: #1f1f1f;
  font-size: 24px;
  line-height: 36px;
  font-family: 'latoregular';
  background-image: url('../images/sg-bg.jpg');
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f1f1f1;
}

i,
em {
	font-style: italic;	
}

b,
strong {
	font-weight: bold;	
}

.clear {
	position: relative;
	display: block;
	clear: both;	
}

.sprite {
	position: relative;
	display: block;
	background: url(images/sprite.png) no-repeat;
}

a, button {
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: #80dbfd;
}

a:link,
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

a.button,
button {
  cursor: pointer;
  display: inline-block;
  color: #00aeef;
  border: 2px solid #00aeef;
  background: none;
  width: 300px;
  max-width: 90%;
  font-size: 16px;
  line-height: 16px;
  padding: 30px 20px 28px;
  text-align: center;
  text-transform: uppercase;
}

a.button:hover,
button:hover {
  color: #00161e;
  border: 2px solid #00aeef;
  background: #00aeef;
}

a.button-large {
  font-size: 24px;
  font-family: latobold;
}

.interior p a {
  color: #1f1f1f;
  border-bottom: 2px solid #00aeef;
}

.interior p a:hover {
  /* color: #b58600; */
  color: #00aeef;
}

.blue-text {
  color: #00aeef;
}

.red-text {
  color: #ff0000;
}

.divider {
  display: block;
  margin: 40px auto;
  width: 50%;
  max-width: 300px;
  border-top: 2px solid #00aeef;
}

.show400, .show500, .show600,
.show700, .show800, .show900,
.show1000 {
  display: none;
}

.centered {
  text-align: center;
}

.no-pad {
  padding: 0 !important;
}

.no-mar {
  margin: 0 !important;
}

::selection {
  color: #333;
  background: #00aeef;
}

::-moz-selection {
  color: #333;
  background: #00aeef;
}

#outer-page-wrapper {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.home-page #outer-page-wrapper {
  position: relative;
  min-height: calc(100vh - 100px);
  /* min-height: 100vh; */
  padding-bottom: 100px;
}

/*-------------------------------------
-------------------------------- HEADER
-------------------------------------*/
.home-page header {
  position: absolute;
  width: 100%;
}

header {
  margin-bottom: 30px;
  /* background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); */
  /* background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); */
  /* background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); */
}

#header-logo {
  float: left;
  margin: 20px 0 20px 20px;
  /* margin-bottom: -70px; */
  position: relative;
  z-index: 100;
}

.home-page #header-logo {
  display: none;
}

#header-logo img {
  height: 30px;
}

#menu-button {
  /* float: right; */
  /* width: 104px; */
  /* height: 30px; */
  /* margin: 20px; */
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  background-position: -210px -144px;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

#menu-button.visible {
  opacity: 0;
}

#menu-button-small {
  /* float: right; */
  /* width: 30px; */
  /* height: 30px; */
  /* margin: 20px 24px 20px 0; */
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  background-position: -210px -144px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.home-page #menu-button-small {
  /* opacity: 0; */
}

.menu-icon-small {
  width: 30px;
  height: 30px;
  fill: #00aeef;
}

#menu-button-small.visible {
  opacity: 0;
}

#nav-menu {
  position: fixed;
  right: 0;
  top: 0;
  padding: 20px;
  height: 100%;
  width: 60%;
  max-width: 250px;
  color: #fff;
  text-align: left;
  background: #1b1b1b;
  background: rgba(21, 21, 21, 0.9);
  overflow-y: auto;
  box-shadow: none;
  z-index: 10000;
  visibility: hidden;
  -moz-transform: translateX(20rem);
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
  transform: translateX(20rem);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
}

#nav-menu.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.40);
  visibility: visible;
}

#menu-close-button {
  float: right;
  opacity: 0;
  margin: 0 0 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.menu-close-icon {
  width: 30px;
  height: 30px;
  fill: #00aeef;
}

#menu-close-button.visible {
  opacity: 1;
}

#menu li.menu-item {
  display: block;
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
}

#menu .menu-item a {
  color: #fff;
}

#menu .menu-item a:hover {
  color: #00aeef;
}

#menu-open-overlay {
  background: none;
  -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
       -o-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

#menu-open-overlay.visible {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: black;
  background: rgba(0, 0, 0, 0.6);
}

/*-------------------------------------
----------------------------- HOME PAGE
-------------------------------------*/
#home .row {
  padding-top: 100px;
  height: 60vh;
  max-width: 1400px;
}

#splash-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  flex-wrap: wrap;
}

/*-------------------------------------
------------------------- INTERIOR PAGE
-------------------------------------*/
#int-hero {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: latobold;
}

.page-pic {
  border: 1px solid #1f1f1f;
}

.page-pic img {
  width: 100%;
}

.page-pic-top {
  margin-bottom: 40px;
}

.page-pic-bottom {
  margin-top: 40px;
}

h2, h3 {
  font-size: 40px;
  line-height: 48px;
  color: #00aeef;
  text-transform: uppercase;
}

h4, h5 {
  font-size: 24px;
  color: #00aeef;
  text-transform: uppercase;
}

h2, h4, h5 {
  font-weight: bold;
}

h2, h3, h4, p {
  padding-bottom: 20px;
}

pre {
  font-family: monospace;
  font-size: 16px;
  line-height: 22px;
  white-space: pre-line;
}

pre .custom-hr {
  margin: 10px auto;
}

pre.tab {
  white-space: pre;
}

pre span {
  color: #00aeef;
}

/*-------------------------------------
---------------------------- PHOTO PAGE
-------------------------------------*/

.blog-pic {
  width: 48%;
  margin: 0 1% 25px;
  float: left;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.photos-landing-page .blog-pic {
  width: 31.33%;
}

.blog-pic.full-width {
  width: 98%;
}

/*-------------------------------------
--------------------------------- LISTS
-------------------------------------*/
.item-list {
  padding-bottom: 20px;
}

.item-list li {
  list-style: inherit;
  margin-left: 40px;
}

/*-------------------------------------
-------------------------------- TABLES
-------------------------------------*/
table {
  width: 100%;
}

th {
  text-align: left;
}

tbody::after {
  content: '';
  display: block;
  height: 5px;
}

/*-------------------------------------
-------------------------------- FOOTER
-------------------------------------*/
.home-page #footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
}

#footer {
  position: relative;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
  /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */ */
  /* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */ */
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ */
}

.footer-socialbar {
  height: 40px;
  margin: 20px 0 30px;
}

.socialbar-link {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #00aeef;
  overflow: hidden;
  box-sizing: inherit;
}

.socialbar-link.socialbar-link-youtube { margin-left: 0px; }
.socialbar-link.socialbar-link-facebook { margin-right: 0px; }

.socialbar-link-facebook:hover { background-color: #3b5998; }
.socialbar-link-twitter:hover { background-color: #1da1f2; }
.socialbar-link-linkedin:hover { background-color: #0077b5; }
.socialbar-link-instagram:hover { background-color: #e1306c; }
.socialbar-link-spotify:hover { background-color: #2ebd59; }
.socialbar-link-steam:hover { background-color: #055f83; }
.socialbar-link-youtube:hover { background-color: #cd201f; }
.socialbar-link-twitch:hover { background-color: #6441A4; }

.socialbar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  max-height: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #ffffff;
}


#footer .copyright {
  position: relative;
  z-index: 1;
  color: #1f1f1f;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
}

.copyright .copyright-div {
  font-family: 'latobold';
}

.copyright a {
  color: inherit;
}

.copyright a:hover {
  color: #00aeef;
}

#heart-icon {
  display: block;
  cursor: pointer;
  position: relative;
  right: 0;
  left: 0;
  margin: 60px auto 20px;
  width: 50px;
  height: 50px;
  background-image: url(../images/heart.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
