* {
	margin: 0;
	padding: 0;
	color: #1A1A1A;
}

.content {
	padding: 0px 20px;
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 80px;
}

@media only screen and (min-width: 601px)  {
    .content {
	padding: 0px 40px;
	padding-top: 20px;
	padding-bottom: 60px;
    }
}

.title {
	text-transform: uppercase;
	font-family: BwDarius-Light;
	font-size: 10pt;
	text-align: center;
	margin-bottom: 35px;
}

.title2 {
	text-transform: uppercase;
	font-family: BwDarius-Light;
	font-size: 10pt;
	text-align: center;
	margin-bottom: 20px;
    padding-top: 10px;
}

.abstract {
	font-family: BwDarius-LightItalic;
	font-size: 17pt;
	text-align: center;
	margin-bottom: 35px;
}

.text-body {
	font-family: BwDarius-Light;
	font-size: 11pt;
	line-height: 24pt;
}

.text-body p {
	margin-bottom: 20px;
}

/* CONTACT */

#contact-info {
	display: block;
}

#col1, #col2 {
	line-height: 24pt;
	font-family: BwDarius-Light;
	max-width: 325px;
	margin: auto;
	text-align: center;
}

#col1 {
	margin-top:65px;
}

#col1 a {
	color: black;
	text-decoration: none;
	font-size: 11pt;
}

#col2 {
	margin-top:65px;
}

#col2 .inputs {
	font-family: BwDarius-Light;
	border: none;
	border-bottom: .5px solid black;
	padding-bottom: 2px;
	border-radius: 0;
	text-align: center;
}

#col2 input:focus {
	outline: none;
}

#contact-name {
	width: 100%;
	margin: 7.5px 0px;;
}

#contact-surname {
	width: 100%;
	margin: 7.5px 0px;
}

#contact-email {
	width: 100%;
	margin: 7.5px 0px;
}

#contact-submit {
    margin: auto;
	margin-top: 7px;
	font-family: BwDarius-Light;
	text-align: center;
	border: none;
	font-size: 11pt;
	background-color: white;
}

#contact-submit:hover {
	cursor: pointer;
}

#contact-submit:focus {
	outline: none;
}

@media only screen and (max-width: 600px) {
	#contact-info {
		flex-direction: column;
	}
	
	#contact-name, #contact-surname {
		width: 100%;
	}
	#col1 {
		text-align: center;
	}
}

