* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Tahoma, "Helvetica Neue", Helvetica, sans-serif;
	/*background: lightgreen;
	border: 1px solid blue;*/
}


.head {
	display: flex;
	/*height: 125px;
	/*flex-direction: column;
	flex-wrap: wrap; */
	justify-content: space-between;
	align-items: center;
}

header {
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;
	/*padding: 10px;*/
	font-size: 15px;
	font-weight: normal;
	/*letter-spacing: 0px;*/
	font-variant: small-caps;
	color: #b2070e;	
}


nav {
	height: 35px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: linear-gradient(  #7f8c8d  ,    #273746   ,   #7f8c8d  );
	text-align: center;
	border-radius: 8px;
	/*width: 1050px;*/
}

nav ul {
	/*margin-left: 150px;
	margin-right: 150px;*/
	display: flex; 
	justify-content: space-evenly;
	height: 30px;
	align-items: center;
	list-style: none;
}

nav ul li {
	/*display: flex; 
	justify-content: space-between;
	align-items: center;*/
	font-size: 15px;
}

nav ul li a {
	color: #fff;	
	margin: 10px 40px 10px 40px;
	display: inline-block;
}

nav ul li a:hover {
	color: red;
}

div.intro {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 13px;
	/*border: 3px solid red;
	border-radius: 8px;	*/
}

div.intro div.introimage{
	width: 550px;
	margin-right: 15px;
}

div.intro div.introtext{
	width: 650px;
	margin-right: 15px;
}

div.intro div.introimage img{
	width: 100%;

}

div.intro h2{
	line-height: 30px;
}

div.intro p{
	line-height: 18px;
	/*margin-right: 50px;*/
}

div.homecontent{
	display: flex;
	justify-content: space-evenly;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	font-size: 13px;
	background: #eee;
	border-radius: 8px;		
	/*height: 450px;*/
}

div.homecontent div.home-col{
	margin: 20px;
	width: 30%;
	padding: 15px;
	border: 3px solid green;
	border-radius: 8px;	
}

div.homecontent div.home-col img{
	width: 80%;
	margin-block: 10px;
}

div.homecontent div.home-col h2{
	/*line-height: 15px;*/
}


div.homecontent div.home-col a {
	float: right;
	font-size: 11px;
	color: red;
}


div.copyrights{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-block: 10px;
	margin-inline: 50px;
	padding-inline: 30px;
	background: #eee;
	border-radius: 8px;		
	font-size: 12px;
	height: 30px;
}
