/* Add here all your CSS customizations */
#rainbow {
	background: #0066ff;
}

#rainbow {
    height: 1px;
	margin: 10px 0px 10px 0px;
}

#rainbow2 {
	background: #0066ff;
}

#rainbow2 {
    height: 2px;
}

h13 {
	font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
}

h14 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
	text-transform: uppercase;
	color: #FFF;
}

h15 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
	color: #FFF;
}

.blue_banner{
	background: #0066ff;
	height: 100%;
}

.white_text{
	color: #fff;
	text-align: right;
}

.image_banner{
	background: url("../img/slider/1.jpg") no-repeat;
	height: 100%;
}

.container_banner {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
	.container_banner {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container_banner {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container_banner {
		width: 1170px;
	}
}