
@media (max-width: 1390px){
	.about img, .about svg{
		height: 250px;
		left: -50px;
	}
}


@media (max-width: 992px){
	section.info .card img {
		width: 100%;
	}
	.g-6, .gy-6 {
		--bs-gutter-y: 0.5rem;
	}
	.g-6, .gx-6 {
		--bs-gutter-x: 1.5rem;
	}
	.fs-18, .fs-18>* {
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
	.morzine-2 > .container > .row >div:nth-child(1) {
		padding-right: calc(var(--bs-gutter-x) * .5)!important;
	}
	.sidebar.text-right {
		text-align: center;
		margin-bottom: 50px;
	}
	.sidebar img {
		width: 49%;
		height: auto;
		object-fit: cover;
		padding: 5px;
		margin-bottom: 0px;
	}
	
	.padding_bottom {
        margin-bottom: 0;
    }
}
@media (max-width: 767px){
	.top-standard h1 {
		border-bottom: 1px solid #B3B3B3;
		padding-bottom: 2rem;
		margin-bottom: 4.5rem;
		margin-top: 2.5rem;
	}
	/************* header *************/
	.navbar-dark .navbar-toggler {
		padding: 0px;
		border: 0px !important;
		color: #fff;
		opacity: 1;
		box-shadow: none !important;
		margin-left: auto;
		margin-right:.5rem!important;

	}
	header .navbar>.container {
		position: relative;
	}
	header .navbar-dark .me-3 {
		margin-right: .5rem!important;
	}
	header nav.mt-md-0.ms-md-5 {
		position: absolute;
		right: 4.2rem;
		top: 0.4rem;
	}
	li.nav-item:first-child {
		margin-top: 1rem;
	}
	li.nav-item:not(:last-child) {
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid #fff;
	}
	/************* header *************/
	
	/************* global *************/
	.pb-7 {
		padding-bottom: 35px!important;
	}
	.pt-6 {
		padding-top: 0px!important;
	}
	.pb-6 {
		padding-bottom: 0px!important;
	}
	
	.g-6, .gy-6 {
		--bs-gutter-y: 0.5rem;
	}
	.g-6, .gx-6 {
		--bs-gutter-x: 1.5rem;
	}
	.mb-6 {
		margin-bottom: 30px!important;
	}
	/************* global *************/
	/************* home *************/
	.py-6 .mb-6 {
		margin-bottom: 20px!important;
	}
	.pb-10 {
		padding-bottom: 40px!important;
	}
	a.btn.btn-outline-dark.float-right {
		float: left !important;
		margin-top: 20px;
	}
	.morzine-2 > .container > .row >div:nth-child(1) {
		padding-bottom: 40px;
	}
	.morzine h2 {
		margin-bottom: 20px;
	}
	.row-cols-1>*:last-child .card.shadow-sm.rounded.overflow-hidden.mb-6 {
		margin-bottom: 15px !important;
	}
	/************* home *************/

	/************* standard page v2 *************/
	.sidebar.text-right {
		text-align: center;
		padding-top: 20px;
		display: flow-root;
	}
	/*************  standard page v2 *************/

	.sidebar img {
		margin-bottom: 4rem;
		width: 100%;
		height: auto;
		object-fit: cover;
		padding: 0px;
	}
}


@media (max-width: 480px){
	footer .ms-md-4 {
		margin-left: 0px !important;
		text-align:center;
	}
	/************* global *************/
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
	/************* global *************/
	/************* footer *************/
	footer a.navbar-brand.d-flex.align-items-center.logo {
		margin: 0px 0 15px 0 !important;
	}
	footer .me-5 {
		margin-right: 1rem!important;
	}
	footer .navbar>.container{
		justify-content: center;
		flex-direction: column;
	}
	/************* footer *************/
}
@media (max-width: 380px){
	.btn {
		min-width: 100%;
		justify-content: center;
	}
}