* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #663535;
}

#banner {
  height: 390px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  #banner {
    height: 430px;
  }
}
@media screen and (max-width: 1580px) {
  #banner {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  #banner {
    height: 250px;
  }
}
@media screen and (max-width: 900px) {
  #banner {
    height: 200px;
  }
}
@media screen and (max-width: 700px) {
  #banner {
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  #banner {
    height: 100px;
  }
}
@media screen and (max-width: 350px) {
  #banner {
    height: 90px;
  }
}
@media screen and (max-width: 300px) {
  #banner {
    height: 80px;
  }
}
#banner img {
  width: 100%;
}

nav {
  color: #FFF;
  font-size: 2rem;
  background-color: #D42536;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  nav {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  nav {
    font-size: 1.2rem;
    height: 45px;
  }
}
@media screen and (max-width: 500px) {
  nav {
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  nav {
    font-size: 0.8rem;
    height: 25px;
  }
}
nav ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 450px) {
  nav ul {
    display: none;
  }
}
nav ul li {
  list-style: none;
  margin-left: 2rem;
}

nav ul li:hover {
  cursor: pointer;
  transform: scale(1.2);
}

@media screen and (max-width: 450px) {
  nav ul li {
    margin-top: 0.2rem;
  }
}
nav ul li a {
  text-decoration: none;
  color: #FFF;
}

nav ul li a:hover {
  text-shadow: 10px 10px 10px black;
  color: #FFF;
  text-decoration: none;
}

.intro {
  width: 100%;
  height: calc(100vh - 470px);
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .intro {
    height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .intro {
    height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .intro {
    height: 300px;
  }
}
@media screen and (max-width: 800px) {
  .intro {
    height: 250px;
  }
}
@media screen and (max-width: 550px) {
  .intro {
    height: 150px;
  }
}
@media screen and (max-width: 300px) {
  .intro {
    height: 100px;
  }
}
.intro img {
  width: 100%;
}
.intro div {
  width: 20%;
  max-height: 190px;
  position: absolute;
  top: 580px;
  left: calc(100vw - 30%);
  word-wrap: break-word;
}
@media screen and (min-width: 2000px) {
  .intro div {
    top: 620px;
  }
}
@media screen and (max-width: 1580px) {
  .intro div {
    top: 470px;
  }
}
@media screen and (max-width: 1200px) {
  .intro div {
    top: 390px;
  }
}
@media screen and (max-width: 900px) {
  .intro div {
    top: 330px;
  }
}
@media screen and (max-width: 700px) {
  .intro div {
    top: 235px;
  }
}
@media screen and (max-width: 500px) {
  .intro div {
    top: 175px;
  }
}
@media screen and (max-width: 350px) {
  .intro div {
    top: 135px;
    width: 25%;
  }
}
@media screen and (max-width: 300px) {
  .intro div {
    top: 125px;
    width: 30%;
  }
}
.intro div p {
  color: #FFF;
  font-size: 2rem;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .intro div p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1050px) {
  .intro div p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  .intro div p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .intro div p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 650px) {
  .intro div p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 550px) {
  .intro div p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 450px) {
  .intro div p {
    font-size: 0.5rem;
  }
}

.meet-us {
  width: 100%;
  height: calc(557px + 5.5rem);
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .meet-us {
    height: calc(480px + 5.5rem);
  }
}
@media screen and (max-width: 1400px) {
  .meet-us {
    height: calc(420px + 5.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .meet-us {
    height: calc(361px + 5rem);
  }
}
@media screen and (max-width: 1000px) {
  .meet-us {
    height: calc(302px + 5rem);
  }
}
@media screen and (max-width: 820px) {
  .meet-us {
    height: calc(260px + 4rem);
  }
}
@media screen and (max-width: 700px) {
  .meet-us {
    height: calc(210px + 4rem);
  }
}
@media screen and (max-width: 600px) {
  .meet-us {
    height: calc(180px + 2.5rem);
  }
}
@media screen and (max-width: 500px) {
  .meet-us {
    height: calc(150px + 2rem);
  }
}
@media screen and (max-width: 400px) {
  .meet-us {
    height: calc(120px + 2rem);
  }
}
@media screen and (max-width: 300px) {
  .meet-us {
    height: calc(90px + 1.5rem);
  }
}
.meet-us img {
  width: 90vw;
  margin: 0 5vw;
  opacity: 0.7;
  border-radius: 1.2rem;
}
.meet-us div {
  width: 35%;
  position: relative;
  bottom: 65%;
  left: 10%;
  word-wrap: break-word;
}
.meet-us div p {
  color: #2B346B;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .meet-us div p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .meet-us div p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .meet-us div p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 820px) {
  .meet-us div p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .meet-us div p {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 400px) {
  .meet-us div p {
    font-size: 0.34rem;
  }
}

.our-services {
  width: 100%;
  height: calc(557px + 5.5rem);
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .our-services {
    height: calc(480px + 5.5rem);
  }
}
@media screen and (max-width: 1400px) {
  .our-services {
    height: calc(420px + 5.5rem);
  }
}
@media screen and (max-width: 1200px) {
  .our-services {
    height: calc(361px + 5rem);
  }
}
@media screen and (max-width: 1000px) {
  .our-services {
    height: calc(302px + 5rem);
  }
}
@media screen and (max-width: 820px) {
  .our-services {
    height: calc(260px + 4rem);
  }
}
@media screen and (max-width: 700px) {
  .our-services {
    height: calc(210px + 4rem);
  }
}
@media screen and (max-width: 600px) {
  .our-services {
    height: calc(180px + 2.5rem);
  }
}
@media screen and (max-width: 500px) {
  .our-services {
    height: calc(150px + 2rem);
  }
}
@media screen and (max-width: 400px) {
  .our-services {
    height: calc(120px + 2rem);
  }
}
@media screen and (max-width: 300px) {
  .our-services {
    height: calc(90px + 1.5rem);
  }
}
.our-services img {
  width: 90vw;
  margin: 0 5vw;
  opacity: 0.7;
  border-radius: 1.2rem;
}
.our-services #services {
  width: 80%;
  position: relative;
  left: 10%;
  bottom: 170%;
}
@media screen and (min-width: 2450px) {
  .our-services #services {
    bottom: 225%;
  }
}
@media screen and (max-width: 2450px) {
  .our-services #services {
    bottom: 210%;
  }
}
@media screen and (max-width: 2300px) {
  .our-services #services {
    bottom: 200%;
  }
}
@media screen and (max-width: 2150px) {
  .our-services #services {
    bottom: 170%;
  }
}
@media screen and (max-width: 1900px) {
  .our-services #services {
    bottom: 160%;
  }
}
@media screen and (max-width: 1750px) {
  .our-services #services {
    bottom: 145%;
  }
}
@media screen and (max-width: 1100px) {
  .our-services #services {
    bottom: 130%;
  }
}
.our-services #services-header p {
  color: #FFF;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .our-services #services-header p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .our-services #services-header p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .our-services #services-header p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 820px) {
  .our-services #services-header p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .our-services #services-header p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 400px) {
  .our-services #services-header p {
    font-size: 0.4rem;
  }
}
.our-services #services-list {
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  .our-services #services-list {
    margin-top: 0.2rem;
  }
}
.our-services #services-list ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 850px) {
  .our-services #services-list ul {
    margin-left: 100px;
  }
}
@media screen and (max-width: 750px) {
  .our-services #services-list ul {
    margin-left: 30px;
  }
}
@media screen and (max-width: 300px) {
  .our-services #services-list ul {
    margin-left: 0;
  }
}
.our-services #services-list li {
  list-style: none;
  margin-left: 1rem;
}
.our-services #services-list li p {
  color: #FFF;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .our-services #services-list li p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .our-services #services-list li p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  .our-services #services-list li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .our-services #services-list li p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .our-services #services-list li p {
    font-size: 0.3rem;
  }
}
.our-services #services-list li a {
  text-decoration: none;
}
.our-services #services-list li:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.our-services #services-list img {
  width: 200px;
  height: 200px;
  opacity: 0.9;
}
@media screen and (max-width: 1800px) {
  .our-services #services-list img {
    width: 175px;
    height: 175px;
  }
}
@media screen and (max-width: 1600px) {
  .our-services #services-list img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1450px) {
  .our-services #services-list img {
    width: 125px;
    height: 125px;
  }
}
@media screen and (max-width: 1200px) {
  .our-services #services-list img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .our-services #services-list img {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 850px) {
  .our-services #services-list img {
    display: none;
  }
}

.contact-us {
  text-align: center;
}
.contact-us p {
  color: #FFF;
  margin-top: 1rem;
}
.contact-us #contact-media {
  display: flex;
  justify-content: space-evenly;
}
.contact-us #contact-media p {
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  .contact-us #contact-media p {
    font-size: 0.6rem;
  }
}
.contact-us img {
  border-radius: 30px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 800px) {
  .contact-us img {
    height: 80px;
    width: 80px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 500px) {
  .contact-us img {
    height: 40px;
    width: 40px;
    border-radius: 5px;
  }
}
.contact-us img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.contact-us a {
  text-decoration: none;
}

footer {
  text-align: center;
  color: #FFF;
  font-size: 1rem;
}
@media screen and (max-width: 800px) {
  footer {
    font-size: 0.5rem;
  }
}

#topButton {
  display: none;
  position: fixed;
  width: 5em;
  height: 3em;
  bottom: 3%;
  left: 93%;
  border-radius: 50%;
  background-color: #2B346B;
  color: #FFF;
}

#topButton:hover {
  background-color: #D42536;
}

hr {
  color: #FFF;
  background: #FFF;
  opacity: 0.5;
  margin: 2rem 5vw;
  width: 90vw;
}

h1 {
  text-align: center;
  font-size: 3rem;
  color: #FFF;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  hr {
    margin: 1.5rem 5vw;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.5rem;
  }
  hr {
    margin: 0.7rem 5vw;
  }
}
@media screen and (max-width: 300px) {
  h1 {
    font-size: 1rem;
  }
  hr {
    margin: 0.5rem 5vw;
  }
}

/*# sourceMappingURL=styles.css.map */
