html, body{
    height: 100%;
    margin: 0;
    font-family: 'Lato';
    color: #231f20;
}
body{
    background: #75c1c6;
}

h2{
    font-weight: 300;
}

h5{
    color: #58585b;
    font-weight: 300;
}

.header{
    width: 96%;
    position: fixed;
    padding: 20px 2%;
    background: white;
    display: inline-block;
    float:left;
}
.header i{
    margin-left: 16px;
    font-size: 22px;
    cursor: pointer;
    color: #213b4a;
}
.logo{
    width: 10%;
    height: auto;
    min-width: 100px;
}
.container{
    margin-top: 112px;
    background: white;
    height: auto;
    width: Calc(85% - 140px);
    margin-left: 7.5%;
    display: inline-block;
    float:left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 70px;
    margin-bottom: 40px;
    font-size: 18px;
}
.paragraph{
    text-align: justify;
}
.paragraph a{
    text-decoration: none;
    color: #6bc9cf;
    cursor: pointer;
}
.indent{
    padding-left: 4%;
}
.footer{
    width: Calc(85% - 140px);
    margin-left: 7.5%;
    padding: 0 70px;
    height: auto;
    color: white;
    display: inline-block;
    float: left;
    margin-bottom: 80px;
}
.footer i{
    margin-left: 16px;
    font-size: 22px;
    cursor: pointer;
}
.block{
    display: inline-block;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}