@charset "utf-8";
/* CSS Document */

.title {
    height: var(--nav-height);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	background-image: url("pictures/picture1.png");
	background-size: cover
		}

.grid-container  {
	display:grid;
	grid-template-columns:300px 1fr 1fr 1fr;
	background-image: url("spill.jpg");
	background-size: cover;
}
.menu {
  grid-area:menu;
  align-content: top;
  border: 0px solid black; /* Optional: add borders to each cell */
  text-align: center; /* Center content in each cell */
  line-height: 100%; /* Vertical alignment */
  padding: 5px; /* Optional: add some padding */
}

.grid-item-1 {
	
	grid-row: 1/ span 4;
}
.grid-item-2 {
	
	
}

.grid-item-3 {
	
	justify-self: center;
	align-self: center;
}
.grid-item-4 {
	
	
}
.grid-item-5 {
	
    justify-self: center;
	align-self: center;
}
.grid-item-6 {
	
	
}

.grid-item-7 {
	
	justify-self: center;
	align-self: center;
}
.grid-item-8 {
	
	
}
.grid-item-9 {
	
	justify-self: center;
}
.grid-item-10 {
	
	
}
.grid-item-11 {
	
	
}
.grid-item-12 {
	
	justify-self: center;
}
.grid-item-13 {
	justify-self: center;
	
}
.grid-item-13 {
	
	
}
.grid-item-14 {
	
	
}


h1 {
  font-family: "Times New Roman", Times, serif;
	font-size: 80px;
	color: #6B0102;
  font-weight: bold;
	text-shadow: 2px 2px 4px white;
   }   



.lheader {
  grid-area: lheader;
  border: 0px solid black; /* Optional: add borders to each cell */
  text-align: center; /* Center content in each cell */
  line-height: 100%; /* Vertical alignment */
  padding: 5px; 
	
}

.header {
  grid-area: header;
  border: 0px solid black; /* Optional: add borders to each cell */
  text-align: center; /* Center content in each cell */
  line-height: 100%; /* Vertical alignment */
  padding: 5px; 
	
}
.rheader {
  grid-area: rheader;
	Justify-self:stretch;
  border: 0px solid black; /* Optional: add borders to each cell */
  text-align: center; /* Center content in each cell */
  line-height: 100%; /* Vertical alignment */
  padding: 5px; /* Optional: add some padding */
}


.menu {
  grid-area:menu;
  align-content: top;
  border: 0px solid black; /* Optional: add borders to each cell */
  text-align: center; /* Center content in each cell */
  line-height: 100%; /* Vertical alignment */
  padding: 5px; /* Optional: add some padding */
}

.footer {
  grid-area: footer;
  border: 0px solid black; /* Optional: add borders to each cell */
  text-align: center; /* Center content in each cell */
  line-height: 100%; /* Vertical alignment */
  padding: 5px; /* Optional: add some padding */
}

.p1 {
  font-family: "Times New Roman", Times, serif;
	font-size: 100px;
	color: #A81012;
  text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px red;
} 

.p2 {
  font-family: "Times New Roman", Times, serif;
	font-size: 75px;
	color: #A81012;
  text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 10px red;
}   

.p3 {
  font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #6B0102;
  font-weight: bold;
	text-shadow: 2px 2px 4px white;
}   
.p4 {
  font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #6B0102;
  font-weight: bold;
	text-shadow: 2px 2px 4px white;
}   

.p5 {
  font-family: "Times New Roman", Times, serif;
	font-size: 80px;
	color: #6B0102;
  font-weight: bold;
	text-shadow: 2px 2px 4px white;
}   

.p6 {font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #840B0D;
	font-weight: bold;
} 

.vertical-menu {
  width: 300px; /* Set a width if you like */
}

.vertical-menu a {
  
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
	
  padding: 2px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}
.btn-1,
.btn-1 *,
.btn-1 :after,
.btn-1 :before,
.btn-1:after,
.btn-1:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-1 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #840B0D;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 2;
  text-transform: uppercase;
}
.btn-1:disabled {
  cursor: default;
}
.btn-1:-moz-focusring {
  outline: auto;
}
.btn-1 svg {
  display: block;
  vertical-align: middle;
}
.btn-1 [hidden] {
  display: none;
}
.btn-1 {
  border-radius: 99rem;
  border-width: 2px;
  padding: 0.8rem 3rem;
}
.btn-1:hover {
  color: #999;
}
.btn-2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #840B0D;
  background-image: none;
  color: #fff;
  cursor: pointer;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 2;
 
}
.btn-2:disabled {
  cursor: default;
}
.btn-2:-moz-focusring {
  outline: auto;
}
.btn-2 svg {
  display: block;
  vertical-align: middle;
	
}
.btn-2 [hidden] {
  display: none;
}
.btn-2 {
  border-radius: 99rem;
  border-width: 2px;
  padding: 0.8rem 3rem;
}
.btn-2:hover {
  color: #999;
}
@media (max-width: 1500px){
	
	h1 {
		font-size: 70px;
	}
}
@media (max-width: 1100px){
	
	h1 {
		font-size: 40px;
	}
	.grid-container  {
	
	grid-template-columns:300px 1fr;
	
}
}
@media (max-width: 800px){
	
	h1 {font-size: 30px;
	}
		
	
}
@media (max-width: 650px){
	
	h1 {font-size: 20px;
	}
		
	
} 