
/* Standard CSS */

body {
    font-family: Open Sans, Array, Array;
    font-size : 16px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Arial, , ;
}

.btn {
   font-family: Arial, , ;
}

.carousel-content {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 600px;
}

.carousel-content h1, .carousel-content p {
    color: #fff;
}

.carousel-item {
    min-height: 600px;
}

.slide-overlay {
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-item .container {
    padding-top: 120px;
    padding-bottom: 120px;
}

.carousel-item {
    background-size: 100%;
}

/* Content Block */

.full-width {
    width: 100%;
}

.content_block {
    padding-top: 30px;
}

/* Navbar */

.navbar img {
    width: 90px !important;
}

.bg-light {
    background: #fff !important;
}

/* Card Row */

.card-row {
    padding-top: 30px;
    padding-bottom: 30px;
}


.card-row h2 {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

.card {
	border-radius: 0;
    width: 100%;
}

.card-img-top {
    	border-radius: 0;
    }

/* Jumbotron */

.jumbotron {
    background-color: #f6f6f6;
    	border-radius: 0;
    }

/* Buttons */

.btn-primary {
    background-color: #3383be;
    border: 2px solid #19415F}

.btn-primary:hover {
    background-color: #19415F;
    border: 2px solid #19415F}

.btn-secondary {
    background-color: #f6f6f6;
    border: 1px solid #7B7B7B}

.btn-secondary:hover {
    background-color: #7B7B7B;
    border: 1px solid #7B7B7B}

/* Custom Stuff */

.contact-bar {
    display: block;
    position: relative;
    height: 30px;
    background: #e1e1e1;
}  

.contact-bar a, .contact-bar span {
    color: #313131;
    font-size: 0.8em;
    margin-right: 15px;
}

.contact-bar span {
    margin-right: 0;
}

/* logos */

.logos a, .logos img {
    width: 85%;
    margin: 0 auto;
    display: block;
    position: relative;
}

/* footer */

footer {
    background: #2a2a2a;

    padding-bottom: 30px;

}

.credits {
    background-color: #7B7B7B;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;

}

.credits a {
    color: #fff;
    font-weight: 700;
}

.social i {
    color: #fff;
    font-size: 2em;
}

.social {
    padding-right: 15px;
}

.socials {
    display: block;
    position: relative;
    text-align: center;
}