/* Reset */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body {
margin:0;
padding:0;
background: url('bg.jpg') #222034;
background-size: cover;
background-repeat: no-repeat;
font-family: 'Poppins', sans-serif;
font-weight: 300;
color: #fff;
height: 100%
}

small {
	font-size: 11px;
	width: auto;
	position: absolute;
	right: 5vw;
	bottom: 5vw;
	padding-left:5vw;
}

p {
	font-size: 14px;
}

h1 {
	font-size: 20px;
	padding-bottom: 25px;
	color:#ad8631;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #ae943a
}

div {
	position: absolute;
	left:15vw;
	top:15vw;
	width: auto;
	padding-right: 5vw
}

@media screen and (max-width: 380px) {
	div {
		left:5vw;
	}
}