
body{
    background: #05a7dd;
}

.row {
    display: flex;
}

/*  ############################################ */

h1 {
    font-size: 2em;
    font-weight: bold;
    color: #05a7dd;
    margin-bottom: 0.5rem;
}

.qualifications {
    font-size: 0.5em !important;
}
.tinytext{
    font-size: 0.8em;
    color: #444;
}
.smalltext {
    font-size: 0.9em;
    color: #0465B5;
}
.smalltextg {
    font-size: 0.9em;
    color: #999999;
}
.smalltextr {
    font-size: 0.8em;
    color:#CC0000;
}
.smalltexto {
    font-size: 0.9em;
    color: #FF6600;
}
.orangetext {
    color: #FF6600;
}
.bluetext {
    color: #1779ba;
}
.pinktext {
    color: #F09;
}
.redtext {
    color: red;
}
.smalltextol {
    font-size: 0.9em;
    color: #FF9900;
}
.smalltextmenu {
    font-size: 0.9em;
    color: #FFFFFF;
}
.normal12 {
    font-size: 1em;
}
.subtitle {font-weight: bold; font-size: 0.9em; color: #FF3300;}

.image_alignleft {
    float:left;
    margin: 0px 10px 2px 0px;
}
.image_alignright {
    float:right;
    margin: 0px 0px 2px 10px;
}
.image_alignright_topmarg {
    float:right;
    margin: 10px 0px 2px 10px;
}


/*  ############################################ */

.grid-container {
    padding: 0;
    max-width: 70rem;
}

.top-bar {
    padding: 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #e0e0e0;
}

.top-bar ul {
    background-color: #e0e0e0;
}

.top-bar ul li a{
    background-color: #e0e0e0;
}

.top-bar ul li a:hover{
    background-color: #d0d0d0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.top-bar .selected {
    background-color: #c0c0c0;
}

.mainpart {
    padding: 0.5rem 1rem 1rem 1rem;
}

.sidepart {
    padding: 1rem;
}

#main-menu .top-bar {
    text-align:center;
}

#main-menu .mid-top-menu {
    margin: auto;
    width: 70rem;
    max-width: 70rem;
    background-color: #e0e0e0;
}

#main-menu li {
    margin-left: 0;
    text-align: left;
}

.bg_blue {
    background: #05a7dd;
}

.logomargin {
    margin: 0;
}
hr {
    max-width: 70rem;
}

.title-bar {
    background: #14679e;
}

.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
}

.footleft {
    padding: 5px 0 0 40px;
    text-align: left;
    height: 40px;
    background: #05a7dd url(../images/footer_eatyourselftohealth.png) no-repeat;
    color: #f8b135;
    font-weight: bold;
    font-size: 0.75em;
}

.copyright {
    padding: 5px 10px 0 0;
    text-align: right;
    color: white;
    height: 40px;
    font-size: 0.75em;
}

.callout {
    margin: 0 0 0.2rem 0;
    color: #333;
    background:  #e5e5e5;
}


.button {
    background: #05a7dd;
}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.0rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.socialmedia table  tr {background-color: #f5f5f5;}

div.mainpart a {
    text-decoration: underline;
}

div.vid-container {
    max-width: 500px;
}