﻿@font-face {
    font-family: "ooo";
    src: url(../fonts/Rubik-Regular.ttf) format("truetype");
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ooo", Verdana, Tahoma;
	color: #333;
	font-weight: 600;
}
#center-div {
   width: 100%;
	margin: auto;
	font-size: 20px;
	text-align: center;
	margin-top:100px;
    margin-bottom:100px;
	
}

.big-number {
	width: 80px;
	height: 80px;
	border: 4px solid  #af4d4f;
	border-radius: 500px;
	font-size: 70px;
	text-align: center;
	font-weight: 100;
	padding: 20px;
	color:  #af4d4f;
    margin: auto;
    margin-bottom:20px;
}

.arrow {
	font-weight: 900;
}
#button {
	background-color: rgba(0,0,0,.2);
	width: 400px;
	border: 1px solid #eee;
	height: 70px;
	font-family: "ooo", Verdana, Tahoma;
	font-size: 20px;
	color: #eee;
}

#menu {
 z-index:2;
	position: fixed;
	top: 0px;
	min-height: 60px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #bbb;
	min-width:850px;
}
#link-img {
	height: 50px;
	margin: 10px;
	margin-left: 40px;
}
.menulink {
	text-decoration: none;
	color: #c33;
	margin-left: 10px;
	position: relative;
	padding-left: 10px;
	text-transform: uppercase;
}
#menu-right {
	position: absolute;
	right: 50px;
	top: 30px;
}
#footer {
	width: 100%;
	background-color: #bbb;
	margin-top: 70px;
	padding-top: 30px;
}
#copyright{
	width: 100%;
	background-color: #555;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#ccc;
	text-align:center;
	font-size:12px;
}

#footerdiv {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.footertable {
	width: 25%;
	padding:10px;
	}
.footertext {
	
	}

#footertab {
	width: 100%;
	vertical-align: top;
}
#main {
	text-align: center;
	margin: auto;
	
	max-width: 1000px;
	margin-top:100px;
}
.main {
	text-align: center;
	margin: auto;
	max-width: 900px;
	margin-top:75px;
	margin-bottom:100px;
}
#main1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding:0;

}
#main2 {
	padding: 30px;
	max-width: 1100px;
	margin: auto;
	margin-bottom:50px;
}
#main3 {
	border-spacing:0;
	color: #eee;
	width:100%;
	font-size:15px;font-weight:normal;
	padding:0;margin:0;
	
}

.nice {
	vertical-align: top;
}
.footlink {
	color: #333;
	margin-top: 5px;
	padding-top: 5px;
	text-decoration:none;
	line-height:1.6;
}
.big-button {
	background-color: #af4d4f;
	width: 80%;
	border: 1px solid #eee;
	height: 70px;
	font-family: "ooo", Verdana, Tahoma;
	border-radius: 0;
	font-size: 20px;
	color: #eee;
	margin:10px;
}
em {
	font-size: 20px;
	color: #335;
}
h2{font-size:30px;
	}

h3{font-size:30px;
	}

big {
	color: #d44;
}
input {
	border-radius: 0;
}
input {
	-webkit-appearance: none;
}
