html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.title {
	height: 40%;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)), url("../img/index/home.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;

	font-size: 40px;
	font-weight: bold;
	color: white;
	padding-top: 2%;
}

.content {
	height: 60%;
	text-align: center;
}

.left {
	float: left;
	position: relative;
	left: 12%;
	height: 90%;
	width: 36%;
	margin: 10px;
	padding: 10px;
}

.right {
	float: right;
	position: relative;
	right: 12%;
	height: 90%;
	width: 36%;
	margin: 10px;
	padding: 10px;
}

.column_1 {
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	border-left: 10px solid burlywood;
	padding-left: 15px;
}

.inlet1 {
	border: 1px solid grey;
	box-shadow: 0 0 10px grey;
	height: 80%;
	margin: 20px;
	font-size: 22px;
	font-weight: bold;
}

.column_2 {
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	border-left: 10px solid burlywood;
	padding-left: 15px;
}

.inlet2 {
	border: 1px solid grey;
	box-shadow: 0 0 10px grey;
	height: 80%;
	margin: 20px;
	font-size: 22px;
	font-weight: bold;
}

.column1 {
	width: 45%;
	height: 35%;
	background-color: #f0f7ff;
	display: inline-block;
	margin-top: 50px;
	cursor: pointer;
}

.column1:hover {
	box-shadow: 0 0 10px grey;
	background-color: #3856a4;
	color: white;
	transition: all 1s;
	border-radius: 35px;
}

.column2 {
	width: 45%;
	height: 35%;
	background-color: #f0f7ff;
	display: inline-block;
	margin-top: 50px;
	cursor: pointer;
}

.column2:hover {
	box-shadow: 0 0 10px grey;
	background-color: #3856a4;
	color: white;
	transition: all 1s;
	border-radius: 35px;
}

.column3 {
	width: 45%;
	height: 35%;
	background-color: #f0f7ff;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
}

.column3:hover {
	box-shadow: 0 0 10px grey;
	background-color: #3856a4;
	color: white;
	transition: all 1s;
	border-radius: 35px;
}

.column4 {
	width: 45%;
	height: 35%;
	background-color: #f0f7ff;
	display: inline-block;
	margin-top: 30px;
	cursor: pointer;
}

.column4:hover {
	box-shadow: 0 0 10px grey;
	background-color: #3856a4;
	color: white;
	transition: all 1s;
	border-radius: 35px;
}

.column5 {
	width: 45%;
	height: 50%;
	background-color: #f0f7ff;
	display: inline-block;
	margin-top: 50px;
	cursor: pointer;
	padding-top: 20%;
}

.column5:hover {
	box-shadow: 0 0 10px grey;
	background-color: #3856a4;
	color: white;
	transition: all 1s;
	border-radius: 35px;
}

.column6 {
	width: 45%;
	height: 50%;
	background-color: #f0f7ff;
	display: inline-block;
	margin-top: 50px;
	cursor: pointer;
	padding-top: 20%;
}

.column6:hover {
	box-shadow: 0 0 10px grey;
	background-color: #3856a4;
	color: white;
	transition: all 1s;
	border-radius: 35px;
}