@charset "utf-8";
/* CSS Document */

body {
	background: url("vilcoback.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.p1{
	align-content: center;
	color: white;
	font-size: 20px;
}
.column {
  	float: left;
  	width: 50%;
}

/* Clear floats after the columns */
.row:after {
  	content: "";
  	display: table;
  	clear: both;
}

* {box-sizing: border-box}
body {
	font-family: "Lato", sans-serif;
}

/* Style the content */
.tabcontent {
	margin-left: 25%;
  	padding: 0px 12px;
  	width: 50%;
  	height: 200px;
  	color: white;
	/* border-bottom: solid 1px white; */
}
h3{
	font-size: 150%;
}
