﻿@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto-black.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto-black.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto-black.svg') format('svg');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto-black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/roboto-black.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular.svg') format('svg');
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2');
}

body,
html {
    height: 100%;
    margin: 0;
    color: #ffffff;
    font-family: 'Roboto-Black';
    position: relative;
    min-height: 100%;
    
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

#navigationBar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.center-text {
    font-family: 'Roboto-regular';
    font-size: 18px;
    color: #ffffff;
    margin: 20px 20px 20px 0px;
  
}

.center-text-image {
    font-family: Roboto-regular;
    font-size: 15px;
    color: #ffffff;
    margin: 10px;
}

.full-width-banner {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.section-footer {
    font-family: Roboto-regular;
    font-size: 12px;
    color: #ffffff;
    min-height: 30px;
    vertical-align: middle;
    margin-top: 10px;
}

.full-width-section {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

.bgYellow {
    background-color: #000000;
}

#videobcg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.icon-img {
    display: inline-block;
    margin-right: 10px;
}

.title {
    font-size: 90px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Roboto-Black';
}

.null-margin {
    margin: 0px;
    padding: 0px;
}

.section-header {
    font-size: 65px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Roboto-Black';
    border-top:solid 2px #aaa;   
    background-color: #000000;
    margin-bottom: 0px;
}

.banner-text {
    margin-top: 18%;
    position: relative;
}

.banner-sub-text {
    font-size: 30px;
    color: #ffffff;
    padding: 5px;
    font-family: 'Roboto-regular';
    display: inline-block;
    margin: 3px;
}

.span-black-text {
    background-color: #000000;
    padding: 5px;
    line-height: 2;
}

#stickyNavbar,
#myNavbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.bg-black {
    background-color: #000000;
    padding: 15px;
    color: #ffffff;
    font-family: 'Roboto-regular';
    min-height: 75vh;
}

.span-text-yellow {
    color: #fff200;
}

.blur-div {
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -o-opacity: 0.4;
    
}

.blur-div:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -khtml-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.card-title {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Roboto-regular';
}

.p-tag {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Roboto-regular';
}



.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.item:nth-child(1) {
    background: url('../images/Continuing_Catastrophes/CC3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background: url('../images/Political_Pushback/PP10.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url('../images/Political_Pushback/PP4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url('../images/Political_Pushback/PP3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(5) {
    background: url('../images/Fast_Forward/FF1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    z-index: -99;
}

.carousel .item {
    position: fixed;
    width: 100%;
    min-height: 100vh;
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

@media only screen and (max-device-width:768px) {
    .section-header {
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
        font-family: 'Roboto-Black';
        border-top: solid 1px #fff;
        background-color: #000000;
        margin-bottom: 0px;
    }
    #navigationBar ul li {
        display: inline-block;
        padding-right: 5px;
        text-decoration: underline;
        color: #ffffff;
        border-right: solid 1px #aaa;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    .center-text {
        font-family: Roboto-regular;
        font-size: 16px;
        color: #ffffff;
    }
    .center-text-image {
        font-family: Roboto-regular;
        font-size: 15px;
        color: #ffffff;
        margin: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .bg-black {
        background-color: #000000;
        padding: 15px;
        color: #ffffff;
        font-family: 'Roboto-regular';
        min-height: auto;
    }
    .p-tag {
        color: #ffffff;
        font-size: 20px;
        font-family: 'Roboto-regular';
        padding: 15px;
    }
    .banner-sub-text {
        padding: 5px;
        font-family: 'Roboto-regular';
        display: inline-block;
        font-size: 12px;
        margin-top: 10%;
    }
    .span-black-text {
        background-color: #000000;
        padding: 2px;
        line-height: 2;
    }
    .blur-div {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -o-opacity: 1;
        width: 100%;
    }
    .title {
        font-size: 55px;
        font-weight: bold;
        color: #ffffff;
        font-family: 'Roboto-Black';
        margin-top: 50%;
    }
}
@media (min-width: 768px) {
        .navbar .navbar-nav {
            display: inline-block;
            float: none;
        }
        
        .navbar .navbar-collapse {
            text-align: center;
        }
    }

