* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Ruhl";
  src: url(/assets/fonts/FrankRuhlLibre-Regular.ttf);
}

@font-face {
  font-family: "Courgette";
  src: url(/assets/fonts/Courgette-Regular.ttf);
}

html {
  font-size: 62.5%;
  --header1: calc(2rem + 1vw);
  --header2: calc(5rem + 1vw);
  --header3: calc(2.6rem + 1vw);
  --header4: calc(2.4rem + 1vw);
  --text: calc(.5rem + 1vw);
  --big: calc(2rem + 1vw);
}

h1 {
  font-size: var(--header1);
  font-family: "Courgette", sans-serif;
}

p {
  color: white;
  font-family: "Courgette", sans-serif;
}

li,
button,
p,
input,
label {
  font-size: var(--text);
}

h2 {
  font-size: var(--header2);
  font-family: "courgette", sans-serif;
}

h3 {
  font-size: var(--header3);
  font-family: "Courgette", sans-serif;
}

h4,
h5 {
  font-size: var(--text);
  color: white;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  font-family: "Ruhl", sans-serif;
}

/*Nav Setion*/
.main-head {
  background-color: transparent;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  color: white;
  z-index: 3;
}

nav {
  min-height: 10vh;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo-dunamis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 20rem;
          flex: 2 1 20rem;
  height: 10vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-dunamis img {
  height: 10vh;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20rem;
          flex: 1 1 20rem;
}

.nav-links li {
  font-size: 3rem;
  font-family: "Courgette", sans-serif;
}

footer {
  background-color: transparent;
}

h1 {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  width: 90%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-wrapper img {
  height: 3vh;
  padding-left: 2rem;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-image-width: 0px;
}

footer h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

/* MEDIA QUERY*/
@media all and (max-width: 1660px) {
  .main-head {
    position: relative;
  }
  nav {
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .logo-text H3 {
    font-size: 2.5rem;
  }
  .logo-dunamis img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    padding: 1rem;
  }
}

@media screen and (max-width: 1180px) {
  .main-head li {
    font-size: 1.5rem;
  }
  footer h5 {
    padding-bottom: 1rem;
    text-align: center;
  }
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card h3,
  .card p {
    font-size: 2rem;
  }
  .footer-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px;
  }
}

body {
  background-image: url(/assets/img/pic/pexels-pixabay-355288.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*Services*/
.cards {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  align-items: center;
  margin: auto;
}

.card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
  height: 50vh;
  background-size: cover;
  margin: 2rem 4rem;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #165a72;
  color: white;
  border-radius: 10px;
}

.card img {
  height: 150px;
  margin: 2rem;
}

.card h3,
.card p {
  padding: 1rem;
}

.button-home button {
  width: 100px;
  height: 50px;
  cursor: pointer;
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(22, 90, 114, 0.5);
  font-family: "Ruhl";
  color: white;
  margin: 0 auto;
  border-radius: 15px;
}

/* MEDIA QUERY*/
@media all and (max-width: 1907px) {
  #services img {
    height: 120px;
  }
  #services p {
    font-size: 2rem;
  }
  #services h3 {
    font-size: 2rem;
  }
}

@media all and (max-width: 1660px) {
  #services p {
    font-size: 1.5rem;
  }
  #services h3 {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 880px) {
  #services p {
    font-size: 1rem;
  }
  #services h3 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */