/* Font sizes */
h1{
    font-size: 70px;
    font-weight: bold;
}

h2{
    font-weight: bold;
    font-size: 50px;
}

body {
    font-family: 'Lato', sans-serif;
}
/* Navigation */
.navigation{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.navigation li{
    display:inline-block;
    margin-left: 15px;
}

.navigation li:first-of-type {
    margin-left:0px;
}
/* Hero */
.colored-background{
    background: url('../images/bg.png') #33225b;
    background-size: 100%;
    color: #ffffff;   
}

.centered-box{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 50px;
}

.centered-box img{
    width: 300px;
    border-radius: 10%;
}

/* About */

.about img{
    width: 140px;
    text-align: center;
    border-radius: 50%;
}

.about {
    text-align: center;
    margin-top: 40px;
}

.about h3 {
    font-weight: bold;
}

/* Why us */
.why-us img{
    width: 100%;
}

.why-us .row{
    padding: 40px
}

.light-background {
    background: #f1f1f1;
}

.why-us {
    margin: 40px;
}

/* Contact us */
.contact img{
    width: 100%;
}
.contact-heading {
    text-align: center;
    margin-top: 40px;
}

/* Footer */
.footer .button-right {
    text-align: right;
}