/* YOUR CUSTOM STYLES */

@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");

html,body {
            height: 100%;
            margin-top:40px;
            font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
        }
        /* Navigation*/

      

        footer.page-footer {
            background-color: #304a74;
            margin-top:0px;
        }

      
        /* Carousel*/

        .carousel {
            height: 70%;
        }

        @media (max-width: 776px) {
            .carousel {
                height: 100%;
            }
        }

        .carousel-item, .active {
            height: 100%;
        }

        .carousel-inner {
            height: 100%;
        }
        
.footer-copyright{
font-size:12px !important;
}


