@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}

.header {
    border-bottom: 1px solid #b5b7ba;
    background-color: #dfdfdf;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    padding-top: 18px;
}

.header .selected {
    color: #000;
}

.center {
    margin: 0;
    width: 350px;
    float: left;
    margin: 0px;
}

.content .center img {
    margin: 0;
    width: 300px;
    float: left;
    margin: 20px;
}

.header a {
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-right: 40px;
}

.header span {
    padding: 0 38px;
}

.content {

    min-width: 350px;
    min-height: calc(100vh - 140px);
    margin: 0 auto;
}

.content h1 {
    min-width: 100%;
    float: left;
    text-align: center;
    color: #2e353d;
    font-size: 40px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px;
}

.content h3 {
    color: #242424;
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    margin-left: 41px;
    margin-bottom: 52px;
}

.content h5 {
    color:  #242424;
    font-size: 24px;
    text-align: left;
}

.content .center img {    
    vertical-align: middle;
    border-radius: 40%;

}

.content .box_text p {
    color: #242424;
    padding: 0px 20px 0px 40px;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 10px;
}

.content .box_text a  {
    color: blue;
    font-size: 24px;
    font-weight: 130;
    text-align: center;
    text-decoration: none;
    padding-right:30px;
}


.content .media {
    margin-right: 0;
}

.content .box {
    background-color: #ffffff;
    width: 1000px;
    height: 70px;
    margin: 0 auto;
}

.content .box p {
    color: #242424;
    font-size: 24px;
    font-weight: 100;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

.content .box input {
    border: 1px solid #a0a0a0;
    background-color: #f5f5f5;
    width: 457px;
    height: 50px;
    padding-left:10px;
    font-size:20px;
    font-weight: 100;
    margin-bottom: 12px;
}

.content .box a {
    display: block;
    float: left;
    background-color:  #8cbbd3;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    margin-top: 60px;
    padding:11px 51px;
}

.content .box a:hover {
    background-color: #4565aa;
}

.footer {
    background-color: #434445;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    color: #a4a4a4;
    font-size: 20px;
    font-weight: 100;
    line-height: 80px;
    width: 100vw;
}

.footer a {
    color: inherit;
}
