﻿
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #f2aa1a;
}

h3 {
    font-size: 15px;
    color: #f2aa1a;
    font-weight: bold;
    padding-top: 10px;
}

.list-group a:hover{
    color: #dbd4d4;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
}

.topnav {
    top: 0;
    padding: 15px 50px 15px 50px;
    font-size: 12px;
    background-color: #6f99f1;
}

    .topnav span {
        padding-left: 10px;
        color: #fff;
    }

.bg-green {
    background-color: green !important;
}

.bg-grey {
    background-color: #dbd4d4;
}

.bg-linear {
    /*background-image: linear-gradient(green, white);*/
    background-color: green;
}

.footer-link{
    color: #fff;
}

.footer-link a {
    color: #fff;
}

.blocks {
    display:block;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 3px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.heads {
    width: 100%;
}

/*.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block !important;
}

.carousel-item > img {
    height: 620px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}*/

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.scroll {
    position: absolute;
    top: 550px;
    height: 60px;
    background-color: #fff;
    opacity: 0.7;
    z-index: 20;
    width: 100%;
}

.scrollinner {
    height: 60px;
    margin-top: 5px;
    margin-bottom: 3px;
}

    .scrollinner h3 {
        padding: 10px;
        font-size: 20px;
        text-align: center;
        color: #055996 !important;
    }

@media screen and (max-width: 600px) {
    .scroll {
        top: 7.5%;
        height: 40px;
    }

    .scrollinner {
        height: 40px;
    }

        .scrollinner h3 {
            padding: 2px !important;
            font-size: 12px !important;
        }
}
