﻿body {
	font-family: "Oswald",'Roboto',sans-serif;
}
.main-div {
	max-width:500px;
	margin: 0 auto;
	text-align:center;
	padding: 0 20px;
}

h1 {
	font-family: "Oswald",'Roboto',sans-serif;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 7px;
    font-weight: 300;
}

h2 {
	font-family: "Oswald",'Roboto',sans-serif;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
	text-transform: uppercase;
	color: #696969;
	padding-top: 40px;
}


p {
	color: #696969;
	line-height: 2.1;
}

a.superlink {
	text-decoration: none;
    padding: 0.5em 1.8em;
    font-size: 1.5em;
    border: 2px solid #2bbbd8;
    border-radius: 7px;
    text-transform: uppercase;
    color: #2bbbd8;
    display: inline-block;
    margin: 0px auto 0px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;

