
body{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Calibri;
    width: 100%;
    margin-left: 0px;
    position: relative;
}

#logo{
    height: auto;
    width: auto;
    max-width: 50px;
    max-height: 50px;
}
.row{
    margin-right: 0px;
}

#section1{
    background-image: url("pictures/main1.jpg");
    display: inline;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
    padding-top: 24px;
    color: white;
    height: 210px;
    text-indent:32px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    text-shadow: 2px 2px #000;
}
#section2{
    display: block;
    width: auto;
    padding-top: 50px;
    background-color: #fff;
    color: #000;
    height: 470px;
    text-indent:64px;
}
#section5{
    color: #000;
    height: 48px;
    background-color: #0f0f0f;
}
.img-responsive {
    width: 250px;
    height: 250px;
}