html {
}

body {
	font-family: 'Outfit', sans-serif !important;
	background-color: black;
    background-repeat: no-repeat;
	color: white;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

video {
	max-width: 100%;
}

hr {
	border: 1px solid #686868;
}

.navbar {
	padding: 28px 0;
	backdrop-filter: blur(32px);
  	background: rgba(0, 0, 0, 0.6) !important;
}

.navbar .navbar-brand {
	padding: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	padding: 0 !important;
	margin-right: 20px;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link.active {
	font-weight: bold;
}

.navbar .navbar-nav .nav-item .nav-link.last {
	margin-right: 0;
}

.mycontainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.upper-section {
	margin-top: 200px;
}

.upper-section .date {
	margin-bottom: 40px;
	color: wheat;
	font-size: 20px;
	font-weight: 400;
}

.upper-section h1 {
	margin-bottom: 30px;
	color: white;
	font-size: 68px;
	font-family: 'Darker Grotesque', sans-serif;
	line-height: 56px;
}

.upper-section .intro {
	margin-bottom: 60px;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
  	color: #bababa;
}

.thumbnail {
	margin: 0 auto 65px auto;
	max-width: 1000px;
	height: 400px;
	background-image: url('../img/thumbnail.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post-content {
	margin-bottom: 200px;
}

.post-content p {
	font-size: 20px;
	color: #fff;
	line-height: 31px;
}

.post-content .photo {
	margin: 30px auto 40px auto;
	max-width: 100%;
	height: 500px;
	background-image: url('../img/placeholder.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post-content .photo.photo1 {
	background-image: url('../img/photo1.jpg');
}

.post-content .photo.photo11 {
	background-image: url('../img/photo1.1.jpg');
}

.post-content .photo.photo2 {
	background-image: url('../img/photo2.png');
}

.post-content .photo.photo3 {
	background-image: url('../img/photo3.png');
}

.post-content .photo.photo4 {
	background-image: url('../img/photo4.jpg');
}

.post-content .photo.photo5 {
	background-image: url('../img/photo5.jpg');
}

.post-content .photo.photo-last {
	background-image: url('../img/photo-last.jpg');
}

.post-content .photo.photo-pegasus {
	background-image: url('../img/photo-pegasus.jpg');
}

.post-content .photo.gallery.first {
  	margin: 30px auto 10px auto;
}

.post-content .photo.gallery {
  	margin: 10px auto 10px auto;
}

.post-content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 53px;
  line-height: 45px;
  color: wheat;
}

.post-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #faeeda;
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 42px;
  line-height: 38px;
}

.post-content h4 {
  margin-top: 35px;
  margin-bottom: 17px;
  color: #fffbf5;
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 33px;
  line-height: 33px;
}

.footer {
	padding-top: 120px;
	margin-bottom: 0;
	background-color: #111111;
	color: white;
}

.footer .myrow {
	margin-bottom: 130px;
}

.footer .mycol h2 {
	margin-bottom: 22px;
	font-size: 47px;
	font-family: 'Darker Grotesque', sans-serif;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.footer .mycol ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .mycol ul li {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.footer .mycol ul li a {
	color: #ABABAB;
	text-decoration: none;
	transition: 0.2s;
}

.footer .mycol ul li a:hover {
	color: white;
	transition: 0.2s;
}

.footer .mycol1 {
	padding-top: 28px;
	border-right: 1px solid #2B2B2B;
}

.footer .mycol1 .logo-footer {
	margin-bottom: 33px;
}

.footer .mycol1 p {
	max-width: 339px;
	font-size: 19px;
	line-height: 30px;
}

.footer .mycol2 {
	margin-top: 10px;
	padding-left: 68px;
	border-right: 1px solid #2B2B2B;
}

.footer .mycol2 .active {
	color: white;
	font-weight: bold;
}

.footer .mycol3 .active {
	color: white;
	font-weight: bold;
}

.footer .mycol3 {
	margin-top: 10px;
	padding-left: 68px;
}

.footer .copyright {
	margin-bottom: 0;
	padding-top: 23px;
	padding-bottom: 43px;
	font-size: 18px;
}



/*---------------------------------------------------------------

Responsive MIN

-----------------------------------------------------------------*/

@media screen and (min-width: 2150px) {



}

@media screen and (min-width: 1860px) and (max-width: 2150px) {



}


@media screen and (min-width: 1860px) {


}

@media screen and (min-width: 1400px) {


}

@media screen and (min-width: 1200px) and (max-width: 1400px) {



}

@media screen and (min-width: 1200px) {



}

@media screen and (min-width: 991px) and (max-width: 1200px) {


}

@media screen and (min-width: 991px) {



}


/*---------------------------------------------------------------

Responsive MAX

-----------------------------------------------------------------*/

@media screen and (max-width: 1860px) {


}  

@media screen and (max-width: 1600px) {


}    

@media screen and (max-width: 1400px) {


	.footer {
		padding-top: 90px;
	}

	.footer .myrow {
		margin-bottom: 90px;
	}

	.footer .mycol h2 {
		font-size: 43px;
	}

	.footer .mycol1 p {
		font-size: 17px;
  		line-height: 26px;
	}

	.footer .copyright {
		margin-bottom: 0;
		padding-top: 16px;
		padding-bottom: 35px;
		font-size: 16px;
	}

}    

@media screen and (max-width: 1200px) {

	.navbar .navbar-nav {
		margin-top: 50px;
		text-align: center;
	}

	.navbar .navbar-nav .nav-item {
		margin-bottom: 10px;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		margin-bottom: 2px;
		font-size: 18px;
	}

	.navbar .navbar-nav .nav-item .nav-link.last {
		margin-right: 20px;
	}

}    

@media screen and (max-width: 991px) {

	.mycontainer {
		max-width: 640px;
	}

	.upper-section {
		margin-top: 120px;
	}

	.upper-section .date {
		font-size: 19px;
	}

	.upper-section h1 {
		font-size: 61px;
		line-height: 54px;
	}

	.upper-section .intro {
		font-size: 21px;
	}

	.post-content {
		margin-bottom: 120px;
	}

	.post-content p {
		font-size: 19px;
	}

	.post-content h2 {
		font-size: 48px;
  		line-height: 43px;
	}

	.post-content h3 {
		margin-top: 30px;
		font-size: 40px;
	}

	.footer {
		padding-top: 60px;
		text-align: center;
	}

	.footer .myrow {
		margin-bottom: 60px;
	}

	.footer .copyright {
		padding-top: 17px;
		padding-bottom: 31px;
		font-size: 17px;
	}

	.footer .mycol h2 {
		margin-bottom: 11px;
	}

	.footer .mycol1 {
		margin: 0 0 40px 0;
		border: none;
	}

	.footer .mycol1 p {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}

	.footer .mycol2 {
		margin: 0 0 30px 0;
		padding: 0;
		border: none;
	}

	.footer .mycol3 {
		margin: 0;
		padding: 0;
	}

}

@media screen and (max-width: 767px) {

	.mycontainer {
		max-width: 485px;
	}

	.upper-section {
		margin-top: 60px;
	}

	.upper-section .date {
    	font-size: 18px;
  	}

	.upper-section .intro {
		font-size: 20px;
		line-height: 31px;
	}

	.post-content .photo {
		height: 300px;
	}

}

@media screen and (max-width: 576px) { 

	.navbar .navbar-nav {
		margin-top: 55px;
	}

	.navbar .navbar-brand img {
		margin-left: 10px;
		max-height: 38px;
	}

	.mycontainer {
    	max-width: 80%;
  	}

	.upper-section {
    	margin-top: 55px;
  	}

	.upper-section .date {
    	font-size: 17px;
    	margin-bottom: 25px;
  	}

	.upper-section h1 {
    	font-size: 47px;
    	line-height: 44px;
    	margin-bottom: 24px;
  	}

	.upper-section .intro {
    	font-size: 19px;
    	line-height: 30px;
    	margin-bottom: 35px;
  	}

	.upper-section .thumbnail {
		margin-bottom: 35px;
  		height: 270px;
	}

	.thumbnail {
		margin: 0 auto 35px auto;
	}

	.post-content p {
    	font-size: 18px;
  	}

	.post-content .photo {
		height: 230px;
  		margin: 30px auto 30px auto;
	}

	.post-content .photo.gallery.first {
  		margin: 30px auto 10px auto;
	}

	.post-content .photo.gallery {
  		margin: 10px auto 10px auto;
	}

	.post-content h2 {
		margin-top: 40px;
		font-size: 42px;
		line-height: 39px;
  	}

	.post-content h3 {
		margin-top: 30px;
		font-size: 33px;
		line-height: 34px;
  	}

	.post-content h4 {
		margin-top: 30px;
		font-size: 29px;
  		line-height: 31px;
	}

	.footer {
		padding: 50px 20px 0 20px;
	}

	.footer .myrow {
		margin-bottom: 50px;
	}

	.footer .mycol1 .logo-footer {
		max-height: 45px;
	}

	.footer .mycol1 p {
		font-size: 16px;
		line-height: 25px;
	}

	.footer .mycol h2 {
		font-size: 33px;
	}

	.footer .copyright {
		padding-top: 12px;
    	padding-bottom: 28px;
		font-size: 15px;
	}

	.mymodal img {
		display: block;
		margin: 0 auto 40px auto;
		text-align: center;
	}

	.mymodal .modal-body {
		padding: 0 40px 40px 40px;
	}

	.mymodal .modal-body h2 {
		font-size: 30px;
	}

	.mymodal .modal-body p {
		font-size: 19px;
		line-height: 28px;
	}

}

/*-------------------
# Back on Top Button
--------------------*/
.buttontop-top {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 10px;
	padding-top: 6px;
	height: 60px;
	width: 60px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	z-index: 2;
	color: #262626;
	background: #ececec;
	font-size: 34px;
	text-align: center;
	border-radius: 50%;
	transition: 0.2s;
}

.buttontop-top.buttontop-is-visible,
.buttontop-top.buttontop-fade-out,
.no-touch .buttontop-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}

.buttontop-top.buttontop-is-visible {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}

.buttontop-top.buttontop-fade-out {
	opacity: .5;
}

.buttontop-top:hover {
	opacity: 1;
	color: #262626  !important;
	text-decoration: none  !important;
	transition: 0.2s;
}