﻿.container-vid iframe{
max-width:100%;
}
	
.flex-split-video{
    display:flex;
    justify-content:center;
    align-items:center;	
    }
nav > .flex.flex-top-nav-bar {
    background-color: #8338EC;
}
.top-banner-home {
    background-color: #3a86fc;
}
.nav-list > li {
    color: #3a86fc;
}
.nav-phone {
    color: #8338EC;
}
@media(min-width:1001px) {
    .top-banner-home {
        background-image: url('../img/background/Top Banner-Blue.svg') !important;
    }
}

@media(max-width:1400px) {
    .section-home-welcome {
        margin-top: 30px !important;
    }
}
@media(max-width:600px){
	.container-vid{
		max-width:350px;
	}
	.section-home-welcome .flex-split-video{
		margin-top:10px !important;
		margin-bottom:30px;
	}
	
}