@charset "utf-8";

@media screen and (max-width: 414px) {
    html{
        overflow-x: hidden;
        scroll-behavior: smooth !important;
    }
}

button {
    border: none;
    outline: none;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.header {
    height: auto;
    padding: 10px 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    font-family: Lato;
    font-weight: 100;
    font-size: 20px;
    line-height: 0.1;
    border-bottom: solid;
}

.header h1 {
    font-size: 2rem;
    color: #444;
    top: 50%;
    left: 50%;
    transform: translate(10%, -100%);
    width: 225px;
    cursor: pointer;
}

/* Styling Footer */

footer {
    height: 275px !important;
}

#footerSitemap #footerInfo {
    display: inline-block;
    padding: 60px 0px 0px 7%;
    vertical-align: top;
    font-family: arial;
    font-size: 16px;
    line-height: 25px;
}

#footerSitemap a {
    color: white;
    text-decoration: none;
}

#footerContactDetails {
    padding: 50px 7% 0px 0px;
    vertical-align: top;
    font-family: arial;
    font-size: 16px;
    line-height: 25px;
    float: right;
}