body {
	font-family: 'Encode Sans', sans-serif; 
}

.alert{
	display: none;
}

#bgorange{
	background-color: #F18825;
	color: white;
	font-size: 1.1rem;
	height: auto;
}

#bgwhite {
	background-color: white;
}
#bgblue{
	background-color: #0079A0;
}

p{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
}

#contact{
	color: white;
	font-weight: 800;
	font-size: 1.8rem;

}

.title_white{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 800;
	font-size: 1.1rem;
	color: #575756;
}

#text_white{
	font-weight: 400;
	font-size: 1.1rem;
	color: #575756;

}

ul li{
	list-style: none;
}

#border_div{
	background-: #F18825;
	border-radius: 5px;
	border: solid 1.5px #fff;
	height: auto;
	width: 20rem;
	margin: auto;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	margin-top: 1vw;
}

#line_div{
	background-color: #fff;
	height: 0.6vh;
	width: 25rem;
	margin: auto;
	margin-bottom: 0.5vw;
	margin-top: 0.45vw;
}

#line_div_contact{
	background-color: #fff;
	height: 0.4vh;
	width: 25rem;
	margin: auto;
	margin-bottom: 0.6vw;
	margin-top: 0.45vw;
}

#line_div_blue{
	background-color: #575756;
	height: 0.5vh;
	width: 25rem;
	margin: auto;
	margin-bottom: 0.5vw;
	margin-top: 0.5vw;

}

#t-size{
	font-family: 'Encode Sans', sans-serif;
	font-weight: 800;
	font-size: 1.1rem;
}

#arrow{
	width: 1rem;
}

footer{
	padding-top: 4vw;
	padding-bottom: 4vh;
}

/*form{
	font-family: 'Encode Sans', sans-serif;

}--*/


