* {
  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*/
body {
  background-image: url(/assets/img/pic/pexels-pixabay-163143.jpg);
}

.office-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: white;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.office-text {
  background-color: rgba(22, 90, 114, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 60px;
  margin: auto auto auto 40px;
  border-radius: 10px;
}

.office-text p,
.office-text li {
  font-size: var(--header1);
}

.office-text ul {
  display: block;
  font-family: "Courgette", sans-serif;
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
  list-style: disc;
}

.head {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding-left: 40Px;
  padding-top: 40px;
}

/* MEDIA QUERY*/
@media all and (max-width: 1910px) {
  .office-text p,
  .office-text li {
    font-size: 3rem;
  }
  .office-text h2 {
    font-size: 4rem;
  }
  .office-text ul {
    padding-top: 30px;
  }
}

@media all and (max-width: 1429px) {
  .office-text p,
  .office-text li {
    font-size: 2.5rem;
  }
  .office-text h2 {
    font-size: 3.5rem;
  }
  .office-text ul {
    padding-top: 10px;
  }
}

@media all and (max-width: 1152px) {
  .office-text p,
  .office-text li {
    font-size: 2rem;
  }
  .office-text h2 {
    font-size: 3rem;
  }
  .office-text ul {
    padding-top: 10px;
  }
}

@media all and (max-width: 730px) {
  .office-body {
    margin-left: 10px;
    margin-right: 10px;
  }
  .office-text {
    margin-left: 20px;
    padding: 30px;
  }
  .office-text ul {
    padding-left: 20px;
  }
}

@media all and (max-width: 527px) {
  .office-text p,
  .office-text li {
    font-size: 1.5rem;
  }
  .office-text h2 {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=office.css.map */