* {
    box-sizing: border-box;
}
	
body {
			background-image: url("GORZ_1.jpg");
			background-repeat: no-repeat;
 			background-size: cover;
			background-attachment: fixed;
			background-position: center; 

			color:#fff7fc;
		}

	html::before {
    content: ' ';
    display: block;
    
}	

article { text-align: left; Padding-left: 0%; padding-right: 0%;
} 
	

	
html {
		font-family: 'Bebas Neue', sans-serif;

}
	
		table {
  width: 100%;
}
	
th {
  height: 70px;
}
	
td {
  height: 15px;
  padding-right:15px;
	border-bottom: 1px solid #000000;
}
		

.p1 { font-size:12px;font-weight: 300;}
.p4 { font-size:5px;}
.p6 { font-size:14px;}

div.fixed {
  position: fixed;
  width: 100%;
  bottom: 30px;
} 

.row::after {
    content: "";
    clear: both;
    display: table;
}


	a {
	color:#FFF7Fc
	}
	a:hover {
	color:#edf309;
	}

	h1 {line-height: 0.001; font-weight: 400;}
	p {line-height: 1.3;}
	
[class*="col-"] {
    float: left;
    padding: 12px;
}	
	
/* For desktop: */
.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%;}

a:link {
  text-decoration: none;
  text-shadow: 1px 1px #000000;
}	

	
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
	header { position:center;
 		text-align: center;
		color:#fff7fc;
	}

	img {width: 100%;}

	.p2 { font-size:20px; font-weight: 300;}
	.p3 { font-size:18px;font-weight: 300;}
	.p5 { font-size:45px;font-weight: 400;}
		
	/* Dropup Button */

} 

	
@media only screen and (min-width: 768px) {
iframe { width:750px; height:420px;}
			header { position: center;
				text-align: center;
				color:#fff7fc;
}

	
.p2 { font-size:20px; font-weight: 300;}	
.p3 { font-size:27px; font-weight: 300;}
.p5 { font-size:200px; font-weight: 400;}
	

} 

	 /* Dropup Button */
.dropbtn {
  background-color: rgb(0 0 0 / 0);
  color: #fff7fc;
  font-size: 20px;
	font-weight: 300;
  border: none;
}

/* The container <div> - needed to position the dropup content */
.dropup {
  position: relative;
  display: inline-block;
}

/* Dropup content (Hidden by Default) */
.dropup-content {
  display: none;
  position: absolute;
  bottom: 0px;
  background-color: #fc0390;
  min-width: 160px;
  z-index: 1;
}

/* Links inside the dropup */
.dropup-content a {
  color: black;
  padding: 8px 2px;
  text-decoration: none;
  display: block;
}

/* Change color of dropup links on hover */
.dropup-content a:hover {background-color: #fff7fc}

/* Show the dropup menu on hover */
.dropup:hover .dropup-content {
  display: block;
}

/* Change the background color of the dropup button when the dropup content is shown */
.dropup:hover .dropbtn {
  background-color: rgb(0 0 0 / 0);
} 



.footer {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 100%;
  color: #a9a9a9;
  text-align: right;
  font-size:10px;
  font-weight: 300;
}
