﻿@import 'reset.css';
@import url(//fonts.googleapis.com/css?family=Poppins:400,300,500,700);

body {
	background: linear-gradient(45deg, rgba(245, 245, 245,1) 0%, rgba(250, 250, 250,1) 100%);
	color: #333333;
	font-family: 'Poppins';
	font-size: 1.0em;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */;
	-webkit-text-size-adjust: none;
	height: 100%;
	padding: 0;
	margin: 0;
}

header {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-inner {
	width: 340px;
	margin-left: auto;
	margin-right: auto;

}

.small {
text-align: center;
margin-top: -20px;
}

h1 {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
}


h2 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;margin-top: 25px;
}

p {
	margin-bottom: 20px;
	text-align: center;
	line-height: 22px;
}

#content {
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

a.dl_button {
	background-color: #1483a0;
	width: 300px;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	box-shadow: 0 5px 5px 0 #33333350;
	transition: 0.3s;
	border: 1px solid #1483a0;
}

a.dl_button_alt {
	background-color: transparent;
	border: 1px solid #1483a0;
	width: 300px;
	color: #1483a0;
	padding: 20px;
	margin-bottom: 40px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	box-shadow: 0 5px 5px 0 #33333350;
	transition: 0.3s;
}

a.dl_button2 {
	background-color: #1483a0;
	width: 280px;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
	box-shadow: 0 5px 5px 0 #33333350;
	transition: 0.3s;
	border: 1px solid #1483a0;
}

a.dl_button:hover {
	background-color: #0d596d;
	border: 1px solid #0d596d;
}

a.dl_button_alt:hover {
	background-color: #1483a0;
	border: 1px solid #1483a0;
	color: #fff;

}

a.dl_button2:hover {
	background-color: #0d596d;
	border: 1px solid #0d596d;
}


.highlight {
        border: 1px solid #fff;
        border-radius:  10px;
        background-color: #33333320;
        padding: 10px;
        padding-top: 20px;
        width: 320px;
}

.backbut {
    display:inline-block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 10px;
    text-decoration: none;
    font-size: 10px;
    margin: 10px;
}

.backbut:hover {
    background-color: #c5c5c5;
}