/* General */

body {
    font-family: Avenir;
}
p {
    font-size: 22px;
    color: #878787;
    line-height: 1.5;
}
h1 {
    font-size: 50px;
    color: #fff;
	font-weight: bold;
	line-height: 1.1em; 
	text-align: right;
}
.container {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.plainbox {
    width: 90%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px; 
    margin-bottom: 50px;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* Jumbotron */

.jumbotron {
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 250px;
    text-align: center;
    clear: both;
}
.jumbotron .button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
    background-color: #fa5ba5;
    padding: 20px 30px;
    border-radius: 30px;
}
.logo {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 160px;
}

/* Services */

.services .service {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.services {
    padding-top: 10px;
    text-align: left;
}

/* Footer */

footer {
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #2b2b2b;
}
footer .copyright {
    font-size: 12px;
    text-align: center;
    color: #eee;
    clear: both;
}
footer .footertext {
    font-size: 14px;
    color: #eee;
}

/* Media Queries */

@media (max-width: 575px) {
    .services .service {
        width: 100%;
        float: none;
    }
    .blog .post img {
        float: none;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .blog .post {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
