
body {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #005077;
 padding: 50px;
}

sup {
    vertical-align: super;
    font-size: 30%;
}

.maintitle {
font-family: Georgia, serif;
 color: black;
    text-shadow:
    -1px -1px 3px #FFFFFF,
    1px -1px 3px #FFFFFF,
    -1px 1px 3px #FFFFFF,
    1px 1px 3px #FFFFFF;
 width: 100%;
 font-family: {$titlefontfamily};
 font-size: 44px;
 font-weight: 550;
 text-align: center;
 padding: 10px 0px 25px 5px;
 z-index: 1;
}

.subtitle {
 font-family: Georgia, serif; 
 font-size: 24px;
}


.mycontent {
 min-height: 500px;
 border-radius: 25px;
 border: #000000;
 border-style: solid;
 border-width: 1px;
 background-color: #eeeeee;
// width: 100%;
 background-image: url(images/shutterstock-horse-head-trans-right.png); background-size: 150px auto; background-position: 10% 20px; background-repeat: no-repeat;
}

div {
 padding: 20px 20px;
// width: 100%;
}

.icons {
// float: right;
position: absolute;
right: 95px;
// top: 75px;
 // top: 60px; 
//  left: 880px;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.theheader {
 text-align: center; 
 height: 130px;
}