section:nth-child(even){
	background-color: #fff;
}

section .div_container h3 {
	color: #3a3a3a;
}

.footer {
	background-color: #2980b9;
	color: white;
}

header {
	background-color: #2980b9 !important;
}

header a {
	/* color: #3a3a3a; */
	color: white;
}

header a:hover {
	background-color: #175aa2;
}

.main_sub_title {
	color: #757575;
}

html {
	color: #3a3a3a;
}

a {
	color: #3a3a3a;
}

.row-element p {
	color: #c0c0c0;
}

.modal {
	/*background-color: rgb(0,0,0);*/
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #fefefe;
	border: 1px solid #888;
}

a .close:hover {
	color: #ccc;
}

.boots-inpt-text {
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
}

.text_card h3 {
	color: #3a3a3a !important;
}

div.text_card h4 {
	color: #c0c0c0;
}

.btn_card {
	color: #fff;
	background-color: #2980b9;
	border-color: #2980b9;
	/*box-shadow: 0 .5rem 1rem rgba(147, 147, 147, 0.75) !important;*/
}

.btn_card:hover {
	background-color: #175aa2;
}

.text_left_border {
	border-left: solid #2980b9;
}

.empty_btn:hover {
	background-color: #175aa2 !important;
}

.empty_btn {
	background-color: #ff3838 !important;
	color: #fff !important;
}


.contact_btn {
	background-color: #2980b9 !important;
	color: #fff !important;
}

.contact_btn:hover {
	background-color: #175aa2 !important;
}

.progress-bar {
	background: #175aa2;
}