@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/*	GLobal	*/

body {
    padding-top: 111px;
}

h1 {
    font-family: Lato;
    font-size: 78px;
    font-weight: 900;
    line-height: 88px;
    color: #fff;
}

h1 span {
	background-color: #506a85;
	  box-shadow: 10px 0 0px 0px #506a85, -10px 0 0px 0px #506a85;
}

h2 {
    font-family: Lato;
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    color: #506a85;
}

h3 {
    font-family: Lato;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #506a85;
}

h4 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 35px;
    color: #506a85;
}

h5 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 25px;
    color: #fff;
}

a:hover span,
.carousel-control:hover {
    color: #00bc9c;
}

.nopadding {
    padding: 3px 6px 3px 0;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
}

.vertical-center {
    display: flex;
    align-items: center;
}


/*	Navbar  */

.navbar-default .navbar-nav > li > a {
    font-size: large;
    color: #506a85;
}


/*	Carousels  */

.carousel-caption {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    height: initial;
    transform: translateY(-50%);
    text-align: center;
}

.carousel-caption p {
    font-family: 'Source Sans Pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 10px;
    color: #a3b1bf;
}

.carousel-caption button {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 700;
    width: 295px;
    height: 65px;
    margin-top: 40px;
    color: #fff;
    border-radius: 3px;
}

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: none;
    background-color: #506a85;
}

.carousel-indicators .active {
    margin: 0 5px;
    background-color: #00bc9c;
}


/*  main carousel  */

.carousel-main .carousel-control {
    top: 50%;
    width: 40px;
    height: 40px;
    margin: 0 30px;
    transform: translateY(-50%);
    opacity: 1;
    background-color: none;
    background-image: none;
}

.carousel-main .carousel-control:hover {
    background-color: #506a85;
}

.carousel-main .carousel-indicators {
    bottom: 0;
    visibility: hidden;
    width: 136px;
    height: 30px;
    margin-bottom: -1px;
    margin-left: -68px;
    padding-top: 5px;
    background-color: white;
}

.carousel-main:hover .carousel-indicators {
    visibility: visible;
}

.carousel-main .item:nth-of-type(2) .carousel-caption {
    text-align: right;
}

.carousel-main .item:nth-of-type(2) p {
    color: #fff;
}

.carousel-main .item:nth-of-type(3) .carousel-caption {
    text-align: left;
}

.carousel-main .item:nth-of-type(3) p {
    color: #506a85;
}

.carousel-main .item:nth-of-type(4) .carousel-caption {
    top: 35%;
    bottom: 20px;
    text-align: right;
}

.carousel-main .item:nth-of-type(4) p {
    color: #fff;
}

.carousel-main .item:nth-of-type(5) .carousel-caption {
    top: 35%;
    bottom: 20px;
}


/*  content carousel  */

.carousel-content {
    margin-top: 130px;
    margin-bottom: 130px;
}

.carousel-content .carousel-control {
    top: 50%;
    right: auto;
    bottom: 12px;
    left: auto;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    transform: translateY(-50%);
    opacity: 1;
    background-color: grey;
    background-image: none;
}

.carousel-content .carousel-control:hover {
    background-color: #506a85;
}

.carousel-content .carousel-control.left {
    margin: 0 -87px;
}

.carousel-content h2 {
    margin-top: 130px;
}

.carousel-content h2 ~ p {
    font-family: 'Source Sans Pro';
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 80px;
    color: #73879c;
}

.carousel-content .col-sm-3 {
    margin-top: 80px;
}

.carousel-content .container {
    padding-bottom: 195px;
}

.carousel-content .carousel-inner {
    background-image: url(../img/background.png);
}

.carousel-content img.plus {
    top: 35%;
}


/*  article  */

.article {
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.article p {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 30px;
    color: #73879c;
}

.article img {
    margin: auto;
}

.hover {
    position: absolute;
    left: 50%;
    visibility: hidden;
    transform: translate(-50%, -100%);
    opacity: .5;
}

.plus {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    transform: translate(-50%, -50%);
    opacity: 1;
    color: green;
}

.article:hover .hover {
    visibility: visible;
    opacity: .5;
}

.article:hover .plus {
    visibility: visible;
}

.article:hover h4 {
    color: #00bc9c;
}

.article .plus h4,
.article .plus p {
    color: #fff;
}


/*  main  */

.main {
    margin-top: 130px;
    margin-bottom: 80px;
}

.main h2 {
    margin-bottom: 30px;
}

.main p {
    font-family: 'Source Sans Pro';
    font-size: 21px;
    font-weight: 400;
    line-height: 34px;
    color: #73879c;
}

.main button {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    margin-top: 40px;
    border-radius: 3px;
}


/*  traits  */

.traits i {
    color: #00bc9c;
}

.traits p {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #73879c;
}


/*  Modal  */

.modal .form-horizontal {
    float: none;
}


/*  Footer  */

footer {
    margin-top: 130px;
}

footer button {
    font-family: 'Source Sans Pro';
    font-size: 13px;
    font-weight: 700;
}

footer i {
    width: 20px;
}

footer span {
    font-family: 'Source Sans Pro';
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #a3b1bf;
}

footer p {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: #a3b1bf;
}

footer .col-xs-3 p:first-of-type {
    margin-top: 25px;
    margin-bottom: 25px;
}

footer .form-horizontal {
    padding: 1px 0 0 0;
    background-color: #4d5c6c;
}

.form-control {
    border: none;
}

footer.navbar.navbar-default {
    margin-bottom: 0;
    padding-top: 70px;
    border-width: 0;
    background-color: #2f4052;
}

.copyright {
    height: 80px;
    margin-top: 80px;
    background-color: #283645;
}

.copyright .container {
    height: inherit;
}

.copyright p,
.copyright ul,
.copyright a {
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    color: #707e8c;
}

.copyright li {
    margin-left: 17px;
}

.copyright li:not(:first-child)::before {
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 1px;
    margin-left: -20px;
    content: '\e124';
}

.copyright a:hover {
    color: #00bc9c;
}
