body{
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-weight:lighter;
}

a{
    text-decoration: none;
}
    
div[header-container]{
    padding: 1.2rem 0;
    background: linear-gradient(135deg, #80002f 0%, #a0003d 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

div[width]{
    margin-left: 24%;
    margin-right: 11%;
	color:white;
}

a[brand-container]{
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 5%;
    height: 70px;
    text-decoration: none;
}

a[brand-container]:hover img[brand]{
    transform: scale(1.05);
}

img[brand]{
	float: none;
	height: 50px;
	width: auto;
	margin-left: 0;
    transition: transform 0.3s ease;
}

div[brand-tagline]{
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    color: white;
}

div[brand-tagline] span{
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.5px;
}

span[hamburger-menu]{
	color: white;
	font-size: 28px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

span[hamburger-menu]:hover{
    opacity: 0.8;
}

div[hamburger-menu-container]{
	float: right;
	display: none;
	margin-right: 12%;
	margin-top: 1.5%;
	font-size: 29px;
}

div[hamburger-menu-dropdown]{
	overflow: hidden;
	display: none;
	background: linear-gradient(135deg, #80002f 0%, #a0003d 100%);
	top: 85px;
	right: 12%;
	width: 220px;
	position: absolute;
	z-index: 9999;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

div[hamburger-menu-links] {
	display: flex;
	flex-direction: column;
    padding: 0.5rem 0;
}

div[hamburger-menu-links] a {
	color: white;
	font-size: 16px;
	text-decoration: none;
	padding: 1rem 1.5rem;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

div[hamburger-menu-links] a:last-child {
    border-bottom: none;
}

div[hamburger-menu-links] a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 2rem;
}

div[header-links]{
    float: right;
	margin-right: 40%;
	margin-top: 3%;
	font-size: 15px;
	white-space: nowrap;
}
    
div[header-links] a{
    margin-right: 3%;
    font-weight: 600;
    color: white;
    position: relative;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

div[header-links] a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e0c5d9;
    transition: width 0.3s ease;
}

div[header-links] a:hover {
    color: #e0c5d9;
}

div[header-links] a:hover::after {
    width: 100%;
}

[btn], a[btn]{
	display: inline-block;
    font-size: 140%;
    font-weight: normal;
    line-height: 1.428571429;
    cursor: pointer;
    border-radius: 15px;
    color: #ffffff;
    background-color: #80002f;
    padding: 10px 16px;
    border: 1px solid #80002f;
    transition: all 0.3s ease;
}

[btn], a[btn]:hover{
    background-color: #e0c5d9;
	border-color: #e0c5d9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

div[footer-container]{
	margin-top: 8%;
	padding: 3% 0 2.5% 0;
	background: linear-gradient(135deg, #80002f 0%, #a0003d 100%);
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

div[footer-container] a, div[footer-container] p{
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	transition: all 0.3s ease;
}

div[footer-container] a:hover{
	color: #ffffff;
	text-shadow: 0 0 8px rgba(224, 197, 217, 0.5);
}

div[footer-socials]{
	text-align: center;
	margin-bottom: 2.5%;
	padding-top: 0.5%;
}

div[footer-socials] a{
	color: white;
	font-size: 32px;
	margin: 0 25px;
	transition: all 0.4s ease;
	display: inline-block;
}

div[footer-socials] a:hover{
	color: #e0c5d9;
	transform: translateY(-5px) scale(1.1);
	filter: drop-shadow(0 4px 8px rgba(224, 197, 217, 0.4));
}

div[footer-links]{
	text-align: center;
	margin-bottom: 1.5%;
	padding: 0 10%;
	line-height: 1.8;
}

div[footer-copyright]{
	text-align: center;
	padding-top: 1%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 20%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

div[footer-container] div[width]{
	padding-top: 0.3%;
	text-align: center;
}

div[container]{
    margin-left: 30%;
    margin-right: 28%;
	text-align:center;
}

div[container] a  {
    display: inline-block;
    font-size: 130%;
    font-weight: normal;
    line-height: 1.428571429;
    cursor: pointer;
    border-radius: 3px;
    color: #ffffff;
    background-color: #80002f;
    padding: 10px 16px;
    border: 1px solid #80002f;
    margin-top: 4%;
	margin-bottom: 3%;
    transition: all 0.3s ease;
}
div[container] a:hover {
    background-color: #e0c5d9;
    border-color: #e0c5d9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

button {
	display: inline-block;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.428571429;
	cursor: pointer;
	border-radius: 3px;
	color: #ffffff;
	background-color: #80002f;
	padding: 10px 16px;
	border: 1px solid #80002f;
	margin-top: 3%;
    transition: all 0.3s ease;
}
button:hover {
	background-color: #e0c5d9;
	border-color: #e0c5d9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

div[error] {
	color: firebrick;
}


@media (max-width: 1550px){
    div[width]{
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (max-width: 981px){
	div[header-links]{
		display: none;
	}
	div[hamburger-menu-container]{
		display: block;
	}
	div[footer-container] a {
		font-size: 13px;
	}
	div[footer-socials] a{
		font-size: 28px;
		margin: 0 18px;
	}
	div[footer-links]{
		padding: 0 5%;
		font-size: 14px;
	}
	div[footer-copyright]{
		margin: 0 10%;
		font-size: 13px;
	}
}

@media (max-width: 841px){
	body{
		overflow: visible;
	}
	div[container]{
		margin-left: 7%;
		margin-right: 7%;
	}
	div[footer-socials] a{
		font-size: 26px;
		margin: 0 15px;
	}
}

@media (max-width: 500px){
	div[header-container]{
		padding: 1rem 0;
	}
	div[hamburger-menu-container]{
		margin-right: 5%;
		margin-top: 2.5%;
	}
	a[brand-container]{
		height: 60px;
		margin-left: 3%;
	}
	img[brand]{
		height: 40px;
	}
	button{
		margin-top: 4%;
		font-size: 100%;
	}
	div[hamburger-menu-dropdown]{
		width: 200px;
		right: 5%;
		top: 70px;
	}
	div[hamburger-menu-links] a {
		font-size: 15px;
		padding: 0.9rem 1.2rem;
	}
	div[footer-container]{
		padding: 5% 0 4% 0;
	}
	div[footer-socials] a{
		font-size: 30px;
		margin: 0 18px;
	}
	div[footer-links]{
		padding: 0 3%;
		font-size: 12px;
		line-height: 2;
	}
	div[footer-links] span{
		display: none;
	}
	div[footer-links] a{
		display: block;
		margin: 8px 0;
	}
	div[footer-copyright]{
		margin: 0 5%;
		font-size: 12px;
		padding-top: 3%;
	}
	[btn], a[btn]{
		font-size: 110%;
		padding: 8px 14px;
	}
	div[container] a{
		font-size: 110%;
		padding: 8px 14px;
	}
}

div[certificate-container]{
	width: 920px;
	height: 650px;
	background-image: url('images/certific.png');
	background-size: cover;
	position: relative;
}
p[date]{
	position: absolute;
	top: 210px;
	left:410px;
	color:black;
}
h1[ampersand]{
	position: absolute;
	top: 315px;
	left: 445px;
}
h1[name-one], h1[name-two]{
	text-align:centre;
}