/* generals */
body{
    font-family: 'Montserrat', sans-serif !important;
}
h1{
    color: #ffffff;
    font-weight: 800 !important;
    text-shadow: -1px 2px 5px #000000;
}
h2{
    color: #45579f;
    font-weight: 800 !important;
}
h3{
    color: #45579f;
    font-size: 1.3rem !important;
}
h4{
	color:#ffffff;
}
h5{
    color: #45579f;
}
h6{
    color: #74ac40;
}
.text-container{
	height:100px;
}
.text-container p{
	padding-top:20px;
}
.btn-blue{
    color: #ffffff !important;
    background-color: #45579f !important;
    border-radius: 10px !important;
}
.btn-blue:hover{
    background-color: #2c396d !important;
}
.btn-white{
    color: #45579f !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}
.btn-white:hover{
    background-color: #dbdbdb !important;
}
.line-decoration{
    height: 5px;
    width: 100px;
    background-color: #ebbe3d;
    margin: 0 auto ;
}
.text-white{
    color: #ffffff;
}
.img-container img{
    width: 100%;
}
/* menu */
.nav-link{
    color: #45579f;
}
.nav-link:hover{
    border-bottom: #45579f 1px solid;
}
.line-container{
    height: 14px;
}
.line-container img{
    width: 100%;
}
/* section-1 */
.section-1 p{
    color: #ffffff;
}
.banner{
    background-image: url(../img/banner.png);
    background-size: cover;
}
.bg-red{
    background-color: #c63f40;
}
.bg-yellow{
    background-color: #ebbe3d;
}
.bg-blue{
    background-color: #45579f;
}
.bg-green{
    background-color: #74ac40;
}

/* section-3 */
.section-3{
    background-color: #45579f;
}

/* footer */
.footer{
    background-color: #74ac40;
    height: 20px;
}