@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 50px;
    font-size: 14px;
}

h1 {
    font-weight: 100;
    font-size: 32px;
    margin-top: 0;
}

h2 {
    font-weight: 100;
    font-size: 22px;
}

h3 {
    font-weight: 100;
    font-size: 18px;
}

#contentBox {
    background: #f5f5f5;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    width: 90%;
    border-radius: 16px;
    max-width: 500px;
}

#content {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    h1 {
        font-size: 22px;
        margin-top: 0;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }
}

#logoContainer {
    width: 128px;
    margin: auto;
    margin-top: 100px;
}

#logo {
    width: 128px;
}

.buttonGrey {
    font-weight: normal;
    text-align: center;
    display: inline;
    background: #ddd;
    color: #000;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    height: 34px;
    border-radius: 17px;
    margin: 0px auto;
    padding: 10px;
}

.buttonAccent {
    font-weight: bold;
    text-align: center;
    display: inline;
    background: #fa8868;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    height: 34px;
    border-radius: 17px;
    margin: 0px auto;
    padding: 10px;
}

.buttonPremium {
    font-weight: bold;
    text-align: center;
    display: inline;
    background: #F5BF68;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    height: 34px;
    border-radius: 17px;
    margin: 0px auto;
    padding: 10px;
}

.footerText {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial;
    font-size: 0.8em;
    color: #666666;
    margin: auto;
    max-width: 480px;
    text-align: left;
}

.footerText a {
    color: #666666;
}

#profilePicture {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.infoText {
    padding: 10px;
    font-size: 1.0em;
    color: #666666;
}
