body {
    font-family: 'Titillium Web', sans-serif;
}
a:hover{
    text-decoration: none;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    min-height: 600px;    /* Set slide height here */

}
.c-size {
    width: 12rem;
    height: 9rem;
}

.contract-box {
    min-height: 125px;
}
.card-img-top{
    width:100%;
    min-height: 125px;
    height:auto;
}
/*Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .container-body {
        padding: 0;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container-body {
        padding: 0;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container-body {
        padding: 0 50px 0 50px;
    }
    .chart-container {
        padding: 0 50px 0 50px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-body {
        padding: 0 50px 0 50px;
    }
    .chart-container {
        padding: 0 50px 0 50px;
    }
}

.contract-box p.card-text {
    color: #dd4b39;
}
.contract-box > small {
    color: #5a5a5a;
}
.overlay {
    background-color: #000000;
    //opacity: .7;
    color: #ffffff;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.carousel-caption h1, p {
    z-index: 5;
}
.bg-yellow {
    background-color: #FFFF00;
}
.bg-light-blue {
    background-color: #90beed!important
}
.pad-top-50 {
    padding-top: 50px;
}
.pad-top-30 {
    padding-top: 30px;
}
.pad-bottom-50 {
    padding-bottom: 50px;
}
.pad-bottom-30 {
    padding-bottom: 30px;
}
.pad-left-50 {
    padding-left: 50px;
}
.pad-right-50 {
    padding-right: 50px;
}
.boxes {
    width: 100%;
    height: 100%;
    padding: 50px 50px;
}

.chart-container {
    position: relative;
    margin: auto;
    //height: 80vh;
    //width: 80vw;
}
/*images*/
img {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    /*height: 80px;*/
    width: 600px;
}

.landscape {
    /*height: 30px;*/
    width: 80px;
}

.square {
    /*height: 75px;*/
    width: 75px;
}

/*social-media*/
.fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}


/*album.css*/
:root {
    --jumbotron-padding-y: 3rem;
}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
/*album.css end*/

/*carousel.css*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*padding-top: 3rem;*/
    padding-bottom: 3rem;
    color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 37rem;
    background-color: #fff;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
/*carousel.css ends*/

