 /*
Template Name: Artast | Creative Portfolio for Artists and Designers Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Custom Classes
-- About
-- Contact
-- Mobile Media
*/
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Gabarito:wght@400;500;600;700&display=swap');

:root {
	--green: #096A61;
	--light-green: #365951;
	--dark-green: #192c27;
	--warning: #FDD746;
	--dark-light: #E6F0EE;
	--light: #F2F7F6;
	--light-light: #FBFCFC;
	--white: #ffffff;
}

/* Body */
body {
	font-family: 'Didact Gothic', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gabarito', sans-serif;
	color: #251F52;
	letter-spacing: 0.04em;
}
a {
	text-decoration: none;
}
.background-img {
/*	background-image: url(../img/theme/bg.jpeg); */
	background-image: url(../img/theme/bg-02.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-lg {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}



#main-image-01 {
	display: none;
}

#main-block-details-02 {
	display: none;
}



.osahan-nav  a.nav-link {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

/* Custom Classes */
.btn-lg {
	padding: 16px 32px;
	font-size: 16px;
}
.bg-success {
	background-color: var(--green) !important;
}
.bg-warning {
	background-color: var(--warning) !important;
}
.text-success {
	color: var(--green) !important;
}
.light-text-success {
	color: var(--light-green);
}
.fs-96 {
	font-size: 96px;
	line-height: 85px;
}
.mb-n10 {
	margin-bottom: -10rem;
}
.mt-n4 {
	margin-top: -4rem;
}

/* Homepage */

/* About */
.profile-img {
	width: 90px;
}

/* Contact */
.icon {
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Mobile Media  */
@media (max-width:992px) {
	.m-none {
		display: none;
	}

	.mobile-sub-title {
		width: 100%;
	}
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1151px;
}

}




@media (max-width:992px) {
	#main-top-block {
		padding-top: 15px !important;
	}


	.background-img {
/*
		background-image: none;
		background-color: #ebddca;
*/
		background-image: url(../img/theme/bg-02.jpg);
		background-position-x: -895px;
	}

	#main-title-page {
		font-size: 68px;
		line-height: 60px;
		color: #fff;
	}

	#main-subtitle-page {
		font-size: 20px !important;
		color: #fff;
	}

	#main-image-01 {
		display: block;
	}
/*
	#main-image-02 {
		display: none;
	}
*/
	#main-block-title-page {
		margin-top: 0px;
	}

	#main-block-details-01 {
		display: none !important;
	}

	#main-block-details-02 {
		display: none;
	}

	#main-title-subtitle-page {
		margin-bottom: 0px !important;
		margin-top: 60px !important;
	}

	#footer-menu {
		display: none !important;
	}

	#footer-mobile-menu {
		display: block !important;
	}
}


