﻿@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Nunito Sans', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1.65;
}

img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

body, .body-wrap {
    width: 100% !important;
    height: 100%;
    background: #f8f8f8;
}

a {
    color: #3498db;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.button {
    display: inline-block;
    color: #ffffff;
    background: #000000;
    border: solid #000000;
    border-width: 10px 20px 8px;
    font-weight: bold;
    border-radius: 4px;
}

    .button:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p, ul, ol {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}


.main_container {
    display: block !important;
    clear: both !important;
    margin: 0 auto !important;
    max-width: 720px !important;
}

.main_header {
    padding: 20px 0 20px;
    color: #000000;
}

    .main_header img {
        max-width: 90%;
        margin: 0 auto !important;
        display: block;
        height: 80px;
    }


.main_title {
    background: #ffffff;
    color: #000;
    padding: 20px 0;
    text-align: center;
}

.main_content {
    background: white;
    padding: 30px 35px;
}

.btn-primary {
    color: #fff;
    background-color: #00677F;
    border-color: #00677F;
}