@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
html,


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
    font-size: 62.5%;
    font-size: 10px;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/* Navbar section */

.nav {
    width: 100%;
	background:#FFF;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
	/*min-width: 1250;*/
	overflow:scroll;
	overflow-y:hidden;
	white-space:nowrap;
	z-index:2;
} 


.nav div.main_list {
    height: 65px;
	
    
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
	margin: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #180F98;
    line-height: 65px;
    font-size: 2.4rem;
}

.nav div.main_list ul li a:hover {
    color: #F53A5F;
}