html {
  scroll-behavior: smooth;
}
.temptext {
    /*min-height: 75vh;*/
}
.tempcontain h2 {
    margin-top: 100px;
    margin-bottom: 160px;
    font-size: 46px;
    color: #27a2e4;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.logosection img {
    max-width: 150px;
    margin-top: 60px;
}
.contact-secdiv {
    padding-bottom: 40px;
    margin-top: 180px;
}
.conheading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #383d41;
    text-align: center;
    display: none;
}
.comname {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #fe0202;
    margin-bottom: 12px;
}
.commontext {
    font-size: 22px;
    color: #292929;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 34px;
    text-align: center;
}
.contacheading {
    text-align: center;
    margin-bottom: 70px;
    font-weight: bold;
    font-size: 36px;
    color: #ff0400;
    text-transform: uppercase;
}
footer .lefttextdiv {
    margin-bottom: 0px;
    color: black;
    text-align: left;
}
footer .righttextdiv {
    margin-bottom: 0px;
    text-align: right;
    color: black;
}
footer .righttextdiv a {
    text-decoration: none;
    color: black;
}
footer .righttextdiv a:hover {
    text-decoration: none;
}
footer {
    border-top: 1px solid #c5c4c4;
    padding: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .tempcontain h2 {
        margin-top: 40px;
        margin-bottom: 50px;
        font-size: 36px;
    }
    .contacheading {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .conheading {
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .contact-secdiv {
        padding-bottom: 40px;
        margin-top: 90px;
    }
}