@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700|Open+Sans:600,700&display=swap&subset=latin-ext');

/** Basic **/

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
}

h1 {
	font-size: 40px;
	font-family: 'Lora', serif;
	font-style: italic;
	margin: 60px 0px;
}

h2 {
	font-size: 36px;
	font-family: 'Lora', serif;
	font-style: italic;
	margin: 30px 0px;
}

p {
	line-height: 25px;
}

.lora {
	font-family: 'Lora', serif;
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.big {
	font-size: 30px;
	line-height: 45px;
}

.small {
	font-size: 14px;
}

.tiny {
	font-size: 12px;
}

.dark {
	color: #561B3E;
}

hr {
    border: 0;
    height: 3px;
    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,1), rgba(255,255,255,0.5));
}

a {
	color: #561B3E;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
	margin: 0px 30px;
	opacity: 1;
}

.carousel-indicators .active {
	opacity: 1;
    background-color: #561B3E;
}

.carousel-indicators {
    bottom: -30px;
}

/** Menu **/

.navbar {
	box-shadow: 0px 1px 14px -7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 14px -7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 14px -7px rgba(0,0,0,0.1);
	background-color: white;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #9E5B62;
}

.nav-item {
	padding-right: 10px;
}

.navbar-nav li a {
	color: #9e5b62;
	transition: color 0.5s;   
}

.navbar-nav li a:hover {
	color: #501d22;
}

.navbar-nav li { 
	background-image: url(../images/border.png);
    background-size: auto;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 20px;
	padding-left: 10px;
}

.nav-item:last-child {
	padding-right: 0px;
	background-image: none;
}

/** Slider **/

.main-inner {
	min-height: 170px;
	display: flex;
	align-items: center;
}

#mainslider {
	margin-top: 30px;
}


#mainslider .carousel-indicators {
	margin: 10px 5px;
}

#mainslider .carousel-indicators li {
	margin: 0px 5px;
}

/** Main section **/

#main {
	padding:70px 0px;
	min-height: 100vh;
	background: url('../images/main-bg.jpg');
	background-size: cover;
	background-position-x: 50%;
	display: flex;
	align-items: center;
}

/** Bemutatkozas **/

#bemutatkozas {
	min-height: 100vh;
	padding: 70px 0px;
	background: url('../images/lotus.png');
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	
}

.arckep {
	border-radius: 50%;
	width: 300px;
}

/** Foglalkozasok **/

#joga {
	min-height: 100vh;
	background: url('../images/services-bg.jpg');
	background-size: cover;
	background-position-x: 50%;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 30px 0px;
}

.icons {
	margin: 30px auto 20px auto;
	height: 105px;
	width: 105px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	transition: background 0.2s linear;
}

.varandos {
	background-image: url('../images/varandos.png');
}

.varandos:hover {
	background-image: url('../images/varandos_feher.png');
}

.foglalkozas {
	background-image: url('../images/foglalkozas.png');
}

.foglalkozas:hover {
	background-image: url('../images/foglalkozas_feher.png');
}

.dula {
	background-image: url('../images/dula.png');
}

.dula:hover {
	background-image: url('../images/dula_feher.png');
}

.szules {
	background-image: url('../images/szules.png');
}

.szules:hover {
	background-image: url('../images/szules_feher.png');
}

.virag {
	background-image: url('../images/virag.png');
}

.virag:hover {
	background-image: url('../images/virag_feher.png');
}

.joga {
	background-image: url('../images/joga.png');
}

.joga:hover {
	background-image: url('../images/joga_feher.png');
}

.mummytummy {
	background-image: url('../images/mummytummy.png');
}

.mummytummy:hover {
	background-image: url('../images/mummytummy_feher.png');
}

.holisztikus {
	background-image: url('../images/holisztikus.png');
}

.holisztikus:hover {
	background-image: url('../images/holisztikus_feher.png');
}

#foglalkozasok {
	background: url('../images/joga-bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
	bottom: unset;
	background-image: unset;
	width: auto;
	opacity: 1;
	height: 45px;
}

.carousel-control-next {
	right: 30%;
}

.carousel-control-prev {
	left: 30%;
}

#types .carousel-inner {
	width: unset;
}

#types .carousel-item {
	text-align: center;
}

.carousel-control-next-icon {
	background-image: url('../images/next.png');
}

.carousel-control-prev-icon {
	background-image: url('../images/prev.png');
}


/** Szules felkeszito **/

#szules-felkeszito {
	min-height: 100vh;
	padding: 50px 0px;
	background: url('../images/szules-bg.jpg');
	background-size: cover;
	background-position: right center;
	display: flex;
	align-items: center;
}

#szules-slider {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	min-height: 400px;
	align-items: center;
	display: flex;
}

#szules-slider .carousel-inner {
	display: flex;
	align-items: center;
}

/** Bach-virag **/

#bach-virag {	
	background: url('../images/joga-bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.bach {
	font-size: 25px;
	font-family: Lora;
	font-style: italic;
}

#bach-virag img {
	max-height: 80px;
}

/** Rolam mondtak **/

#rolam-mondtak {
	background: url('../images/testimonial-bg.jpg');
	background-size: cover;
	padding: 50px 0px;
	display: flex;
	align-items: center;
}

#about-slider {
	min-height: 250px;
	display: flex;
	align-items: center;
}

#about-slider .carousel-control-prev-icon {
	background-image: url('../images/left-white.png');
	
}

#about-slider .carousel-control-next-icon {
	background-image: url('../images/right-white.png');
	
}

.quote-before {
	position: relative;
	top: 20%;
}

.quote-after {
	position: relative;
	top: 45%;
}

/** Orarend **/

#orarend {
	padding: 80px 0px;
	background-color: #F7ECEC;
}

.timetable {
	background-image: url('../images/orarend.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: 30%;
	padding: 70px 0px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 17px 4px rgba(230,179,179,.2);
	-moz-box-shadow: 0px 0px 17px 4px rgba(230,179,179,.2);
	box-shadow: 0px 0px 17px 4px rgba(230,179,179,.2);
}

.wlayer {
	background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Gallery **/

#galeria {
	padding-top: 0px;
	padding-bottom: 150px;
	background-color: #F7ECEC;
}

#galeria img {
	margin: 15px 0px;
	padding: 1px;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: opacity .5s ease;
	backface-visibility: hidden;
	border: none;
}

.mask {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

#galeria a:hover .gallery-img {
	opacity: 0.3;
	border: 1px solid #63313f;
	padding: 0px;
}

#galeria a:hover .mask {
	opacity: 1;
}

.mask img {
	opacity: 1;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 2s ease-in-out;
		transition: transform 2s ease-in-out;
}

.mask img:hover {
	-webkit-transform: scale(1.2);
		transform: scale(1.2);
}

/** Contact **/

#kapcsolat {
	padding: 80px 0px;
	background-color: #E6B3B3;
	background-image: url('../images/lotus2.png');
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.form-control {
	margin-bottom: 10px;
	font-family: 'Lora', serif;
	font-style: italic;
	border-radius: 0px;
}

.form-control:focus {
	border-color: transparent;
	box-shadow: 5px 5px 9px 1px rgba(86, 27, 62,.2);
	-webkit-box-shadow: 5px 5px 9px 1px rgba(86, 27, 62,.2);
	-moz-box-shadow: 5px 5px 9px 1px rgba(86, 27, 62,.2);
}

.form-control::-webkit-input-placeholder {
	color: #D19DA9;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #D19DA9;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #D19DA9;
	opacity: 1;
}

.form-control:-moz-placeholder {
	color: #D19DA9;
	opacity: 1;
}

.form-check {
	font-family: 'Lora', serif;
	font-style: italic;
	color: #561B3E;
	padding-left: 0px;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0px;
}

.custom-control-label::before {
	border: none;
}

.custom-control-input:checked~.custom-control-label::before {
	background-image: url('../images/check.png');
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid white;
	background-color: white;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: unset;
}

.btn-submit {
	background-color: #8D3C4F;
	color: white;
	float: right;
	border-radius: 20px;
	border: none;
	padding: 10px 60px;
	font-size: 14px;
	transition: background-color 1s;
}

.btn-submit:hover {
	background-color: #612338;
	color: white;
}

#logos {
	padding: 50px 0px;
}

/** Footer **/

footer {
	background-color: #6A3949;
	padding: 40px 0px;
}

.footer-menu {
	justify-content: center;
	border-bottom: 3px solid #592C3B;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.footer-menu li a, footer a {
	color: white;
}

.links {
	margin-top: 50px;
}

.footer-link {
	line-height: 52px;
	color: #410C1D;
}

/** Adatvedelem **/

#adatvedelem {
	background-color: #F7ECEC;
	padding: 100px 0px;
}

#adatvedelem ul li {
	color: #561B3E;
}

/** Responsive **/

@media screen and (max-width: 1200px) {
	#bemutatkozas,
	#kapcsolat {
		background-size: 80%;
	}
}

@media screen and (max-width: 992px) {
	
	#bemutatkozas, 
	#joga, 
	#szules-felkeszito, 
	#kapcsolat {
		height: auto;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	#szules-felkeszito {
		background-position-x: left;
	}
	
	.navbar-expand-lg .navbar-toggle {
		display: block;
	}
	
	.carousel-indicators {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.carousel-indicators li {
		margin: 0px 10px;
	}
}

@media screen and (max-width: 768px) {
	
	.icon-bar {
		width: 22px; 
		height: 2px;
		background-color: #8D3C4F;
		display: block;
		transition: all 0.2s;
		margin-top: 4px;
	}
	 
	.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active {
		outline: none;
		box-shadow: none;
		border: none;
		background: transparent !important;
	}
	
	.navbar-toggler .top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	 
	.navbar-toggler .middle-bar {
		opacity: 0;
	}
	 
	.navbar-toggler .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	 
	.navbar-toggler.collapsed .top-bar {
		transform: rotate(0);
	}
	 
	.navbar-toggler.collapsed .middle-bar {
		opacity: 1;
	}
	 
	.navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0);
	}
	
	.nav-item {
		padding: 10px;
	}
	
	.nav-link {
		padding: 0px;
		line-height: 25px;
	}
	
	.navbar-nav li { 
		background-image: none;
	}
	
    .navbar-collapse {
        position: absolute;
        top: 76px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 50%;
		background-color: white;
		background-image: url('../images/lotus.png');
		background-size: 150%;
		background-position-x: right;
		background-position-y: center;
		background-repeat: no-repeat;
		height: 100vh;
    }
	
    .navbar-collapse.collapsing {
        -webkit-transition: left 0.5s ease;
        -o-transition: left 0.5s ease;
        -moz-transition: left 0.5s ease;
        transition: left 0.5s ease;
        left: -50%;
    }
	
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.5s ease-in;
        -o-transition: left 0.5s ease-in;
        -moz-transition: left 0.5s ease-in;
        transition: left 0.5s ease-in;
		box-shadow: 0px 18px 10px 6px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0px 18px 10px 6px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 18px 10px 6px rgba(0,0,0,0.15);
    }
	
	.navbar-expand-lg .navbar-toggle {
		display: none;
	}
	
	#foglalkozasok {
		background-repeat: repeat-y;
		background-position: top center;
	}
	
	#bach-virag {
		height: auto;
		padding: 70px 0px;
	}
	
	#about-slider {
		min-height: 300px;
	}
	
	.counter {
		display: block;
		text-align: center;
		font-size: 30px;
	}
	
	.timetable {
		background-position-x: 70%;
	}
	
	.times {
		padding: 30px 0px;
	}
	
	#kapcsolat {
		background-attachment: fixed;
		background-size: 130%;
	}
	
	.form-check {
		text-align: center;
	}
	
	.btn-submit {
		display: flex;
		margin: auto;
		float: none;
	}
	
	.footer-menu {
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	
	#types .carousel-item {
		margin-right: unset;
		display: block;
		min-height: unset;
		text-align: center;
		opacity: 1;
	}
	
	#types .carousel-control-next, #types .carousel-control-prev, #types .counter {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 30px;
		margin: 30px 0px;
	}
	
	h2 {
		font-size: 25px;
		margin: 20px 0px;
	}
	
	.big {
		font-size: 20px;
		line-height: 30px;
	}
	
    .navbar-collapse {
		top: 43px;
	}
	
	.navbar-brand {
		padding: 0px;
	}
	
	.navbar-brand img {
		max-width: 130px;
	}
	
	#main img {
		max-width: 50px;
	}
	
	#mainslider {
		margin-top: 0px;
	}
	
	.main-inner {
		max-height: 140px;
	}
	
	#bemutatkozas {
		background: white;
	}
	
	.timetable {
		width: 90%;
		margin: auto;
	}
	
	.wlayer {
		width: 85%;
		margin: auto;
		left: unset;
	}
	
	.bach {
		font-size: 20px;
	}
	
	#rolam-mondtak {
		padding: 70px 0px;
		background-position: right;
	}
	
	#about-slider {
		display: block;
	}
	
	.testimonial {
		min-height: 380px;
	}
	
	#about-slider .carousel-inner {
		padding-top: 30px;
	}
	
	#logos img {
		margin: 30px 0px;
	}
	
	footer img {
		
		margin: 20px 0px;
	}
	
	footer p {
		line-height: 40px;
	}
	
	footer .nav-item {
		padding: 20px 10px;
	}
	
	.links {
		margin-top: 0px;
	}
}