﻿@charset "utf-8";
/* CSS Document */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
html{background-color: #fff;}
body{background-color: transparent;color:#656565;font-size:14px;}
html,body{ text-align:center; margin:0px; padding:0px; }
body, h1, h2, h3, h4 {
  font-family:'Open Sans',"HelveticaNeue", "Helvetica Neue", Helvetica, Arial,sans-serif;
}
a{color:#22BAA0}
a,a:hover, a:focus{text-decoration:underline;}
div.main{ width:370px;  padding:20px 20px 40px;   margin:50px auto; background-color:#f5f6f7; border:1px solid #f0f0f0}
.btn{ text-decoration:none}
h1{  font-family: 'Sonsie One',cursive;
    font-size: 50px; color: #22BAA0; margin-bottom:10px
}
h2{font-size:20px; line-height:24px; font-weight:300; margin-top:0px;margin-bottom:30px}
h3{ font-size:16px; line-height:20px; font-weight:300;}
h3 strong{ color:#22BAA0; font-weight:300;}
