@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CLzU9upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CLxU9upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL_U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL-U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL9U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL8U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
::selection {
  color: black;
  background: white;
}
::-moz-selection {
  color: black;
  background: white;
}
a:visited {
  color: #d0c778;
}
a:active {
  color: #d0c778;
}
body {
  margin: 0;
  padding: 0;
  display: grid;
  color: white;
  min-height: 100vh;
  font-family: 'Nunito Sans', sans-serif;
  grid-template-columns: 1fr;
  background-color: white;
  background-image: url('../images/background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Raleway', serif;
}
body h1 {
  text-align: center;
}
body main {
  min-height: 95vh;
  display: grid;
}
body main #section-logo {
  margin: 40px;
  background-color: #191d1e;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 900px;
  height: 160px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 150px 1fr 1fr;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  body main #section-logo {
    grid-template-columns: 1fr;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
body main #section-logo a {
  text-decoration: none;
}
body main #section-logo a img {
  margin: 15px;
  max-height: 140px;
  display: inline;
}
body main #section-logo h1 {
  display: inline;
  color: #babe5d;
}
body main #section-logo #address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: white;
}
body main #section-logo #address .info {
  margin: 10px 0;
  width: 100%;
  font-size: 12px;
  grid-column: span 2;
}
body main #section-1 {
  display: grid;
  grid-template-columns: 280px 1fr;
  place-items: start;
  width: 900px;
  margin-left: 50px;
  background-color: black;
  padding: 10px;
  border-radius: 6px;
  margin: 10px 10px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width: 1024px) {
  body main #section-1 {
    margin: 20px 0;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  body main #section-1 {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
@media screen and (max-width: 800px) {
  body main #section-1 #reverse-image {
    order: 2;
  }
}
body main #section-1 div {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  body main #section-1 div {
    padding: 20px;
  }
}
body main #section-1 div img {
  display: block;
  max-width: 98%;
  max-height: 250px;
  border: 4px solid #ffffff;
  box-sizing: border-box;
  border-radius: 16px;
}
body main #section-2 {
  display: grid;
  grid-template-columns: 1fr 280px;
  place-items: end;
  width: 900px;
  margin-left: 50px;
  background-color: black;
  padding: 10px;
  border-radius: 6px;
  margin: 10px 10px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width: 1024px) {
  body main #section-2 {
    margin: 20px 0;
    width: 98%;
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  body main #section-2 {
    grid-template-columns: 1fr;
    place-items: center;
  }
}
body main #section-2 div {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  body main #section-2 div {
    padding: 20px;
  }
}
body main #section-2 div img {
  display: block;
  max-width: 100%;
  max-height: 250px;
  border: 4px solid #ffffff;
  box-sizing: border-box;
  border-radius: 16px;
}
body footer {
  width: 100%;
  height: 5vh;
  background-color: #000;
  color: white;
  font-size: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 600px) {
  body footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
@media screen and (max-width: 600px) {
  body footer p {
    margin: 0;
  }
}
body footer div {
  display: grid;
  place-items: center;
}
body footer div .company {
  font-weight: bold;
}
body footer #support {
  color: white;
}
body footer #support a {
  color: white;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */