﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
@charset "windows-1251";
* {
   margin: 0;
   padding: 0;
   outline: none;
}

html, body {
	
}

body {
	background-attachment: fixed;
	background-size: 100%;
	font-family: 'Roboto', sans-serif; 
}

.menu {
	color: #e2dced;
}

.one {
	margin-top: 23%;
	color: #1574BC;
    font-family: "Poppins", Sans-serif;
	font-size: 8vw;
	text-align: left;
    font-weight: 900;
    letter-spacing: 1.4px;
	text-decoration: none;

}

.two {
	color: #F39511;
    font-family: "Poppins", Sans-serif;
	font-size: 8vw;
	text-align: left;
    font-weight: 900;
    letter-spacing: 1.4px;
	margin-bottom: 8%;
	text-decoration: none;
}

.logo {
	background-image: url(img/back.jpg);
	background-position: inherit;
	min-height: 500px;
	background-size: cover;
}

.link{
	color: #1574BC;
    padding-top: 10pt;
    padding-bottom: 0px;
	text-decoration: none;
	font-family: "Ramabhadra", Sans-serif;
	font-size: 18px;
    font-weight: 800;
	display: inline;
	width: auto;
}

.title{
	color: #1574BC;
}