@import url("https://fonts.googleapis.com/css2?family=Goblin+One&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");

body {
  background: url("../images/background-1.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  color: white;
  font-family: "Goblin One", cursive;

  /* font-family: 'Work Sans', sans-serif; */
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.logo {
  width: 100px;
  height: 100px;
  /* box-shadow: 10px 10px 5px #af3132; */
  box-shadow: 2px 13px 10px #af3132;
  margin: 20px;
  border-radius: 50%;
  cursor: pointer;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

.hero-row {
  align-items: center;
}

.hero-name {
  margin-top: 6%;
}

.hero-name h1 {
  text-transform: uppercase;
  text-align: right;
  font-size: 2.5em;
  text-shadow: 6px 0 #e10b0b, 0 3px #064564, 1px 0 #064564, 0 -1px #b33333;
  color: white !important;
  letter-spacing: 3.2px;
  line-height: 1.3;
}

.quote {
  margin-top: 6%;
}

.quote h1 {
  font-size: 30px;
  color: #e7e2e2 !important;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #13465b;
  color: white;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}

.footer ul {
  list-style-type: none;
  margin: 5px;
}

.footer ul li a {
  text-decoration: none;
  color: inherit;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-width: 768px) {
  .quote h1 {
    color: transparent;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
