/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/blackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

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

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*background-color: green;*/
    position: relative;
}

.client_logo_img_container{
    width: 100%;
    height: 100px;
}

.box_align_center{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel_img{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.img_contain{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
    height: 100px;
}

footer {
    margin: 0;
}

#container_ratio{
    padding-bottom: 56.25%;
}

#open_video{
    padding-bottom: 56.25%;
}

#video_container{
    width: 100%;
    padding-bottom: 56.25%;
}

.main_img{
    width: 100%;
    height: 600px;
}

/*.four_linear{*/
/*    background: linear-gradient(180deg, #152944 0%, #941a33 100%);*/
/*}*/

.four_linear{
    background: linear-gradient(to right, #b41764, #5c2579, #773090, #941a33);
}


/*#152944			Dark Blue*/
/*#ffffff			White*/
/*#b41764			Magenta*/
/*#941a33			Rubine*/
/*#5c2579			Purple*/
/*#773090			Light Purple*/
/*#cf171f			Red*/
/*#ea5e12			Orange*/
/*#e68e1a			Light Orange*/


