@import url('https://fonts.googleapis.com/css2?family=Georama:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');


body {
  background-image: url('./Media/Background.jpg');
  margin: 0;

}


/* Top Of Screen */


.Title {
  text-decoration: none;
  color: white;
}

.Active-Title {
  color: mediumaquamarine;
}


.Title:hover {
  color: mediumaquamarine;
}

.Header {
  font-family: "Georama";
  border-bottom: 5px solid turquoise;
  padding: 10px;
  height: 70px;
  text-align: center;
  color: white;
  background-color: black;
}


.Active {
  background-color: #04AA6D;
}

.Logo {
  width: 60px;
  vertical-align: middle;
}



/* Style the navigation menu */
.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}

/* Navigation links */
.navbar a {
  float: left;
  font-family: "Georama";
  padding: 20px 0;
  color: white;
  text-decoration: none;
  font-size: 20px;
  width: 25%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center;
}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: #000;
}


/* Fortnite Picture */

.Fortnite {
  width: 100%;
}





footer {  
  margin-top: 1200px;
  border-top: 3px solid mediumaquamarine;
  text-align: center;
  height: 100px;
  background-color: rgb(92, 92, 92);
}

.Footer  > li {

  display: inline-block;
}


.Footer > li > a {
  font-size: 30px;
  color: white;
  font-weight: bold;
  font-family: "Georama";
  text-decoration: none;
  padding: 30px 150px;
}

.Footer > li > a:hover {
  color: rgb(143, 143, 143);
}

.Footer > li:hover {
  border-bottom: 5px solid #04AA6D;

}



.Right-Products {
  float: right;
  width: 50%;
}




.bs {
  font-size: 30px;
  color: white;
  font-weight: bold;
  font-family: "Georama";
  text-decoration: none;
}


.top {
  padding-top: 100px;
}


