@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");

.navbar-toggler {
  border-color: white;
  border-width: 3px;
  border-style: solid;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

* {
  margin: 0;
  padding: 0;
}

/* NAVBAR ________ */
nav {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  height: 100%;
}

nav ul {
  margin-left: 40%;
}
.navbar-brand {
  color: white;
  font-size: 3rem;
  margin-left: 20px;
  font-family: "Alumni Sans", sans-serif;
}
.navbar-brand img {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5%;
}

.navbar-brand:hover {
  color: white;
}

.navbar-brand:focus {
  color: white;
}
.nav-link {
  font-family: "Nunito", sans-serif;
  color: white;
  margin-right: 30px;
  margin-left: 10px;
  font-size: 1.5rem;
}
.nav-link:hover {
  background-color: grey;
  text-decoration: underline;
  border-radius: 10px;
  color: white;
}

.nav-link:focus {
  color: white;
}
.nav-link:active {
  background-color: #50c878;
}

/* MAIN SECTION */
.main1 {
  color: white;
  font-family: "Nunito", sans-serif;
  background-color: rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(8px);
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  font-size: 1vw;
}

/* .text1 {
  font-size: 10vw !important;
} */

.container {
  margin-left: 100px;
}
.mainbody {
  background-image: url("../static/santa-monica-beach-los-angeles.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* width: 100%; */
}

.weekly {
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.vid {
  background-color: rgba(255, 255, 255, 0.27);
  backdrop-filter: blur(8px);
  border-radius: 20px;
}
/* @media screen and (max-width: 360px) {
  section p {
    color: red !important;
  }
} */

.mainbody2 {
  background-color: #d3d3d3;
  background-size: cover;
  height: 100vh;
  font-family: "Roboto Flex", sans-serif;
  padding: 25px;
  font-size: 5rem !important;
}

#monta {
  font-weight: 500;
  margin-top: 100px;
  margin-left: 200px;
  height: 0px;
}

#img1 {
  width: 70%;
  height: 70% !important;
}

section img {
  width: 50vh;
  height: 25% !important;
  border-radius: 40px;
  margin-top: 50px;
}
footer {
  height: cover;
  padding: 10%;
  text-decoration: none;
}

footer svg {
  text-decoration: none;
  margin-bottom: 20%;
}

footer h3 {
  margin-left: 50px;
}

#icon1 {
  margin-right: 15px;
}
/* ABOUT PAGE */

.row.my-5 {
  margin-left: 20%;
  padding-top: 150px !important;
}

.main3 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.display-1 {
  font-weight: 100px;
}

.display-6 {
  font-weight: 90;
}

/* ABOUT PAGE */
#mainimg {
  border-radius: 15px;
  width: 400px;
  height: 250px !important;
  padding-bottom: 10px;
}

#row4 {
  margin-left: 25%;
}

/* FOOTAGES SECTION */

.main4 {
  padding-top: 5%;
  padding-bottom: 7%;
}

.img1 {
  max-width: 100%;
  height: auto;
}
/* FOLLOW US */

#IG {
  color: #ff64b6;
}

#DISCORD {
  color: #1520a6;
}

#row4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.media {
  font-size: 1.5rem;
}

#blog {
  width: 800px;
  max-height:500px;
  font-size: 14px;
  overflow: scroll;
}

iframe {
  width: 100%;
  height: 350px;
}