@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');



* {
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
}

.section-1 {
  background-image: url('/src/main/bg-pc.png');
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px -39px 12px 0px rgba(50,140,226,1) inset;
  -webkit-box-shadow: 0px -39px 12px 0px rgba(50,140,226,1) inset;
  -moz-box-shadow: 0px -39px 12px 0px rgba(50,140,226,1) inset;
}


.section-2 {
  background: rgb(50,140,226);
  background: -moz-linear-gradient(180deg, rgba(50,140,226,1) 0%, rgba(198,178,113,1) 13%);
  background: -webkit-linear-gradient(180deg, rgba(50,140,226,1) 0%, rgba(198,178,113,1) 13%);
  background: linear-gradient(180deg, rgba(50,140,226,1) 0%, rgba(198,178,113,1) 13%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#328ce2",endColorstr="#c6b271",GradientType=1);
}

body {
    background-color: rgb(59,160,230);
}

.building {
  background-image: url('/src/main/bg-pc.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1000px) {
  .section-1 {
    background-image: url('/src/main/bg-mobile.jpeg');

  }
  .g1 {
    display: none !important;
  }

  .g2 {
    display: none !important;
  }
}

.bg-header {
  background-image: url('stickers/header.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

