@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
	background-color: #F5F5DC;
	color: #2F3C7E;
	font-weight: bold;
	
}

fieldset.scheduler-border {
	font-family: 'Roboto Slab', serif;
    border: 2px groove #ddd !important;

}

legend.scheduler-border2 {
	font-size: 20px;
	font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color: #2F3C7E;
}


.band-whoweare {
	background-color: #EA6D61;
	padding-top: 100px;
	padding-bottom: 100px;
}
.band-services {
	background-color: #502652;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
.band-portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F8BB62;
}
.bank-footer {
	background-color: #4B4B4B;
	padding-top: 100px;
	padding-bottom: 100px;
}
h1 {
	color: #2F3C7E;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	padding-top: 100px;
	/* [disabled]font-family: alfa-slab-one; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	font-family: 'Roboto Slab', serif;
}
p {
	color: #FFFFFF;
}
.text-first-paragraph {
	font-size: 20x;
}
.text-legend-paragraph {
	font-size: 10x;
}
h2 {
	font-size: 25px;
	font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color: #2F3C7E;
}
h3 {
	font-size: 25px;
	font-weight: bold;
    font-family: 'Roboto Slab', serif;
	color: #EB0F23;
}

.text-option1   {
	font-size: 29px;
	font-weight: 300;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #3654DE;
}
.footer-link:hover {
	color: #EC1A1D;
}
.bg-light {
	background-color: rgba(0,0,0,0.50) !important;
}
.text-portfolio {
	background-color: rgba(0,0,0,0.57);
	left: 35px;
	bottom: 15px;
	position: absolute;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: 300;
}
.text-brand {
	color: #FFFFFF;
}


/*Mobile view */
@media (max-width: 767px){
	
	h1 {
	color: #F8BB62;
	font-size: 18px;
	font-style: normal
	font-weight: 300;
	/* [disabled]font-family: alfa-slab-one; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	font-family: 'Roboto Slab', serif;
}
	
}

/*Tablet  view */
@media (min-width: 768px) and (max-width: 991px){
		h1 {
	color: #F8BB62;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	/* [disabled]font-family: alfa-slab-one; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; */
	font-family: 'Roboto Slab', serif;
	
	h2 {
	font-size: 30px;
	font-weight: 700;
    font-family: 'Roboto Slab', serif;
}
}

/*Desktop  view */
@media (min-width: 992px) and (max-width: 1199px){
}
/*XLG Desktop  view */
@media (min-width: 1200px){
}
