﻿@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,800&subset=latin-ext');


body,
html {width: 100%; height: 100%;  margin: 0px; padding: 0px; background-color: #0c1321;}
body {font-size: 12px; font-family: 'Montserrat', sans-serif; color: #fff;}
.px1330 {max-width: 1330px; width: 100%; margin: auto; height: auto; display: table;}
.px1330x {max-width: 100%!important;}
strong {font-weight: 800;}

a {color:#fff;}
a:hover {text-decoration: underline;}

.logo {
	margin-top: 100px;
	margin-left: 10px;
    width: 280px;
    height: auto;

}


.content {text-align: center; font-size: 14px;}


@media screen and (max-width: 1210px) {


}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 480px) {

}






