body{
    width: 100%;
    height: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    background-color: white;
    overflow-x: hidden;
}

html{
    width: 100%;
    height: 100%;
}
p{
    font: 300 16px "Open Sans", "Helvetica Neue", sans-serif;
}
a{
    font-weight: 300;
    color: #fff;
    transition: all .2s ease-in-out;
    -webit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
a:focus{
    text-decoration: none;
    color: #7e7e7e;
}
a.active{
    outline: 0;
    color: #7e7e7e;
}

h2{
    font: 400 36px "Open Sans", "Helvetica Neue", sans-serif;
}
h3{
    font: 300 36px "Open Sans", "Helvetica Neue", sans-serif;
}
h4{
    font: 400 24px "Open Sans", "Helvetica Neue", sans-serif;
}

.navbar{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: OpenSans, "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: #4aa1ee;
}

.navbar a:focus{
    outline: 0;
}

.navbar .navbar-nav{
    letter-spacing: 1px;
    color: #fff;
}

.navbar .navbar-nav li a:focus{
    outline: 0;
}

.intro{
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    background: url(../Images/IMG_8973.jpg) no-repeat bottom center scroll;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.introtext{
    margin-top: 3%;
    background-color: rgba(74, 161, 238, 0.95);
}

.bodytext{
    width: 100%;
    text-align: center;
}

.bodytext h4{
    color: #181818;
}

.webbased{
    padding-bottom: 10px;
    text-align: center;
}

.webbased h4
{
    color: #4aa1ee;
}

.listblock
{
    color: #fff;
    font-weight: 400;
    margin: 10px;
    padding: 10px;
    background-color: rgba(74, 161, 238, 0.95);
    min-height: 130px;
}

.bottombar{
    width: 100%;
    background-color: #cccccc;
    padding: 10px;
    margin-top: 10px;
}

.villicus-logo{
    position: relative;
    left: 11%;
}

.addresses p{
    margin-top: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    min-width: 125px;
}

.container-fluid
{
    padding: 0px;
}

.div-with-40-padding{
    margin-top: 40px;
}
.div-with-20-padding{
    margin-top: 20px;
}
.div-with-padding{
    margin-top: 10px;
}

@media (max-width: 1035px)
{
    .listblock
    {
        min-height: 170px;
    }
}
@media (max-width: 990px)
{
    .listblock
    {
        min-height: 120px;
    }
}
@media (max-width: 768px)
{
    .villicus-logo
    {
        left: 1%;
    }
}