* {
  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-color: #165a72;
}

.app-head {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

.app-head H2 {
  font-size: 5rem;
}

.app-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-gap: 20px;
}

.app-grid img {
  width: 550px;
  height: 250px;
}

.app-textbox {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding-top: 3rem;
}

.box-text p {
  color: white;
  font-size: 3.5rem;
}

.box-list li {
  font-family: "Courgette", sans-serif;
  list-style: disc;
  color: white;
  margin-left: 50px;
  font-size: 3.5rem;
}

.box-picture1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.box-picture2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.box-picture3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

/* MEDIA QUERY*/
@media screen and (max-width: 1728px) {
  .app-head {
    margin-top: 50px;
  }
  .app-head h2 {
    font-size: 5rem;
  }
  .box-text p {
    color: white;
    font-size: 3rem;
  }
  .box-list li {
    margin-left: 50px;
    font-size: 3rem;
  }
  .app-grid img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .app-grid {
    margin-left: 50px;
    padding: 2rem;
  }
}

@media screen and (max-width: 1189px) {
  .app-grid img {
    width: 350px;
    height: 250px;
  }
}

@media screen and (max-width: 800px) {
  .app-grid img {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .app-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .app-textbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20rem;
            flex: 1 1 20rem;
  }
  .box-picture1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-picture1 img {
    width: 400px;
  }
  .box-picture2 {
    display: none;
  }
  .box-picture3 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .box-text p {
    font-size: 2rem;
  }
  .box-list li {
    font-size: 2rem;
  }
  .box-picture1 img {
    width: 300px;
  }
  .app-grid {
    margin-left: 5px;
  }
  .app-head h2 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=dev.css.map */