@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Ysabeau+Infant:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caramel&family=Poppins&family=Raleway&display=swap');


html,body{
    /* text styles/title/medium */
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    top: 0;
    left: 0;
    }

    .header .btn
{
    font-family: 'Raleway';
font-size: 16px;
font-style: 'normal';
font-weight: 700;
line-height: 24px;
}
.nav-link:hover
{
    color: #E9C400;
}

.jumbotron {
    background: url(rectangle-39.png) center center / cover no-repeat ;
    width: 1672px;
height: 870px;
  }

  #gallery{
    background-color: rgb(18, 11, 11);
  }
  .card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
    }
    .card-registration .select-arrow {
    top: 13px;
    }

    .btn
    {
        color: #FFF;
text-align: center;

/* text system/title/large */
font-family: 'Raleway';
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 127.273% */
    }

    .form-outline 
    { 
        color: rgba(25, 26, 25, 0.50);
        /* text system/title/large */
        font-family: 'Raleway';
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 127.273% */ 
    }

    label,option
    {
        color: rgba(25, 26, 25, 0.50);

/* text system/title/large */
       font-family: Raleway;
      font-size: 22px;
       font-style: normal;
      font-weight: 400;
      line-height: 28px; /* 127.273% */
    }

  /*a{
    width: 120px;
    color: aliceblue; <!--style="width: 120px;color:black;background-color: #e9c400;"-->
  }
  a:hover {
    color:yellow;
  }*/

  

/*footer part*/

footer{
   
    background-color: black;
    width: 1670px;
    height: 289px;
    padding-top: 2%;
  }

  footer .row{
    margin-left :0;
   }

   .hr
  {
    border:3px solid #E9C400;
    width: 100%;
    
  }

  /*MOBILE SCREEN*/
@media screen and (max-width: 960px)
{

    .jumbotron {
        background: url(rectangle-39.png) center center / cover no-repeat ;

       height: 1050px;
      }

      .jumbotron p
      {
        width: 25%;
      }

    footer{
        width: 423px;
        height: 770px;
        margin-top: 0%;
        padding-top: 5%;
      }
    
      #footer
      {
        align-items: center;
        margin-right: 60%;
        margin-left: -15%;
        
      }
    
      .hr
      {
        width: 100%;
        border:2px solid #E9C400;
        
      }
    
      .footer .row{
        margin-left: 35%;
      }
    
      #copyright
      {
        width: 100%;
        margin-left: 15%;
      }

      .jumbotron .btn
      {
        margin-right: 75%;
      }
    
}