@font-face {
  font-family: Abril Fatface;
  src: url("../fonts/AbrilFatface-Regular.ttf");
}
html {
  height: 100vh;
}

a {
  color: rgb(24, 24, 24);
  text-decoration: none;
}

p {
  font-size: calc(0.7rem + 0.6vw);
}

* {
  font-family: "Abril FatFace";
  margin: 0%;
  padding: 0%;
}

body {
  width: 100%;
  background-color: rgb(244, 244, 244);
}

header#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  height: 6em;
}

header#header div.logo figure img {
  min-width: 5em;
  max-width: 13em;
  height: auto;
}
@media screen and (max-width: 1100px) {
  header#header div.logo figure img {
    max-width: 8em;
    min-width: 3em;
  }
}

header#header div.nav a {
  font-size: 1.2em;
  color: #6D7874;
  text-decoration: none;
}
header#header div.nav a:hover, header#header div.nav a:active {
  color: rgb(24, 24, 24);
  text-decoration: underline;
}

section.mainSection {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  min-height: 100vh;
  max-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: url(../imgs/photo-1520607162513-77705c0f0d4a.jpg);
}
@media screen and (max-width: 1100px) {
  section.mainSection {
    min-height: 10vh;
    max-height: 50vh;
  }
}

div.containerr {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: rgba(249, 248, 246, 0.6);
  margin: 0%;
  padding: 0%;
  justify-content: center;
  padding-left: 15%;
}
@media screen and (max-width: 1100px) {
  div.containerr {
    background-color: rgba(249, 248, 246, 0.8);
  }
}

div.subtitle {
  display: block;
  opacity: 100%;
  padding-bottom: 0em;
  padding-top: 0em;
  padding-left: 0.3em;
}

div.btn {
  font-size: 23px;
  border-radius: 24px;
  width: 10rem;
  height: auto;
  background-color: rgb(86, 225, 235);
}
div.btn:hover {
  background-color: rgb(41, 193, 216);
}

a.link {
  color: rgb(240, 246, 246);
  text-decoration: none;
}
a.link:hover {
  color: rgb(244, 248, 248);
  text-decoration: underline;
}

section#servSection {
  background-color: #DB7E0A;
  margin: 0%;
  padding: 0%;
  display: flex;
  word-wrap: break-word;
  width: 100%;
  justify-content: center;
  color: rgb(249, 248, 246);
}

section#servSection div.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  max-width: 100%;
}

section#servSection h2 {
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

section#servSection div.container div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  justify-items: center;
  align-content: center;
}

section#servSection div.container div div svg.circle {
  min-width: 30%;
  max-width: 90%;
  margin-bottom: 5vh;
  margin-top: 2vh;
}

section#servSection div.container div div a {
  display: inline-block;
  width: 27%;
  padding-bottom: 2em;
  color: rgb(240, 246, 246);
  text-decoration: none;
}
section#servSection div.container div div a:hover {
  color: rgb(244, 248, 248);
}
@media screen and (max-width: 1100px) {
  section#servSection div.container div div a {
    width: 45%;
  }
}

div.imgs:hover {
  transform: scale(1.1);
}

footer {
  background-color: rgb(11, 11, 11);
  color: rgb(249, 248, 246);
  padding: 0.7em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  height: 3em;
}
footer p {
  margin: 0%;
}
footer a {
  color: rgb(240, 246, 246);
  text-decoration: none;
}
footer a:hover {
  color: rgb(249, 248, 246);
  text-decoration: underline;
}/*# sourceMappingURL=custom.css.map */