﻿html,
body {
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    background-color: #e7e7e7;
}

header {
    background-color: white;
    width: 100%;
    height: 95px;
}


/* h1 {
    color: #003A80;
    text-align: center;
    margin: 0;
    padding: 0.80em;
} */

h2,
p {
    color: white;
    text-align: center;
    margin: 0;
    padding: 0.80em;
}

h2 {
    font-size: 1.2em;
    padding: 0.2em;
}

p {
    font-size: 0.67em;
    font-weight: 300;
    line-height: 1.25em;
}

.logo {
    width: auto;
    height: 65px;
    /* padding-top: 15px; */
}

#logoOMG {
    position: absolute;
    top: 15px;
    left: 15px;
}

#logoHAS {
    position: absolute;
    top: 15px;
    right: 15px;
}

#logoPHD {
    position: absolute;
    top: 15px;
    right: 156px;
}

#logoOMD {
    position: absolute;
    top: 15px;
    right: 312px;
}

.button-container {
    width: 250px;
    margin: 0 auto;
    padding-top: 10%;
}

.round-button a {
    display: block;
    float: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.button-text {
    padding-top: 30%;
}

.round-button-circle {
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #003A80;
    box-shadow: 0 0 3px gray;
}

.round-button-circle:hover {
    background: #00224b;
    /*background:#034fac;*/
}

.disclaimer {
    margin-top: 16em;
}

.disclaimer p {
    color: #383838;
    text-align: center;
}

#title {
    left: 0%;
    right: 0%;
    position: absolute;
    color: #003A80;
    text-align: center;
    margin: 0;
    padding: 0.80em;
}