/*Lab3_css_scratchwork.css*/

/* Lab3.css */

body
{
	background-color: rgb(255,255,255);
	margin: 0;
	
	/*font-family: Arial, Helvetica, Sans-serif;*/
}

.hero-image
{
	background-image: url("http://sf.co.ua/13/03/wallpaper-2704298.jpg");
	/*background-image: url(T_background.jpg);*/
	background-color: rgb(255,255,255);
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text
{
	font-size: cover;
	font-size: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgb(146,229,108);
	font-family: "Comic Sans MS"
	/*font-size: 75px;*/
}

.content
{
	text-align: center;
	font-family: "Courier New";
	font-size: 20px;
	color: orange;

}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgb(18,18,18);
	position: sticky;
	top: 0;

}

li
{
	float: left;
}

li a
{
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	font-size: 25px;
	text-decoration: none;
	font-family: "Courier New";
	
}
li a:hover
{
	background-color: rgb(45,45,45);
}
li a:visited
{
	color: grey;
}
li a:active
{
	color: orange;
}

#h1c
{
	text-align: center;
	font-size: 40px;
	font-family: "Courier New";
}

.img2
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px%;
	height: 100px;
}

footer
{
	
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%
	background-color: rgb(18,18,18);
	font-size: 12px;
	color: white;
	text-align: center;
	
}









/*ul li
{
	font-size: 25px;
	color: black;
	text-align: center;
	display: inline-block;
}
*/

/*header h1
{
	text-align: center;
	color: black;
	font-size: 100px;
	font-family: "Comic Sans MS";
	font-weight: bold;
}*/









