@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*-------------------------------------------------------------------------------------------*/
/* BASIC     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* General Style   ||-------------------*/
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    background-color: #e8e7e7;
    padding: 0;
    margin: 0;
}

p {
	font-size: 16px;
	line-height: 1.3;
}

/* Typography Style   ||-----------------------------------*/

/*heading*/
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

@media (max-width: 844px) {
	h1 {
	    font-size: 32px;
	}

	h2 {
	    font-size: 24px;
	}

	h3 {
	    font-size: 18px;
	}

	h4 {
	    font-size: 18px;
	}
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.mtb-150 {
	margin-top: 150px;
	marging-bottom: 150px;
}

/*-------------------------------------------------------------------------------------------*/
/* Per SECTION     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Navbar   ||-----------------------------------*/

.navbar {
	padding-right: 40px;
	font-weight: 400;
	font-size: 20px;
}

.navbar ul li {
	margin-right: 20px;
}

/* home   ||-----------------------------------*/
.home-screen {
	height: 100vh;
}

@media (max-width: 844px) {
	.home-screen {
		height: initial;
	}
}

/* About   ||-----------------------------------*/

.about h1 {
	font-weight: 400 !important;
}

.about p {
	line-height: 1.8;
}

@media (max-width: 844px) {
	.about-mobile {
		margin-top: 20px;
	}
}

/* Menu   ||-----------------------------------*/
.btn {
	padding: 10px 40px 10px 40px;
}

/* Footer   ||-----------------------------------*/

footer h5 {
	font-weight: 400 !important;
}

footer a {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

footer a:hover {
	color: #a9a9a9;
}