@charset "UTF-8";
@import url("media480.css");
@import url("media1100.css");
@import url("media240.css");


a {
	text-decoration: none;
	color: black;
	font-family: arial;
}

header {
	font-family: Arial;
	background-color: white;
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

Header a {
	text-decoration: none;
	color: black;
	margin-right: 30px;
	
}

p {
	font-family: Arial;
}

Header h1 {
	margin-right: 30px;
	margin-left: 10px;
	font-size: 50px;
}

Header a:hover {
	color: darkgray;
}

.background {
	margin: 0;
 	background: url("/images/index_background.jpg") no-repeat center; 
  	background-size: cover;
	height: 840px;
	scroll-behavior: smooth;	
}

section{
	font-family: Arial;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

footer {
	display: flex;
	align-items:flex-end;
	justify-content: center;
	
}

footer p{
	margin-left: 15px;
	margin-right: 15px;
	
}

.container {
	height: 200px;
	display: grid;
	padding: 10px;
	align-items: center;
	justify-content: center;
}


.container a{
	background-color: white;
	padding: 8px;
	border: 1px solid #000000;
	
}

.container a:hover {
	background-color: lightgray;
	
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto ;
	column-gap: 10px;
	grid-row-gap: 10px;;
	margin-left: 10px;

}

.grid-item {
	background-color: white;
	opacity: 1;
	width: 320px;
}

.feed-container {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}


.banner {
	background-color: #000000;
	background-image: url("/rollsroyce.jpg");
	height: 600px;
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	opacity: 1
}
