main {
	height: calc(100vh - 60px);
	width: 100%;
	margin-top: 60px;
	justify-content: center;
	background-image: url("../images/classes-header2.png");
	background-size: 100vw;
	background-repeat: no-repeat;
	background-position: top;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding-left: 60px;
}

h2 {
	font-size: 24px;
	line-height: 34px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}

p6 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #000000;
	font-family: Roboto, sans-serif;
}

.herosection {
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: space-between;
	margin-right: 60px;
	margin-bottom: 20px;
}

.herosection-title {
	margin-top: 80px;
	height: 100%;
}

.herosection-main {
	display: flex;
	flex-direction: column;
}

.herosection-main img {
	margin-right: 60px;
	width: 100vw;
}

.herosection p {
	text-align: center;
}

.herosection p2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	font-family: Roboto, sans-serif;
	margin-top: 20px;
}

.herosection-buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	height: 200px;
	margin-bottom: 100px;
}

.hero-pic-mobile {
	display: none;
}

.button-register a {
	font-size: 18px;
	display: block;
	background-color: #EC008C;
	padding: 10px 20px;
	color: #FFFFFF;
	font-weight: 900;
	width: fit-content;
	border-radius: 20px;
	transition: all ease-in-out 200ms;
	margin: 0 10px 10px;
}

.button-register a:hover {
	background-color: #000000;
	color: #EC008C;
}

.button-details a {
	font-size: 18px;
	display: block;
	background-color: #F3AF19;
	padding: 10px 20px;
	color: #FFFFFF;
	font-weight: 900;
	width: fit-content;
	border-radius: 20px;
	transition: all ease-in-out 200ms;
	margin: 0 auto 10px 10px;
}

.button-details a:hover {
	background-color: #000000;
	color: #F3AF19;
}

.anchor-offset {
  display: block;
  position: relative;
  top: -10px; /* Negative value to pull the anchor point up */
  visibility: hidden; /* Makes the element invisible */
}

h1 {
	color: #FFFFFF;
	margin-top: 40px;
}


.program {
	display: flex;
	margin: 50px 60px 100px 0;
}

.program-info {
	width: 60%;
	margin-left: 60px;
}

.program-info-about a {
	color: #9d4dbb;
}

.rightside {
	display: flex;
}

.rightside-details {
	background-color: #F3F3F3;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	margin-left: 60px;
	width: 25%;
	padding: 20px;
}

.rightside-details img {
	border-radius: 20px;
	align-self: baseline;
}

.rightside-register {
	display: none;
}

.experience {
	background-color: #f3af19;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	margin-bottom: 20px;
}

.experience p {
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
}

.experience p2 {
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: Roboto, sans-serif;
	font-weight: 600;
}

.experience p6 {
	color: #FFFFFF;
	font-size: 20px;
}

.program-info-about p {
	font-size: 16px;
	line-height: 30px;
}

.program-info-about h2 {
	font-size: 24px;
	line-height: 34px;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #9d4dbb;
}

.reg-workshop {
	display: flex;
}

.reg-workshop p{
	margin: auto 0 14px 10px;
}

.reg-workshop a {
	font-size: 18px;
	display: block;
	background-color: #EC008C;
	padding: 10px 20px;
	color: #FFFFFF;
	font-weight: 900;
	width: fit-content;
	border-radius: 20px;
	transition: all ease-in-out 200ms;
	margin-top: 0;
	margin-bottom: 10px;
}

.reg-workshop a:hover {
	background-color: #000000;
	color: #EC008C;
}

.fillingfast {
	margin-left: 135px;
	margin-top: -15px;
}

.program-mobile {
	display: none;
}












/* OLD CODE*/



main p {
	margin-bottom: 20px;
}

main p2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	font-family: Roboto, sans-serif;
	text-align: center;
}

p5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #EC008C;
	font-family: Roboto, sans-serif;
}

.rightside-details a {
	font-size: 18px;
	display: block;
	background-color: #9154A2;
	padding: 10px 20px;
	color: #FFFFFF;
	font-weight: 900;
	width: fit-content;
	border-radius: 20px;
	transition: all ease-in-out 200ms;
	margin: 20px auto 0;
}

.rightside-details a:hover {
	background-color: #000000;
	color: #9154A2;
}

.rightside-details p {
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
}

.rightside-details p5 {
	font-size: 16px;
	color: #9154A2;
}

.rightside-details p6 {
	font-size: 12px;
	line-height: 18px;
}

.rightside-details-mobile {
	display: none;
}




/* MOBILE VERSION*/

@media only screen and (max-width: 768px) {
	
	main {
		height: calc(100vh - 50px);
		margin-top: 50px;
		padding-left: 0px;
		align-items: flex-start;
		margin-left: 0;
		margin-right: 30px;
		margin-bottom: 50px;
	}

	h1 {
		font-size: 32px;
		line-height: 40px;
		margin-top: 0;
		margin-left: 30px;
	}

	h2 {
		font-size: 20px;
		line-height: 24px;
		margin-left: 30px;
		color: black;
	}
	
	.space {
		height: 0.5px;
	}
	
	.anchor-offset {
	  display: block;
	  position: relative;
	  top: -10px; /* Negative value to pull the anchor point up */
	  visibility: hidden; /* Makes the element invisible */
	}
	
	.herosection-main img {
		margin-right: 30px;
		margin-left: 30px;
	}
	
	.herosection-main p, p2 {
		margin-left: 40px;
	}
	
	.herosection-buttons {
		margin-left: 30px;
	}
	
	.hero-pic {
		display: none;
	}

	.hero-pic-mobile {
		display: block;
		align-content: center;
	}
	
	.program {
		flex-direction: column;
		margin: 0 30px;
	}
		
	.program-info {
		width: 100%;
		margin: 0;
	}
	
	.experience {
		background-color: #ffffff;
		margin: 0, 0, 40px;
		padding: 0;
	}
	
	.experience p {
		color: #000000;
	}
	
	.experience p2 {
		color: #000000;
	}
	
	.experience p6 {
		color: #9154A2;
	}
	
	.program-info-about h2 {
		margin-left: 0;
	}
	
	.rightside-details {
		margin-left: 0;
		width: 100%;
		margin-bottom: 60px;

	}
	
	.rightside-register {
		display: block;
	}
	
}