body {
    font-family: 'Arial','Calibri','Georgia','Modern',sans-serif;
    background-color: white;
    font-size: 16px;
}

#wrapper{
    background-color:white;
    margin-left:auto;
    margin-right:auto;
    width:800px;
}


#header{
    width:800px;
    height: 50px;
    background-color:#003459;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    padding: 15px 0;
    color: white;
    font-weight:bold;
    font-size:2em;

}

.head-section {
    margin-bottom: 100px;
    position: fixed;
    top: 0;
    z-index: 11;
}

#nav{
    width:800px;
    height: 30px;
    background-color:white;
    color: #003459;
    font-size:0.8em;
    text-align:center;
}

#nav a {
    color: #003459;
    text-decoration: none;
    padding: 12px;
    font-size: 0.9em;
}

#nav #current{
    color: red;
}

#nav a:hover {
    color:darkviolet;
}

.divider {
    width: 70%;
}


#main{
    background-color:white;
    line-height: 1.5;
    margin-top: 150px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#main-future{
    background-color:white;
    line-height: 1.5;
    margin-top: 150px;
    margin-left:auto;
    margin-right:auto;
}

.footer {
    text-align: center;
    color: white;
    width: 800px;
    background-color: #003459;
    font-size: 0.8em;
    font-weight: 900;
    position: fixed;
    bottom: 0;
    z-index: 10;
}


/* image floats  */

img.img-float-right {
    float: right;
    padding: 10px;
}

img.img-float-left {
    float: left;
    padding: 10px;
}

#logo {
    margin-left: 8px;
    margin-right: 8px;
    padding: 2px;
    border-radius: 25px;
    max-width: 85px;
    max-height: 95px;
}


.article {
    background-color: white;
    margin: 5px;
}


/*myForm form*/

#myForm input[type="text"],
#myForm input[type="email"],
#myForm input[type="tel"],
#myForm textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

.container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#myForm {
    background: #F9F9F9;
    padding: 25px;
    margin: 50px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#myForm h3 {
    display: block;
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 10px;
}

#myForm h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 0.8em;
    font-weight: 400;
}

fieldset {
    border: medium none;
    margin: 0 0 0.3em;
    min-width: 100%;
    padding: 0;
}


#myForm button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #003459;
    color: #eee;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 1em;
}

#myForm button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}