/* CSS Document */
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif;
	background-color: #262626;
	font-size: 22px;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
header {
	height: 100px;
	background: #262626;
	width: 100%;
	z-index: 10;
	position: fixed;
}
.logo {
	float: left;
	line-height: 100px;
}
.logo a {
	text-decoration: none;
	font-size: 30px;
	font-family: poppins;
	color: #ebebeb;
	letter-spacing: 5px;
}
nav {
	float: right;
	line-height: 100px;
}
nav a {
	text-decoration: none;
	font-family: poppins;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 0 10px;
	color: #ebebeb;
}
nav a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-image-slice: 1;
    border-image-source: linear-gradient(to right, #ebebeb, #545454);
}
.banner-area {
	text-align: center;
	width: 100%;
	height: 600px;
	position: fixed;
	top: 100px;
	background-image: url(../images/mountains_cut_2.jpg);
	background-size: cover;
	background-position: center center;
}
.banner-area h2 {
	padding-top: 1.7%;
	font-size: 55px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #262626;
	font-family: 'Open Sans', sans-serif;
    /*font-family: 'Lora', serif;*/
}
.content-area {
	width: 100%;
	position: relative;
	top: 700px;
	background: #ebebeb;
	height: 5000px;
}
.contenth2 {
	font-family: poppins;
	letter-spacing: 4px;
	padding-top: 30px;
	font-size: 40px;
	margin: 0;
}
.contentp {
	padding: 2% 0px;
	font-family: poppins;
	line-height: 30px;
}
.content-area a {
	text-decoration: none;
	color: #262626;
	letter-spacing: 1px;
}
.content-area a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1.5px;
	border-image-slice: 1;
    border-image-source: linear-gradient(to right, #262626, #d4d4d4);
	/*font-weight: bold;*/
}
.contentul {
	padding-left: 25;
}
.placeleft {
	background-color: #ebebeb;
	color: #262626;
	padding: 23 23 23 23;
	vertical-align: middle;
	text-align: justify;
	line-height: 35px;
	font-size: 22px;
	border: 1.5px;
	border-right-style: solid;
	border-image-slice: 1;
    border-image-source: linear-gradient(to top, #ebebeb, #262626);
}
.placeleft:hover {
	background-color: #262626;
	color: #ebebeb;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.placeleft img {
	vertical-align: middle;
	padding: 10 23 0 0;
}
.placeleft h1 {
	font-family: poppins;
	letter-spacing: 4px;
	font-size: 40px;
	margin: 0;
	text-align: right;
}
.placeright {
	background-color: #ebebeb;
	color: #262626;
	padding: 23 23 23 23;
	vertical-align: middle;
	text-align: justify;
	line-height: 35px;
	font-size: 22px;
	border: 1.5px;
	border-left-style: solid;
	border-image-slice: 1;
    border-image-source: linear-gradient(to top, #ebebeb, #262626);
}
.placeright:hover {
	background-color: #262626;
	color: #ebebeb;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.placeright img {
	float: right;
	vertical-align: middle;
	padding: 10 0 0 23;
}
.placeright h1 {
	font-family: poppins;
	letter-spacing: 4px;
	font-size: 40px;
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
ul {
	list-style-type: decimal;
}
.footer {
	background: #ebebeb;
	z-index: 10;
	color: #262626;
	width: 100%;
	height: 120px;
	position: absolute;
	font-size: 20px;
	top: 5650px;
}
.footer:hover {
	color: #ebebeb;
	background-color: #262626;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.footer:hover a {
	color: #ebebeb;
}
.footer a {
	text-decoration: none;
	letter-spacing: 1px;
	color: #262626;
}
.footer a:hover {
	color: #ebebeb;
	border-bottom-style: solid;
	border-bottom-width: 1.3px;
	border-image-slice: 1;
    border-image-source: linear-gradient(to right, #d4d4d4, #545454);
}
.footer img {
	vertical-align: middle;
	padding: 20 15 0 15;
}
.footer p {
	padding: 20 0 0 0;
	text-align: center;
}
.footerimgleft {
	float: left;
	border-radius: 100%;
}
.footerimgright {
	float: right;
}
.creds {
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	padding-top: 5px;
}
