::-webkit-scrollbar-thumb {
    background: #623667;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #623667;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #623667;
}

.header {
    width: 100%;
    height: 50px;
    background-color: white;
    overflow: hidden;
}


/*
.header .center {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    background-color: rgb(177, 38, 38);
}

.header .center .bar {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.header .center .logo {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
*/

.header .line {
    width: 100%;
    height: 1px;
    border-top: 1px solid;
    border-top-color: #707070;
}

.header .navlinks {
    width: 75%;
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.header .navlinks img {
    width: auto;
    margin-top: 15px;
    margin-left: 1%;
}

.navlinks ul {
    float: right;
    width: 65%;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
}

.navlinks ul li a {
    margin-left: 6%;
    text-decoration: none;
    color: #000000;
    float: left;
}

@media only screen and (min-width:280px) and (max-width:365px) {
    .navlinks img {
        display: none;
    }
    .navlinks ul {
        width: 100%;
    }
    .navlinks #sub {
        display: none;
    }
}

@media only screen and (min-width:366px) and (max-width:420px) {
    .navlinks img {
        display: none;
    }
    .navlinks ul {
        width: 100%;
    }
}

@media only screen and (min-width:421px) and (max-width:519px) {
    .navlinks #sub {
        display: none;
    }
}

@media only screen and (min-width:520px) and (max-width:600px) {
    .navlinks ul {
        width: 75%;
    }
}