/*Custom Css Sheet*/
.btn {
 white-space: normal;
}

body {
    background-color: #57ace2;
    font-family: 'Lato', sans-serif;

}

/*BACKGROUNDS*/
.bkg {
    background-repeat: no-repeat;
    background-size: cover;
}
.logo {
    padding: 100px 0px;
}
@media (max-width: 900px) {
    .bkg {
        background-position: right;
    }
    .logo {
        padding: 50px 0px;
    }
}

.product-img {
    position: relative;
    top: -50px;
}
@media (max-width: 767px) {
    .product-img {
        margin-bottom: -50px;
    }
}

.form-large{
    font-size: 18px;
}

.form-large .control-label{
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: normal;
}

.form-large input, .form-large  button, .form-large select {
    font-size: 18px;
    padding: 15px;
    height: auto;
    line-height: normal;
}
.form-large select {
    height: 60px;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
	font-weight: bold;
}

h1{
	font-size: 2.2em;
    padding: 5px;
    border-radius: 6px;
    margin: 0;
}

h2 {
	font-size: 2.2em;
}

@media (max-width: 768px) {
    .extralinks div:nth-child(2n+1) {
        clear: both;
    }
}

.btn.yellow-bkg {
    font-size: 24px;
}

.btn.yellow-bkg .glyphicon {
    color: #fff;
}

.social {
    text-align: center;
}

.social a {
    display: inline-block;
    margin: 8px;
}

.social img {
    height: 34px;
}

@media (max-width: 768px) {
    .social {
        text-align: center;
    }
    .social img {
        height: 20px;
    }
}

/*COLORS*/
.blue {
    color: #010544;
}
.blue-bkg {
    background-color: #010544;
}

.white {
    color: #ffffff;
}
.white-bkg {
    background-color: #fff;
}
.yellow {
	color: #ffcb00;
}

.yellow-bkg {
	background-color: #ffcb00;
}

.red-bkg {
	background-color: #FF0000;
}
