:root {
    --highlight: #1eff00; 
}


body 	{
	background-color: #101010;
	overflow-x: hidden;
	}
header 	{
	background-color: #0d0d0d;
	border: 4px solid #0d0d0d;
	margin: -10px;
	display: flex;
	align-items: center;
	}
hr {
    color: #FBAF29;
	margin: 10px;
}
h1	{
	color: white;
	font-family: 'Deluxe';
	font-size:50px;
	}
h2	{
	color: #EEEEEE;
	font-family: monospace;
	}
h3	{
	color: #DDDDDD;
	font-family: monospace;
	font-size:20px;
	margin-left: 30px;
	}
h4	{
	color: #000000;
	font-family: monospace;
	font-size:20px;
	}
h5	{
	color: #DDDDDD;
	font-family: monospace;
	font-size:20px;
	margin: 0;
	}
p	{
    font-family: monospace;
	font-size: 16px;
    color: #CDCDCD;
}

li {
  margin: 6px 0;
  color: var(--highlight);
}

@font-face {
    font-family: 'Deluxe';
    src: url('/resources/fonts/Deluxe.otf');
}

@font-face {
    font-family: 'Alien Encounters'; 
    src: url('/resources/fonts/AlienEncounters.ttf')
}

.bubbleButton {
    background-color: #ffe6a5; 
    color: #9b3b00; 
    font-family: monospace;
    font-weight: 800;
    border: 3px solid #fb9229;
    transition-duration: 0.6s;
}
 
.bubbleButton:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.thickDiv	{
	margin:100px 100px 100px 100px;
}

.serviceDiv	{
	margin:100px 100px 100px 100px;
}

.profileImage{
    border-radius: 50%;
    width: 100%;
	max-width: 400px;
    vertical-align:text-bottom; 
    margin-right: 80px; 
    float:left
}

.iconImage{
    border-radius: 50%;
    width: 100%;
	max-width: 80px;
    vertical-align:text-bottom; 
    margin-right: 80px; 
}

.headerIcon{
    vertical-align:text-bottom; 
    width: 26px;
}

.heartVideo {
	width: auto;
	height: 100%;
	padding-top: 56.25%;
}

.toggleContainer{
	width: 50px;
	height: 20px;
	background-color: #ddd;
	border-radius: 15px;
	cursor: pointer;
	align-self: flex-end;
}

#toggleButton{
	width: 16px;
	height: 16px;
	margin: 2px;
	border-radius: 50%;
	background-color: #fb9229;
	position: absolute;
	transition: transform 0.3s ease;
}

.headerRightContainer{
	flex-grow: 1;
	display: flex;
	margin-left: 50px;
	margin-right: 50px;
	flex-direction: column;
}

/*Section 2*/
.center{
	margin: auto;
}

.project-text{
	margin: auto;
	max-width: 40%;
}


.vertical-align{
	margin-top: auto;
	margin-bottom: auto;
}

.centerImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.centerText {
	text-align: center;
}

.container {
	max-width: 1200px;
	margin: 0px auto;
	border: 6px double var(--highlight);
	padding: 2em;
}

.tool-text {
	margin-left: 30px
}

.summary-wrapper{
	display: flex;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 50%;
}

.summary-text {
	font: 2em;
}

.video-wrapper {
	display: flex;
	border: 2px solid var(--highlight);
	justify-content: flex-start;
	margin-bottom: 2em;
}

.video-wrapper:nth-child(even) .video {
	justify-content: flex-end;
}

.video {
	border: 2px solid var(--highlight);
	padding: 0.5em;
	margin: 2px;
	width: 50%;
	position: relative;
	aspect-ratio: 16/9;
}

.video-text {
	position: absolute;
	top: 10%;  
	left: 10%;  
	z-index: 2;  
	color: #fff;  
	font-size: 1.5em;  
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
	font-size: 3em;
	font-family:monospace"
}

.video-text:hover {
	text-decoration: underline;
	color:rgb(233, 142, 5);
}

video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about {
	width: 100%;
	height: auto;
	
}

.text-button {
  font-size: 36px;
  font-family:'Alien Encounters';
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  padding: 0;
}

.text-button:hover {
  color: var(--highlight);
}

.simple-button {
	background-color: #000000;
	color: #EEEEEE;
	border: 2px solid var(--highlight);
	padding: 0.5em 1.5em 0.5em 1.5em;
	transition: color 0.2s ease, background-color 0.2s ease;
	cursor: pointer;
	text-decoration: none;
}

.simple-button:hover {
	background-color: var(--highlight);
	color: #000000;
}
