@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');
;

theme {
  --font-lato: "Lato", sans-serif;
  --font-questrial: "Questrial", sans-serif;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Prata&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');






:root {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Abril Fatface", serif;
  }

  h1,
  h2 {
    font-weight: 700;
  }

  body {
    font-family: "Tinos", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
  }

  .text-base-read {
    font-size: 1.125rem;
  }

  .anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

  .lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
  }

  .lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
  }

  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
  }


  .questrial-regular {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
  }


  .prata-regular {
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
  }

  .tinos-regular {
    font-family: "Tinos", serif;
    font-weight: 400;
    font-style: normal;
  }

  .tinos-bold {
    font-family: "Tinos", serif;
    font-weight: 700;
    font-style: normal;
  }

  .tinos-regular-italic {
    font-family: "Tinos", serif;
    font-weight: 400;
    font-style: italic;
  }

  .tinos-bold-italic {
    font-family: "Tinos", serif;
    font-weight: 700;
    font-style: italic;
  }



}


#ffta {
  background-color: rgba(240, 243, 246, 0.937);
}

#mid-divider {
  margin-top: 50px;
  margin-bottom: 50px;
}


/*Hero*/

#hero {
  padding-top: 70px;
  font-size: 40px;
}

#hero-masthead {
  font-family: "Prata", serif;
  line-height: 90%;
  padding-bottom: 0;
}

#subheader {
  font-size: 20px;
}

#subtitle-logo {
  font-size: 25px;
}


@media(max-width:768) {
  #i-p-pic {
    display: none;
  }
}

@media(max-width:539px) {
  #i-p-pic {
    display: none;
  }
}



@media (max-width:834px) {
  #hero {
    font-size: 35px;
  }
}

@media (max-width:768px) {
  #hero-masthead {
    font-size: 32px;
    font-family: "Prata", serif;
    padding-bottom: 0;
  }

  #logo-img {
    height: 60%;
    margin-top: 25px;
  }

  #subheader {
    font-size: 15px;
  }

  #hero {
    font-size: 35px;
  }
}

@media (max-width:539px) {
  #hero-masthead {
    font-size: 32px;
    font-family: "Prata", serif;
    padding-bottom: 0;
  }

  #hero {
    font-size: 30px;
  }

  #logo-img {
    height: 60%;
    margin-top: 25px;
  }

  #hero-logo {
    line-height: 30%;
    height: 70%;
  }

  #subheader {
    font-size: 15px;
  }

  #subtitle-logo {
    font-size: 20px;
  }

}

#subtitle-logo {
  font-size: 12px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}

#hero-logo {
  line-height: 30%;
}



/*Footer*/

#footer {
  background: #24262b;
  padding: 70px 30px 70px 30px;

}

*,
#footer ::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#footer .body-f {
  background: #24262b;
  font-family: "Poppins", sans-serif;
  padding: 10rem;
  margin-top: 5rem;
}

#footer .footer {
  padding: 70px 0;
  background: #24262b;
}

#footer .container {
  max-width: 1170px;
  margin: 50px auto 0;
}

#footer .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

#footer .footer-col h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
  position: relative;
}

#footer .footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: #088178;
  box-sizing: border-box;
}

#footer .footer-col ul {
  list-style: none;
}

#footer .footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

#footer .footer-col ul li>a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  color: #bbb;
  display: block;
  transition: .3s ease;
}

#footer .footer-col ul li>a:hover {
  color: #fff;
  padding-left: 8px;
}

#footer .footer-col .social-icons {
  font-size: 16px;
}

#footer .footer-col .social-icons>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 10px 10px 0;
  color: #bbb;
  transition: all .3s ease;
  text-decoration: none;
}


#footer .footer-col .social-icons>a:hover {
  transform: translateY(-5px);
  color: #fff;
}

#footer .footer-col-left {
  padding-left: 20px;
}


@media (max-width:768px) {
  #footer .extra {
    padding: 30px 10px 30px 0px;
  }
}

@media (max-width:768px) {
  #footer .footer-col {
    margin-bottom: 30px;
    width: 50%;
  }

  #footer .footer-col-small {
    margin-bottom: 30px;
    width: 50%;
    padding-left: 10px;
  }

  #footer .body-f {
    margin-top: 2rem;
  }
}

@media (max-width:539px) {
  #footer .extra {
    padding: 30px 10px 30px 0px;
  }
}


@media (max-width:539px) {
  #footer .footer-col {
    width: 100%;
  }

  #footer .footer-col-small {
    margin-bottom: 30px;
    width: 50%;
    padding-left: 10px;
  }

  #footer .body-f {
    margin-top: 2rem;
  }
}




#news-three {
  background-color: rgba(245, 245, 245, 0.6);
  padding: 50px 0 50px 0;
}


#economy {
  background-color: rgba(144, 212, 246, 0.2);
  padding: 50px 0 50px 0;
}

#culture {
  background-color: rgba(231, 253, 35, 0.3);
  padding: 50px 0 50px 0;
}


#ad-b {
  padding: 50px 0 50px 0;

}




@media (max-width:768px) {
  .extra-space-small {
    padding-left: 10px;
  }
}

@media (max-width:539px) {
  .extra-space-small {
    padding-left: 10px;
  }
}

@media (max-width:414px),
(max-width:539px),
(max-width:768px) {
  #ffta {
    background-color: rgba(232, 239, 247, 0.937);
  }
}





/*Footer

#footer {
  background: #24262b;
}


  *,
  ::before,
  ::after{
      margin:0;
      padding: 0;
      box-sizing: border-box;
  }

  body{
      background: #24262b;
      font-family: "Poppins", sans-serif;
      padding:0;
      margin:0;
  }

  .footer{
      padding: 70px 0;
  }

  .container{
      max-width: 1170px;
      margin: 50px auto 0;
  }

  .row{
      width:100%;
      display:flex;
      flex-wrap: wrap;
  }

  .footer-col{
      width:25%;
      padding: 0 15px;
  }

  .footer-col h4{
      font-size: 18px;
      color:#fff;
      font-weight: 500;
      margin-bottom: 35px;
      position: relative;
  }

  .footer-col h4::before{
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      height: 2px;
      width:50px;
      background: #088178;
      box-sizing: border-box;
  }

  .footer-col ul{
      list-style: none;
  }

  .footer-col ul li:not(:last-child){
      margin-bottom: 10px;
  }

  .footer-col ul li > a{
      font-size: 16px;
      font-weight:300;
      color:#fff;
      text-transform: capitalize;
      text-decoration: none;
      color:#bbb;
      display: block;
      transition: .3s ease;
  }

  .footer-col ul li > a:hover{
      color:#fff;
      padding-left: 8px;
  }

  .footer-col .social-icons{
      font-size:16px;
  }

  .footer-col .social-icons > a{
      display:inline-block;
      width:40px;
      height:40px;
      text-align: center;
      margin:0 10px 10px 0;
      color:#bbb;
      transition: all .3s ease;
      text-decoration: none;
  }


  .footer-col .social-icons > a:hover{
      transform: translateY(-5px);
      color:#fff;
  }

  @media (max-width:768px){
      .footer-col{
          margin-bottom: 30px;
          width:50%;
      }
  }

  @media (max-width:539px){
      .footer-col{
          width:100%;
      }
  } */






/*Navbar*/