﻿@charset "UTF-8";
/* Body */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}
/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: #FFFFFF;
}
/* Navigation */
header {
    width: 100%;
    height: 5%;
    min-height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #50d0c3;
}

.logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 10%;
    margin-top: 15px;
    margin-left: 25px;
}

    .logo img {
        height: 100px;
    }

nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
}

header nav ul {
    list-style: none;
    float: right;
}

nav ul li {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    font-weight: bold;
    transition: all 0.3s linear;
}

ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

ul li:hover a {
    color: #2C9AB7;
}

.testi_header {
    color: #50d0c3;
    text-align: center;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 2.2em;
    font-weight: 300;
}
/* Hero Section */
.hero {
    padding-top: 20px;
    padding-bottom: 20px;
}

.light {
    font-weight: bold;
    color: #717070;
}

.tagline {
    text-align: center;
    color: #535a6d;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
}

.button {
    width: 200px;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
    background: #50d0c3;
    display: block;
}

    .button:hover {
        background-color: #3fb7aa;
        color: #fff;
        cursor: pointer;
    }

.form-pw {
    max-width: 550px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 25px #eee;
    padding: 2% 5%;
}

    .form-pw input {
        padding: 15px 15px;
        margin-bottom: 15px;
        background: #e6f2f2;
        user-select: none;
    }

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-size: .7em;
    background: #535a6d;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}


footer {
    display: inline-block;
}

.reveal-pwd, .reveal-pwd:hover {
    color: #333
}

.hidden {
    display: none;
}

/* Mobile */
@media (max-width: 320px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
    }


    .tagline {
        margin-top: 20px;
        line-height: 22px;
    }

    .hero_header {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
        text-align: center;
    }

    .hero {
        padding: 50px 20px;
    }    
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    .logo {
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        color: #043745;
    }


    .footer_column {
        width: 100%;
        margin-top: 0px;
    }


    .footer_column {
        width: 100%;
    }

    .hero {
        padding: 20px 20px;
    }

}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    .text_column {
        width: 100%;
    }

    .thumbnail {
        width: 50%;
    }

    .text_column {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .banner {
        margin-top: 0px;
        padding-top: 0px;
    }

    .hero {
        padding: 20px 20px;
    }
}
