/* RESET  */

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}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

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




html, body {margin: 0; padding: 0; font-size: 17px; font-weight:400;}
input:focus, select:focus, textarea:focus, button:focus {outline: none;}
img {border:0px;}
a i {cursor: pointer;}
::-moz-selection {color:; background:;}
::selection {color:; background:;}
a {transition: 0.3s;}
.container { margin-right: auto;  margin-left: auto; max-width: 1300px;}
hr {opacity: 1;}
*:focus {outline: none;}


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



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

/* COLOURS 

Gold: #cdad59


*/



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

/* ELEMENTS & TYPOGRAPHY */

html, body {padding:0px; height:100%; margin:0px;}
p  {font-size:1em;}


a {}
a:hover {}
a:active {}
a:visited {text-decoration: none;}
a i {cursor: pointer;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ul {}
ul li {}
ol {}
ol li {}
strong, b {}
em {}
blockquote {}

input {}
label {}
select {}
textarea {}
button {}
fieldset {}
legend {}
datalist {}
output {}
option {}
optgroup {}

input type="button" {}
input type="checkbox" {}
input type="color" {}
input type="date" {}
input type="datetime-local" {}
input type="email" {}
input type="file" {}
input type="hidden" {}
input type="image" {}
input type="month" {}
input type="number" {}
input type="password" {}
input type="radio" {}
input type="range" {}
input type="reset" {}
input type="search" {}
input type="submit" {}
input type="tel" {}
input type="text" {}
input type="time" {}
input type="url" {}
input type="week" {}

iframe:focus {outline: none;}
iframe[seamless] {display: block;}

header {display: block;}
footer {display: block;}
sup { vertical-align: super; font-size: smaller;}




/* GENERAL STYLING */

/* overall */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;

}
body {background-color:black; color:white; font-family: 'Lato', sans-serif; outline-color:  #cdad59;
outline-offset: -30px;
outline-style: solid;
outline-width: 2px;
min-height:1000px;

}
.logo {margin-top:110px;}
.soon {font-weight:900; color: #cdad59; font-size:30px; margin-top:45px;}
.textblock {font-weight:400; font-size:20px; line-height:35px; margin-top:35px !important; width:600px; max-width:80%;  margin:auto;}
.social {font-weight:400; font-size:20px; line-height:35px; padding-top:35px !important; width:600px; max-width:80%; margin:auto;  clear: both;}
.social i {margin-left:8px; margin-right:8px;}
.social a i {color:white; text-decoration: none;    transition: color 0.3s linear;
	   -webkit-transition: color 0.3s linear;
	   -moz-transition: color 0.3s linear;}
.social a i:hover {color:#cdad59; text-decoration: none;}
#mc_embed_signup {font-weight:400; font-size:24px;  margin-top:35px !important; width:500px; max-width:80%; margin:auto; background: black !important; color:white !important; margin-bottom:35px !important;}
#mc_embed_signup input.email { margin-right:10px; border-radius: 0px !important; border:none !important; width:100% !important;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {background-color: black !important; border-radius: 0px !important;}
#mc_embed_signup .button {height:38px !important; border:1px solid white !important; background: black !important; text-transform: uppercase; border-radius: 0px !important;}
.leftalign {text-align: center;}
#mce-EMAIL-HELPERTEXT {display:none;}


/* navigation */

/* main */











/* footer */





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

/* HELPERS */

.hide {display: none;}


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






/* MEDIA QUERIES */

@media (min-width: 576px) {
	
	
	
	
}

@media (min-width: 768px) {
	
.soon { font-size:55px;}
#mc_embed_signup input.email {width:400px !important;}
.leftalign {float:left;}
.social {font-weight:400; font-size:30px; line-height:35px; padding-top:35px !important; width:500px; max-width:80%; margin:auto;  clear: both;}
.social i {margin-left:12px; margin-right:12px;}

body {background-color:black; color:white; font-family: 'Lato', sans-serif; outline-color:  #cdad59;
outline-offset: -30px;
outline-style: solid;
outline-width: 2px;
min-height:700px;


}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}




