body{
	font-family: "Lato" !important;
	font-size: 18px;
	color: #707070;
}

input, button, a, textarea{
	font-family: "Lato";
}

h1{
	font-size: 3em;
	font-weight: 300;
	-webkit-margin-start: 0px;
	-webkit-margin-after: 0.5em;
	padding-bottom: 0px;
	margin-top: 0px;
}

h2{
	font-size: 1.2em;
	font-weight: bolder;
	-webkit-margin-start: 0px;
	-webkit-margin-after: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h3{
	font-size: 1.6em;
	font-weight: bold;
	-webkit-margin-after: 0.3em;
}

h4{
	font-size: 1.2em;
	font-weight: normal;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0.2em;
}

h5{
	font-size: 1.0em;
	font-weight: normal;
	-webkit-margin-start: 0px;
	-webkit-margin-after: 0em;
}

p{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.text-bold{
	font-weight: bold;
}

textarea{
	font-size: 1.2em;
	resize: unset;
	padding: 1em;
}

a:hover{
	color: #0098ff;
}

.header-left{
	text-align: left;
	margin: auto;
	max-width: 1080px;
}

span{
	display: contents;
	margin: auto;
	max-width: 700px;
	margin-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
}

.label-name{
	font-size: 1em;
	font-style: initial;
	color: #00caff;
	margin: 0;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.text-left{
	text-align: left;
}

.text-center{
	/*text-align: center;*/
}

.text-right{
	text-align: right;
}

.textAttention{

}

.phone{
	text-decoration: none;
}

.email{

}

.circle-text-container{
	-webkit-margin-before: 25%;
}

.boss-text{
	font-size: 130%;
	-webkit-margin-after: 0.2em;
}

.people-text{
	-webkit-margin-before: 30%;
	font-size: 100%;
}

.projects-text{
	padding-top: 5%;
}

@media only screen and (max-width: 700px){
	span{
		max-width: 400px;
	}
}
