@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

body {
    font-family: 'Open Sans';
    font-weight: 300;
    background: url(../images/background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000000;
    font-size: 16px;
}

.navbar-default {
    background: white;
}

.navbar {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 10px;
	height: 75px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    background: teal;
    margin: 8px;
    text-shadow: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-brand{
    height: 35px;
    padding-top: 20px;
}

.navbar-brand > img{
    height: 35px;
}

.carousel-control {
    display: none;
}

.container {
    background: white;
}

.content {
    margin-bottom: 20px;
}

.box {
    background-color: #a5c23f;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 50px;
    font-weight: 400;
	/*font-size: 18px;*/
	margin-bottom: 16px;
    margin-top: 38px;
}

.box h2 {
    margin-top: 0;
}

.no-pad-right {
    padding-right: 0px;
}

.no-pad-left {
    padding-left: 0px;
}

.pull-all-left {
    margin-left: -16px;
}

.add-margin-left {
    margin-left: 16px;
}

.add-margin-left-2x {
    margin-left: 32px;
}

.img-circle-dings {
    border-radius: 50%;
    position: absolute;
    right: 19px;
    top: -2px;
    padding: 8px;
}

.margin-bottom {
    margin-bottom: 16px;
}

.btn-primary {
    background: #a5c23f;
    font-weight: 300;
    text-shadow: none;
    border-radius: 0px;
    border: none;
}

.btn-primary:hover {
    background: #eee;
    color: #000000;
}

.btn-fullwidth {
    width: 100%;
}

.text-primary {
    color: #6bb99d;
}

.footer {
    border-top: 1px solid grey;
    padding: 8px;
    padding-top: 16px;
}

a {
    text-decoration: none;
    color: #a5c23f;
    outline: none;
}

img.logo {
    width: auto;
    height: 60px;
    padding: 8px;
}

.btn-login {
    margin-right: -30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn-login:hover {
    color: #363947;
}

.text-align-center {
    position: absolute;
    left: 3%;
}

@media (min-width: 768px) {
    .text-align-center {
        position: absolute;
        left: 18%;
    }

    .navbar-brand > img{
        height: 60px;
    }

    .navbar-brand {
        height: 60px;
    }

    .quote {
        font-size: xx-large;
        margin-top: 20px;
    }
}

.navbar-toggle .icon-bar {
    background-color: #6bb99d;
}

.fa-ul {
    margin-bottom: 40px;
}

.fa-ul li {
    margin-bottom: 16px;
    padding-top: 10px;
    /*font-size: 18px;*/
}

.fa-li {
    color: #a5c23f;
}

.slogan {
    font-weight: 700;
    font-size: 26px;
    margin-top: 70px;
}

.checkbox label {
    font-weight: 300;
}

h3 {
	margin-top: 0;
	margin-bottom: 7px;
}

.form-text {
    /*font-size: 18px;*/
}

.info {
    margin-left: 62px;
}