* {
	box-sizing: border-box;
	font-family: "Lucida Sans", sans serif;
	margin: auto;
}

[class*="col-"] {
	float: left;
	padding: 15px;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

ul li{
	display: inline-block;
	margin-top: 25px;
}

a:visited {
	color: #37474F;
}
ul li a {
	padding: 1em;
	border: 2px solid #37474F;
	border-radius: 30px;
	margin-left: 0.8em;
	-webkit-transition: 0.2s; /*delete from this line to . . . */
}
ul li a:hover{
	color: white;
	background-color: #37474F;
}/*this line thenad "}" if not transision*/
#nav .col-10 a {
	text-decoration: none;
}
#Active {
	background-color: #37474F;
	color: white;
}
.BodyLogo {
	width: 70px;
	height: 70px;
}
body {
	background-image: url("images/background.jpg")
}

	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}


@media only screen and (min-width: 600px) {
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}

}

@media only screen and (min-width: 768px) {
	.col-t-1 {width: 8.33%;}
	.col-t-2 {width: 16.66%;}
	.col-t-3 {width: 25%;}
	.col-t-4 {width: 33.33%;}
	.col-t-5 {width: 41.66%;}
	.col-t-6 {width: 50%;}
	.col-t-7 {width: 58.33%;}
	.col-t-8 {width: 66.66%;}
	.col-t-9 {width: 75%;}
	.col-t-10 {width: 83.33%;}
	.col-t-11 {width: 91.66%;}
	.col-t-12 {width: 100%;}

}


.container {
	float: right;
}

#contact_icon {
	width: 10em;
	height: 10em;
	-webkit-transition: 0.2s;
}
#contactList {
	margin-top: 4em;
}
#contactList p{
	font-size: 20px;
	
}
#contact_icon:hover {
	-webkit-transform: scale(1.2) rotate(20deg);
}
