@import url("https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Marck+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

.bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 10%
  );
}

body {
  height: 2000px;
  padding: 30px;
}

.navbar .navbar-brand {
  font-size: 30px;
}

.navbar .nav-item {
  padding: 10px 20px;
}

.navbar .nav-link {
  font-size: 20px;
  margin-left: 10px;
}

.fa-bars {
  color: black;
  font-size: 30px;
}

.dropdown-item,
.item {
  color: black;
}

#shecodes-logo {
  display: block;
  width: 500px;
  max-width: 70%;
  margin: 50px auto 10px;
}

.theme p {
  text-align: center;
  font-size: 2vw;
  margin: 20px 0 70px 0;
}

h1 {
  font-size: 4vw;
  text-align: center;
  margin-top: 50px;
}

.desc1 {
  font-family: "Marck Script", cursive;
  font-size: 3vw;
  text-align: center;
  letter-spacing: -1px;
}

p {
  font-size: 2vw;
  margin: 0 auto;
}

.coat-of-arms {
  display: block;
  margin: 30px auto;
  width: 250px;
  max-width: 80%;
}

h2 {
  font-size: 4vw;
  text-align: center;
  margin-top: 90px;
}

h3 {
  text-align: center;
  margin: 50px auto 30px;
  font-size: 3vw;
}

h4 {
  text-align: center;
  margin: 10px auto;
  font-size: 2vw;
}

.carousel-inner img {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mid-text1 {
  font-size: 2vw;
  margin: 250px auto;
  text-align: center;
}

.mid-text2 {
  font-size: 3vw;
  color: white;
  text-align: center;
  padding-bottom: 50px;
}

.mid-p {
  color: white;
  margin: 50px;
}

.mid-p img {
  display: block;
  width: 700px;
  max-width: 80%;
  margin: 60px auto;
}

.president {
  color: white;
}

.president img {
  display: block;
  margin: auto;
  margin: 50px auto;
  max-width: 80%;
}

.president p {
  padding: 0 50px;
}

.president a {
  display: block;
  font-size: 2vw;
  margin: 10px 0 0 50px;
  text-decoration: none;
  color: gray;
}

.blood {
  color: white;
  font-size: 3vw;
  text-align: center;
  margin: 3px auto 50px;
  text-shadow: 4px 4px 1px #300000, 4px 6px 1px #400000, 4px 8px 1px #500000,
    4px 10px 1px #600000, 4px 12px 1px #700000, 4px 14px 1px #800000,
    4px 16px 1px #900000, 4px 18px 1px #a00000, 4px 20px 1px #b00000,
    4px 22px 1px #c00000, 4px 24px 1px #d00000, 4px 26px 1px #e00000,
    4px 28px 1px #f00000, 4px 30px 1px #fa0000, 4px 32px 1px #fb0000,
    4px 34px 1px #fc0000, 4px 36px 1px #fd0000, 4px 38px 1px #fe0000,
    4px 40px 2px #ff0000;
}

.message {
  display: block;
  text-align: center;
  color: white;
  font-size: 3vw;
  margin: 20px auto;
}

.donate {
  display: block;
  text-align: center;
  color: white;
  font-size: 3vw;
  margin-bottom: 20px;
}

.view-city {
  display: block;
  margin: 80px auto;
  max-width: 80%;
}

#city-name-foot {
  font-size: 7vw;
  text-align: center;
  margin-top: 50px;
  color: white;
}

.desc2 {
  font-family: "Bebas Neue", cursive;
  font-size: 7vw;
  text-align: center;
  color: white;
}

.codedBy {
  text-align: center;
  font-family: monospace;
  font-size: 1vw;
  color: white;
  opacity: 0.8;
  margin-top: 40px;
}
