﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #415e86;
	padding-top: 50px;
	color: #666;
}

h1 {font-size: 30px; color: #3c628f; font-weight: bold; text-transform: uppercase;}
h2 {font-size: 20px; font-weight: bold;}

@media (max-width: 767px) {
	h1 {font-size: 26px;}
	h2 {font-size: 16px;}
}

.wrap-temp-box {
	background-color: #fff;
	padding: 2em 3em;
	color: #666;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.wrap-info {
	padding: 30px 0 0 0;
}

.wrap-info span.glyphicon {
	color: #febf0f;
}

.credit {
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}


