html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

/* was: body{margin-bottom:60px} - overridden to 0 by an inline <style> in the
   original page, so it never took effect. Dropped to keep rendering identical. */
/*.row {
    --bs-gutter-x: 0rem !important;
}*/

.head_text {
    position: absolute;
    /* top: 20%;*/
    font-size: 76px;
    /* font-size: 2.5vw;*/
    font-weight: bold;
   
   /* background-color: yellow;*/
    /*-webkit-transform: translate(-20%,-20%);
    transform: translate(-20%,-20%);
    position: absolute;*/
    top: 200px;
    left: 320px;
   /* margin-top: -50px;*/
    letter-spacing: .2px;
    font-family: oswald;
    font-weight: bold;
    line-height:1.1;
}





    

    .head_text2 {
        font-family: 'DM Sans', sans-serif;
        font-size: 21px;
        font-weight: normal;
        width: 40%;
        position: absolute;
        top: 500px;
        left: 320px;
        color: #8C8C8C;
    }




    .button {
        background-color: #EBD255; /* Yellow */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-family: 'DM Sans', sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: white;
        position:relative;
    }

    a.button:hover {
        color: black;
    }

    .head_button {
        position: absolute;
        top: 600px;
        left: 320px;
    }


.footbox {
   padding-top: 60px;
    background-color:#ffffff;
  
}

.foot_text1 {
    padding-top: 30px;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    color: #000000;
}

 .foot_text2pad {
    padding-bottom:15px;
}
a.foot_text2  {
   
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration:none;
    
}

    a.foot_text2:hover {
       
        font-size: 18px;
        font-family: 'DM Sans', sans-serif;
        font-weight: normal;
        color: #000000;
        text-decoration: underline;
      
    }

 .foot_text3 {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding-left:18px;
}

.pgtitle {
    font-size: 32px;
    letter-spacing: .2px;
    font-family: oswald;
    font-weight: bold;
    line-height: 1.1;
}

.infobox {
    margin-top: 60px;
    background-color: #fafafa;
    padding-bottom: 60px;
    border-bottom: 1px solid black;
    border-bottom-width: 0.5px;
}

.info_text1 {
    padding-top: 40px;
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    color: #7a7879;
}

.info_text2 {
    padding-top: 25px;
    font-size: 60px;
    font-family: oswald;
    font-weight: bold;
    color: #cea0af;
    padding-bottom: 25px;
}

.info_text3 {
    text-align: right;
    padding-top: 95px;
}

.info_lnk {
    color: #cea0af;
    text-decoration: none;
}

    .info_lnk:hover {
        color: #cea0af;
        text-decoration: none;
    }
.pgheaddiv {
    background-color: #CFA0B0;
    height: 20vh;
}
.pghead {
    padding-top: 10px;
    font-size: 50px;
    font-family: oswald;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.pgbread {
    padding-top: 10px;
    font-size: 17px;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

    .pgbread:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.pgbcimg {
    height: 19px;
    margin-top: -5px;
}
@media (min-width: 1400px) and (max-width: 1750px) {
    .head_text {
        font-size: 60px;
        top: 170px;
        left: 320px;
    }

    .head_text2 {
        font-size: 19px;
        width: 40%;
        top: 400px;
        left: 320px;
    }

    .button {
        font-size: 18px;
        padding: 10px 20px;
        font-size: 20px;
    }

    .head_button {        
        top: 500px;
        left: 320px;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {

    .head_text {
        font-size: 50px;
        top: 140px;
        left: 320px;
    }

    .head_text2 {
        font-size: 19px;
        width: 40%;
        top: 350px;
        left: 320px;
    }

    .button {
        font-size: 15px;
        padding: 7px 17px;
        font-size: 18px;
    }

    .head_button {
        top: 420px;
        left: 320px;
    }
    .info_text1 {
        font-size: 20px;
    }

    .info_text2 {
        font-size: 37px;
    }

    .info_text3 {
        margin-top: -25px;
    }

    .infoimg {
        width: 80px !important;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .head_text {
        font-size:35px;
        top: 110px;
        left: 320px;
    }

    .head_text2 {
        font-size: 15px;
        width: 60%;
        top: 250px;
        left: 320px;
    }

    .button {
        font-size: 12px;
        padding: 7px 17px;
        font-size: 18px;
    }

    .head_button {
        top: 320px;
        left: 320px;
    }
    .info_text1 {
        font-size: 20px;
    }

    .info_text2 {
        font-size: 35px;
    }

    .info_text3 {
        margin-top: -25px;
    }

    .infoimg {
        width: 80px !important;
    }
    .pghead {
        font-size: 40px;
    }
    .pgbread {
        font-size: 16px;
    }

    .pgbcimg {
        height: 17px;
        margin-top: -3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .head_text {
        font-size: 30px;
        top: 90px;
        left: 180px;
    }

    .head_text2 {
        font-size: 13px;
        width: 60%;
        top: 200px;
        left: 180px;
    }

    .button {
        font-size: 10px;
        padding: 7px 17px;
        font-size: 16px;
    }

    .head_button {
        top: 250px;
        left: 180px;
    }
    .info_text1 {
        font-size: 19px;
    }

    .info_text2 {
        font-size: 30px;
    }

    .info_text3 {
        margin-top: -25px;
    }

    .infoimg {
        width: 70px !important;
    }
    .pghead {
        font-size: 35px;
        padding-top: 0px;
    }
    .pgbread {
        font-size: 15px;
    }

    .pgbcimg {
        height: 16px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {

    .head_text {
        font-size: 20px;
        top: 80px;
        left: 140px;
    }

    .head_text2 {
        font-size: 11px;
        width: 60%;
        top: 150px;
        left: 140px;
    }

    .button {
        padding: 9px 12px;
        font-size: 15px;
    }

    .head_button {
        top: 200px;
        left: 140px;
    }

    .footlink {
        padding-top: 30px;
    }
    .info_text1 {
        padding-top: 20px;
        font-size: 19px;
    }



    .info_text2 {
        padding-top: 25px;
        font-size: 30px;
    }

    .info_text3 {
        text-align: left;
        padding-top: 5px;
    }

    .infoimg {
        width: 50px !important;
    }
    .pgheaddiv {
        height: 15vh;
    }
    .pghead {
        font-size: 35px;
        padding-top: 0px;
    }
    .pgbread {
        font-size: 14px;
    }

    .pgbcimg {
        height: 15px;
    }
}

@media (max-width:575px) {
    .head_text {
        font-size: 15px;
        top: 60px;
        left: 100px;
    }

    .head_text2 {
        font-size: 11px;
        width: 70%;
        top: 100px;
        left: 100px;
    }

    .button {
        padding: 9px 9px;
        font-size: 14px;
    }

    .head_button {
        top: 140px;
        left: 100px;
    }

    .footlink {
        padding-top:30px;
    }
    .info_text1 {
        padding-top: 20px;
        font-size: 15px;
    }

    .info_text2 {
        padding-top: 25px;
        font-size: 20px;
    }

    .info_text3 {
        text-align: left;
        padding-top: 5px;
    }

    .infoimg {
        width: 50px !important;
    }
    .pgheaddiv {
        height: 15vh;
    }
    .pghead {
        font-size: 30px;
        padding-top: 0px;
    }
    .pgbread {
        font-size: 13px;
    }

    .pgbcimg {
        height: 15px;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .pgtitle {
        font-size: 22px;
    }
}