html {
    overflow-y: scroll;
}

.carousel-video {
    width: 100%;    
	background-color: #C7C7C7;
}

video {
	width: 100%;
	height:fit-content;
	background-color:#efe7e7;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.navbar:after {
    content:'';
    min-height:inherit;
    font-size:0;
}

.saga-nav {
    width: 100%;
    -ms-flex-pack: distribute; 
    -webkit-box-pack: space-around; 
    justify-content: space-around;
}

.bg-red {
    background-color: #C9212B;
}

.bg-gray {
    background-color: #C7C7C7;
}

.saga-logo {
    padding: 0;
    margin-left: 35px;
    height: 50px;
}

.saga-logo img {
    height: 50px;
}

.saga-logo-small {
    display: none;
}

@media (max-width: 576px) { 
    .saga-logo-normal {
        display: none;
    }
    
    .saga-logo-small {
        display: inline;
    }
	
    .saga-header-0 .navbar-nav {
        width: 80px !important;
		padding-right: 15px;
	}
	
	.navbar-collapse {
		flex-basis: 0;
	}
}

.saga-header-0 {
    min-height: 60px;
    padding: 0;
}

.saga-header-0 .nav-item-lg {
    width: 95px;
    text-align: center;
}

.saga-header-0 .navbar-nav {
    width: 130px;
    min-height: 60px;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #3D3D3D;
    color: white;
}

.saga-header-1 {
    min-height: 45px;
    padding: 0;
}

.saga-header-0 .saga-nav .nav-link,
.saga-header-1 .saga-nav .nav-link {
    color: white;
    white-space:nowrap;
}

.saga-header-1 .saga-nav .nav-link {
    padding: 0;
}

.saga-header-0 .saga-nav .nav-link:hover {
    color: gray;
}

.saga-header-1 .saga-nav .active {
    border-bottom: 2px solid white
}
.saga-header-1 .saga-nav .active>.nav-link {
    color: white
}

.saga-container {
    margin-top: 105px;
    overflow: hidden;
    /* height: calc( 100vh - 105px ); */
}

.saga-caroursel-item {
    /*height: calc( 100vh - 105px );*/
	 height: 100vh;	
}

.saga-location {
    margin: 0;
}

.saga-contact-map {
    height: 60%;
}

.saga-contact-info {
    padding: 10px 0 0 0;
}

.saga-contact-info img {
    width: 100%;
}

.saga-contact-item {
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%;
}

.saga-article {
    margin: 10px 30px 40px 30px;
}

.saga-article img {
    width: 100%;
    margin: 10px -30px 10px -30px;
}



.saga-article .img {
    height: 200px;
    background: no-repeat center center scroll;
    background-size: cover;  
    margin: 10px -30px 10px -30px; 
}

.saga-article p {
    text-indent: 2em;
}

.saga-footer {
    padding: 10px 0;    
    margin: 0;
    /* text-align: center; */
    text-align: center;
    font-size: 12px;
    background-color: #C7C7C7;
}