@import 'https://fonts.googleapis.com/css?family=Handel+Gothic';

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.25em;
	font-size: 14px;
	background-color: RGB(1,3,26);
	color: #cca;
}

h1 {
	font-size: 30px;
	line-height: 34px;
    color:RGB(253,199,64)
}

h2 {
	font-size: 20px;
	line-height: 25px;
    color:RGB(253,199,64)
}

a[href] {
	color: #1e8ad6;
}

a[href]:hover {
	color: #3ba0e6;
}

img {
	max-width: 100%;
}
