@charset "utf-8";
html {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 375px;
    width: 100%;
}

div.wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

@media(max-width: 1919.98px) {
    div#cricket_logo {
        position: relative;
        top: 3vw;
        left: 4vw;
        /* height: 50vw;*/
        width: 23vw;
        z-index: 10;
        /* background-color: bisque; */
    }
}
@media(min-width: 1920px) {
    div#cricket_logo {
        position: relative;
        top: 60px;
        left: 150px;
        /* height: 50vw;*/
        width: 400px;
        z-index: 10;
        /* background-color: bisque; */
    }
}


/***** based on main.css *****/


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

div.div_amber {
    background-color: rgba(163, 28, 37, 0.4);
}


div.pages {
    background: linear-gradient(0deg, #396081, #f5f7f7);
    color: white;
}

@media (max-width: 1919.98px) {
    div#street {
        position: absolute;
        top: 30vw;
        left: 0;
        /* left: -6vw; */
        /* height: 100vw; */
        width: 100%;
        z-index: 0;
    }
}
@media (min-width: 1920px) {
    div#street {
        position: absolute;
        top: 400px;
        left: 0;
        /* left: -6vw; */
        /* height: 100vw; */
        width: 100%;
        z-index: 0;
    }
}


hr.page_title_hr {
    height: 5px;
    background-color: white;
    width: 80%;
    /* width: 100%; */
    border: none;
    margin-left: 0;
}

span.profile_title {
    color: #000000;
    font-size: 1.2rem;
}

span.profile_name {
    color: #ffffff;
    font-size: 1.5rem;
}

span.profile_name_en {
    color: #A31C25;
    font-size: 1.3rem;
}

div.history {
    font-size: 0.8rem;
}

ul.navbar-nav {
    font-size: 1.5rem;
    color: #A31C25;
}
