@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
	background-color:rgb(238, 235, 235) ;
}

nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: -20px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 10px;
	height: 100px;
	background: rgba(56, 55, 55, .95);
}
nav .logo img {
	position: absolute;
	top: 40px;
	left: 30px;
	float: left;
  	width: 130px;
	height: auto;
  	display: flex;
	align-items: center;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: 60%;
	height: 90%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
}
nav .links a {
	display: block;
	padding: .2em;
  	font-size: 2.3vh;
  	font-weight: 300;
  	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
nav .links a.active, a:hover{
	font-size: 2.4vh;
	color: black;
	background-color: rgb(46, 204, 7);
  	border-radius: 4px;
	opacity: 1;
}

#nav-toggle {
position: relative;
top: -100px;
}
nav .icon-burger {
display: none;
position: absolute;
right: 5%;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
nav .icon-burger .line {
width: 30px;
height: 5px;
background-color: #fff;
margin: 5px;
border-radius: 3px;
transition: all .3s ease-in-out;
}
.cd-top--is-visible {
visibility: visible;
opacity: 1;
}

.cd-top--fade-out {
opacity: .5;
}


.under-bar{
margin: auto;
margin-top: 20px;
margin-bottom: 25px;
content: "";
display: flex;
text-align: center;
justify-content: center;
width: 100px;
height: 1px;
background: #999;
}
#topBtn{
position: fixed;
bottom: 40px;
right: 40px;
font-size: 25px;
width: 50px;
height: 50px;
background: rgb(46, 204, 7);
color: #f2f2f2;
border: none;
border-radius: 50%;
cursor: pointer;
display: none;
}

.lower-menu{
margin: auto;
width: 100%;
height: 110px;
display: flex;
padding-top: 75px;
justify-content: center;
text-align: center;
}
.lower-menu a{
color: black;
text-decoration: none;
font-size: 1em;
background-color: rgba(1, 1, 1, 0);
}
.lower-menu a:hover{
color: rgb(46, 204, 7);
font-size: 1em;
}

.bt-menu-items a.active{
color: rgb(46, 204, 7);
background-color: rgba(1, 1, 1, 0);
}
.copyrt{
display: flex;
margin: 10px;
justify-content: center;
text-align: center;
padding-bottom: 15px;
}
.copyrt a{
font-size: medium;
color: rgb(46, 204, 7);
text-decoration: none;
background-color: rgba(1, 1, 1, 0);
}
.copyrt a:hover{
color: rgb(0, 0, 0);
font-size: 1em;
}


@media (max-width: 640px) {

::-webkit-scrollbar{
display: none;
}
.main-fix{
overflow-x: hidden;
}
.main-fix .contact{
padding: 10px;
}
nav .logo img {
margin: auto;
position: relative;
float: none;
top: 20px;
left: 0px;
width: 130px;
justify-content: center;
}
nav .links {
float: none;
position: fixed;
z-index: 9;
left: 0;
right: 0;
top: 105px;
bottom: 100%;
width: 35%;
height: auto;
border-radius: 0 10px 0 0;
flex-direction: column;
justify-content: space-evenly;
background-color: rgb(56, 55, 55, .95);
overflow: hidden;
box-sizing: border-box;
transition: all .5s ease-in-out;
}

nav .links a {
font-size: 20px;
}
nav :checked ~ .links {
bottom: 0;
}
nav .icon-burger {
display: block;
}
nav :checked ~ .icon-burger .line:nth-child(1) {
transform: translateY(10px) rotate(225deg);
}
nav :checked ~ .icon-burger .line:nth-child(3) {
transform: translateY(-10px) rotate(-225deg);
}
nav :checked ~ .icon-burger .line:nth-child(2) {
opacity: 0;
}

.main-fix .home-main{
margin: auto;
display: flex;
}

.main-fix .home-main .home-banner h1{
font-size: 3vh;
width: 90%;
}
.main-fix .home-main .home-banner h2{
font-size: 7vh;
width: 90%;
}
.main-fix .home-main .home-banner h4{
margin-top: 40px;
font-size: 2.3vh;
width: 90%;
}
.main-fix .about-hm .title{
font-size: 4vh;
}


.main-fix .nw-headings h1{
top: 23vh;
font-size: 5vw;
width: 80%;
}
.main-fix .nw-headings h2{
top: 23vh;
font-size: 4em;
width: 80%;
}

.main-fix .nw-headings h1::before{
display: none;
}
.main-fix .nw-headings h1::after{
display: none;
}
.main-fix .hm-middle .title{
font-size: 5vh;
}

.main-fix .advertisements{
position: relative;
overflow: hidden;
}

.main-fix .ab-page .title{
font-size: 3vw;
}
.main-fix .ab-page .title p{
font-size: 1.2em;
width: 90%;
}
.main-fix .title .gov{
font-size: 1.3em;
width: 90%;
}
.main-fix .help-link .title h1{
font-size: 6.5vw;
}
.main-fix .help-link .title p{
font-size: 2em;
width: 90%;
}
.main-fix .faq-link .title h1{
font-size: 6.5vw;
}
.main-fix .faq-link .title p{
font-size: 2em;
width: 90%;
}
.main-fix .pres-info{
display: flex;
flex-direction: column;
width: 95%;
}
.main-fix .profile-info{
width: 90%;
padding-top: 20px;
}

.menu-edit{
width: 90%;
}

.main-fix .big-pic h1{
font-size: 2em;
}
.main-fix .big-pic p{
font-size: 1em;
width: 90%;
}
.main-fix .president h1{
font-size: 2em;
}
.main-fix .president p{
font-size: 1em;
width: 90%;
}
}

@media (max-width: 960px){
.main-fix .nw-headings h1::before{
display: none;
	}
.main-fix .nw-headings h1::after{
display: none;
	}
}



@media (max-width: 960px){
.main-fix .home-banner h2{
width: 90%;
font-size: 5em;
}

}



/* 1080 SCREEN SIZE */

@media (max-width: 1080px){
.main-fix .home-banner h2{
width: 90%;
font-size: 5em;
}
.main-fix .home-banner h4{
width: 80%;
top: 25vh;
}
.main-fix .home-banner .hm-link{
width: 90%;
}
.main-fix .title{
font-size: 2vw;
}

.main-fix .nw-headings h1::before{
width: 55px;
}
.main-fix .nw-headings h1::after{
width: 55px;
}

.main-fix .nw-headings h1{
top: 23vh;
font-size: 4vw;
width: 80%;
}
.main-fix .nw-headings h2{
top: 23vh;
font-size: 4em;
width: 80%;
}
.main-fix .advertisements .slider{
width: 500px;
height: 300px;
}
.main-fix .advertisements .slide img{
width: 500px;
height: 300px;
border-radius: 10px;
}
.main-fix .advertisements .navigation-manual{
position: absolute;
width: 500px;
display: flex;
justify-content: center;
margin-top: -370px;
}
.main-fix .advertisements .navigation-auto{
position: absolute;
width: 500px;
display: flex;
justify-content: center;
margin-top: 270px;
}

.main-fix .pres-info{
margin-top: 30px;
display: flex;
flex-direction: column;
width: 95%;
}
.main-fix .pres-info p{
width: 100%;
}
.main-fix .profile-pic img{
width: 30%;
}
.main-fix .profile-info{
margin: auto;
padding-top: 20px;
width: 95%;
}
}

/* 1440 SCREEN SIZE */

@media (max-width: 1440px){

.main-fix .nw-headings h1::before{
width: 60px;
	}
.main-fix .nw-headings h1::after{
width: 60px;
	}

.main-fix .home-banner h2{
font-size: 5em;
width: 60%;
	}
.main-fix .home-banner h4{
width: 70%;
top: 20%;
	}
.main-fix .home-banner .hm-link{
width: 90%;
top: 13vh;
	}



.main-fix .profile-info{
margin: auto;
display: flex;
width: 100%;
padding-top: 20px;
}
}




