@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);

html,body{
	height:100%;
	font-family: Helvetica,Arial,sans-serif;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('fonts/proximanova-semibold-webfont.eot');
    src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body{
	padding:0;
	margin:0;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


a{
	display:block;
}
a:hover{
	opacity:0.8;
}

section{
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

section.image{
	width:calc(100% - 500px);
	background:url(img/back3.jpg) no-repeat center bottom fixed;
	background-size:cover;
}

section.main{
	width:500px;
	background:#fff;
	padding:55px 75px;
	text-align:center;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(0,0,0,0.3);
}

img.main,img.logo{
	display:block;
	margin:0 auto;
}

h1{
	font-family: 'Kaushan Script', cursive,Helvetica,Arial,sans-serif;
	font-size: 52px;
	color: #2CB2FA;
	line-height: 66px;
	font-weight:normal;
	margin:14px 0 0;
}

h2{
	font-family: 'proxima_novasemibold',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	font-weight:normal;
	margin:2px 0 0;
	text-transform: uppercase;
}

.rs{
	margin-top:10px;
	text-align:center;
}
.rs a{
	display: inline-block;
	margin:5px;
}
.rs img{
	display: inline-block;
}

p{
	font-family: 'proxima_nova_rgregular',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin:10px 0 27px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

@media screen and (max-width: 580px) {

	section.main{
		float:none;
		margin:0 auto;
		width:90%;
		padding:30px;
	}

}

@media screen and (max-width: 420px) {

	img.main{
		width:100%;
		height:auto;
	}

}
