body {
  font: 400 15px Lato, sans-serif;
}

.header_line3
{
	background-image:url("../images/mainBanner.png");
	height:40em;
	background-repeat: no-repeat;
	background-size: cover;
}

.header_team
{
	background-image:url("../images/teamBanner.png");
	height:30em;
	background-repeat: no-repeat;
	background-size: cover;
}

.border_box
{
	border-top: 1px solid lightgray; padding-top: 1em; margin-top: 1em;
	border-bottom: 1px solid lightgray; padding-bottom: 1em; bottom: 1em;
}

.text_title
{
	text-align:center;
	color:white;
}

.text_title_big
{
	font-size:300%;
	text-align:left;
}

.text_title_medium
{
	font-size:200%;
	text-align:left;
}

.text_title_small
{
	font-size:150%;
	text-align:left;
}

.btnContact
{
	font-weight:bold; padding:1em 0.5em 1em 0.5em;
}

.btnSubmit
{
	font-weight:bold; 
	padding:1.5em 2em 1.5em 2em;
	background:black;
	color:white;
}

.btnSubmit:hover
{
	background-color:#353535;
}

.text_subtitle
{
	border-bottom:1px solid #333;
	padding-bottom:0.5em;
	margin-bottom:1em;
}

.font_color1 { color:black; }
.font_color2 { color:#3694e0; }
.font_color3 { color:#8a8192; }
.font_color4 { color:#0e3a5e; }


.txt_title2 {
    color:#3694e0;
    font-weight: bold;
    font-size:3em;
    font-family: Montserrat;
}

.txt_title3 {
    color:gray;
    font-weight: bold;
    font-size:2em;
    font-family: Lato;
}

.txt_title4 {
    color:#0e3a5e;
    font-weight: bold;
    font-size:4em;
    font-family: Montserrat;
}

.txt_title5 {
    color:#0e3a5e;
    font-weight: bold;
    font-size:2em;
    font-family: Montserrat;
}

.txt_title6 {
    color:#8a8192;
    font-weight: normal;
    font-size:1.5em;
    font-family: Montserrat;
}

.txt_title7 {
    color:#8a8192;
    font-weight: normal;
    font-size:1m;
    font-family: Montserrat;
}

.background-color1 {
    background-color: #ecfbfa;
}

.background-color2 {
    background-color: #f8f8f8;
}

.decoration1
{
	padding-top:1em;
	text-decoration: overline;
	text-decoration-thickness: 20%;
}