body {
	font-family: 'Barlow Condensed', sans-serif;
}

div {
	display:block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
	color:black;
	text-decoration: none;
}

p{
	font-size:17px;
	line-height: 150%;
	letter-spacing: 0.0125em;
}
h1 {
	margin-left:150px;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 48px;
    padding-top: 34px;
}

.top {
	font-size: 19px;
	font-weight: 300;
	padding-top: 25px;
	height:50px;
	margin:auto;
	margin-left: 150px;
	width:625px;
	height:50px;
}
.section {
	display: inline-block;
	margin: auto;
	float:left;
	text-align: left;
	width:125px;
}

#home{
	font-weight: 500;
}


.text{
	margin-top: 52px;
}

.lefttext {
	display:block;
	float:left;
	margin-left: 150px;
    width: 500px;
    padding-top: 0px;
    height:480px;
}
.righttext{
	float:left;
	margin-left: 30px;
    width: 500px;
    padding-top: 0px;
    height:480px;
}

.content {
	width:1300px;
	height:1200px;
	background-image: URL(../images/Group.png);
	background-size: 70%;
	background-repeat: no-repeat;
	margin:auto;
	margin-top: 0px;
	margin-left: 560px;
}


#colab {
	color:red;
}






