*{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}

body{
  max-width: 1100px;
	margin: auto;
	overflow-y: scroll;
}

/* -- HEADER -- */

.tm-header{
	min-width: 800px;
	max-width: 1000px;
	margin: 40px auto;
	border-radius: 10px;
}

.tm-header::after{
	content: "";
	clear: both;
	display: table;
}

.tm-logo{
	float: left;
	margin: 20px 90px 40px 90px;
}

.tm-logo img{
	width: 180px;
}

.tm-info{
	float: right;
	margin: 50px 100px 0 0;
}

.tm-info p{
	font-size: 16px;
	text-align: center;
}

.title-container::after{
	content: "";
	clear: both;
	display: table;
}

.title-container{
	color: #ffffff;
	height: 70px;
	clear: both;
	background: #4dd2ff;
	border-bottom: #66ff66 3px solid;
	border-radius: 10px;
}

.title{
	margin: 15px 15px;
	float: left;
}

.title a{
	text-decoration: none;
	color: white;
}

.title-container h1, li{
	font-family: 'Open Sans', sans-serif;
}

header .highlight{
	font-size: 37px;
	color: #ff4d4d;
	font-weight: bold;
}

nav ul li{
	display: inline-block;
}

nav ul a{
	border-left: 1px dotted;
	text-decoration: none;
	color: #333333;
	padding: 10px 20px;
}

nav{
	float: right;
	line-height: 70px;
	font-size: 20px;
	margin-right: 15px;
}

nav ul li a:hover{
	color: rgba(0, 122, 204, 0.9);
}

nav .current a{
	color: #ffffff;
	font-weight: bold;
}

#high1, #high2, #high3{
	font-weight: 550;
	font-size: 18px;
}

#high1{
	color: rgb(255, 26, 26);
}

#high2{
	color: rgb(0, 179, 89);
}

#high3{
	color: rgb(0, 102, 128);
}

/* -- Footer -- */

footer p{
	text-align: center;
	margin-bottom: 20px;
}
