@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	background-color: rgb(250, 250, 240);
}

#logo {
	width: 7%;
	cursor: pointer;
	transition: 0.3s;
}

#logo:hover {
	opacity: 0.8;
	transition: 0.3s;
}

#navbarNav {
	display: flex;
	justify-content: space-evenly;
	font-size: 18px;
}

#navdesktop {
	background-color: rgb(250, 250, 240);
	box-shadow: 0px 1px #1a1302;
	font-family: Constantia;
	font-weight: bolder;
	text-align: center;
	transition: 0.3s;
}

.nav-item {
	margin-left: 20px;
	margin-right: 20px;
	transition: 0.3s;
}

#konfliktus {
	color: purple;
}

#treningek {
	color: turquoise;
}

#musorvezetes {
	color: forestgreen;
}

#testkezeles {
	color: rgb(236, 203, 11);
}

#mosoly {
	color: red;
}

.nav-item > a {
	transition: 0.3s;
}

.nav-item > a:hover {
	transition: 0.3s;
	font-size: 20px;
}

body > div > div > img {
	height: 32rem;
}

h1 {
	margin-top: 20px;
	text-align: center;
	font-family: Allura;
	font-size: 60px;
	margin-bottom: 20px;
}

h4 {
	font-size: 22px;
	color: forestgreen;
	font-family: Constantia;
	margin-bottom: 40px;
}

.textareacontainer {
	max-width: 1080px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: auto;
}

.qoute {
	font-style: italic;
	font-family: Constantia;
	font-size: 28px;
	margin-bottom: 20px;
}

p {
	font-size: 20px;
	font-family: Constantia;
	margin-bottom: 20px;
}

.reviews {
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: Constantia;
	font-weight: bold;
}

h5 {
	margin-top: 20px;
	font-size: 20px;
	color: forestgreen;
	font-family: Constantia;
	margin-bottom: 20px;
	font-weight: bold;
}

#performance {
	color: forestgreen;
}

#author {
	display: flex;
	justify-content: end;
}

#arctornalink {
	cursor: pointer;
	color: black;
	transition: 0.3s;
}

#arctornalink:hover {
	color: forestgreen;
	transition: 0.3s;
}

.conflict {
	margin-top: 20px;
}

#trainings {
	margin-top: 20px;
}

.container {
	display: flex;
	padding-top: 10px;
}

.panel {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 80vh;
	border-radius: 65px;
	color: #fff;
	cursor: pointer;
	flex: 0.5;
	margin: 10px;
	position: relative;
	transition: flex 0.7s ease-in;
}

.panel.active {
	flex: 5;
}

.checkbtn {
	font-size: 26px;
	margin-right: 20px;
	cursor: pointer;
	display: none;
	float: right;
}

#check {
	display: none;
}

@media (max-width: 991px) {
	.checkbtn {
		display: flex;
		justify-content: end;
	}

	ul {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #2c3e50;
		top: 80px;
		left: -100%;
		text-align: center;
		transition: all 0.5s;
	}

	nav ul li {
		display: block;
	}

	#check:checked ~ ul {
		left: 0;
	}
}

.icons {
	display: flex;
	justify-content: end;
	font-size: 30px;
}

#copyright {
	padding-top: 0px;
	width: 30%;
}

#hostingimg {
	width: 35%;
	height: auto;
	border-radius: 20px;
}

#hosting {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

#exercise {
	margin-top: 20px;
}

#smileimg {
	width: 35%;
	height: auto;
	border-radius: 20px;
}

#jegyzetkep {
	width: 35%;
	height: auto;
	border-radius: 20px;
}

#smile {
	display: flex;
	flex-direction: row;
}

#calmnessimg {
	width: 60%;
	height: auto;
	border-radius: 20px;
	margin-top: 20px;
}

#accessbars {
	margin-top: 20px;
}

i {
	opacity: 0.75;
}

.footerIcons {
	float: right;
	padding-right: 200px;
}

#copyright {
	padding-top: 0px;
	padding-left: 200px;
	width: 40%;
}

.nav {
	float: left;
}

.footermaincontainer {
	box-shadow: 0 -0.5px rgba(0, 0, 0, 0.5);
}

.footerinnercontainer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.iconbutton {
	font-size: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #2c3e50;
	transition: 0.3s;
}

.iconbutton:hover {
	color: forestgreen;
	transition: 0.3s;
}

#trainingdiv > img {
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height: 28rem;
}

img {
	transition: transform 0.3s;
}

img:hover {
	transform: scale(1.075);
	opacity: 0.95;
}

.kerdeseklista {
	display: flex;
	list-style: none;
	font-size: 22px;
	color: forestgreen;
	font-family: Constantia;
	margin-bottom: 40px;
	font-style: italic;
	justify-content: space-between;
}

#hostingdiv {
	display: flex;
	justify-content: space-around;
}

#hostingdiv > img {
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height: 23rem;
}

#kerdeseklistadiv {
	display: flex;
	flex-direction: row;
}

#emailicon {
	font-size: 100px;
	color: forestgreen;
	transition: 0.3s;
}
#emailicon:hover {
	color: rgb(13, 102, 13);
	transition: 0.3s;
}
