/**Cascading style sheet (C) Heli Lamb - 2020**/
.clear{clear:both;}
.hide, hr {display:none;}

@font-face{
    font-family: Streetvertising-Bold;
    src: url(fonts/streetvertising-bold.ttf);
	url('fonts/streetvertising-bold.eot'); /**IE**/
}

body{
	background-color: #000;
	background-image: url("images/R44sunset.jpg");
	background-size: cover;
	background-repeat:no-repeat;
    font-family: 'Open Sans', sans-serif;
	color:#2B2B2B;	
}

h1 {font-size:24px; font-family:'Streetvertising-Bold'; color:peru;}
h2,h3,h4 {font:italic bold 14px 'Open Sans'; color:#25AAE1;}

a {color:#25AAE1; text-decoration:none;}
a:visited {color:#25AAE1; text-decoration:none;}
a:hover {color:#25AAE1; text-decoration:underline;}
a:active {color:#25AAE1; text-decoration:underline;}
img {border: none;}


/** PAGE **/

#main_container {
	padding:15px 15px;
	margin-top:15px;
	background: rgba(0,0,0,0.5);	
	color:#fff;
}
h2 {margin:10px 0 20px 0;}
ul {
	color:#F5F6F6;
	list-style-type:disc;
	margin-bottom:20px;
	padding-left:30px;
}
ul ul {
	margin-bottom:0px;
	margin-left:10px;
	list-style-type:circle;
}
p {
	font-size: 14px;
	color:#F5F6F6;
}
#terms {font-size: 10px;}
h3 {margin-top:40px;}

@media screen and (max-width: 991px) {
	body {background-size:auto; background-position-x:78%;}
	#main_container {margin-top:0px; background:rgba(0,0,0,0.2);}
	h1 {font-size:32px; margin-top:5px;}
	h2,h3,li,p {font-size:14px;}
}
#sp {display:none;}

/** UNUSED UPLOAD BUTTON **/

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
