html, body{
    background:white;
    background-size: cover;
    height:100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup,
 var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
    margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


.mycontainer{
    padding-left: 100px;
    padding-right: 100px;
}

.class_con{
    margin-top: 50px;
    margin-bottom: 50px;
    color: black;
    padding: 20px;
    border-radius: 15px;
}
.mytitle{
   color: #3098ff;
}

.class_title{
    font-size: 22px;
}

.class_title a {
    color: black;
    font-size: 22px;
    font-weight:bold;
}

.class_con_con h1{
        text-transform: uppercase;
        font-size:36px;

}
.class_con_con h4{
    color: #3098ff;
}


.class_con_con{
    font-size:15px;
}


.footer {
   bottom: 0;
   width: 100%;
   color:#4B475A;
position: fixed;
}
.footer h2{
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 22px;
}
.footer p{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
}

.footer-bar{
    height:32px;
    background: #8C90BC;
    color:#fff;
    bottom: 0;
    width: 100%;
}

.footer-bar ul{
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    margin-left: 10%;
}

.footer-bar ul li{
    float: left;
    padding-left: 8px;
    display: inline-block;

}

/*.footer-bar ul li*/
a{
    color:#fff;
    text-decoration: none !important;
}

.copy-right{
    padding-top: 6px;
    padding-bottom: 6px;
    float:right;
    margin-right: 5%;
}

/*
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}*/