@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-Regular.eot");
	src: local("Hellix Regular"), local("Hellix-Regular"), url("/assets/fonts/Hellix-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-Regular.woff2") format("woff2"), url("/assets/fonts/Hellix-Regular.woff") format("woff"), url("/assets/fonts/Hellix-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-SemiBold.eot");
	src: local("Hellix SemiBold"), local("Hellix-SemiBold"), url("/assets/fonts/Hellix-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-SemiBold.woff2") format("woff2"), url("/assets/fonts/Hellix-SemiBold.woff") format("woff"), url("/assets/fonts/Hellix-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-Light.eot");
	src: local("Hellix Light"), local("Hellix-Light"), url("/assets/fonts/Hellix-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-Light.woff2") format("woff2"), url("/assets/fonts/Hellix-Light.woff") format("woff"), url("/assets/fonts/Hellix-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-Thin.eot");
	src: local("Hellix Thin"), local("Hellix-Thin"), url("/assets/fonts/Hellix-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-Thin.woff2") format("woff2"), url("/assets/fonts/Hellix-Thin.woff") format("woff"), url("/assets/fonts/Hellix-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-Bold.eot");
	src: local("Hellix Bold"), local("Hellix-Bold"), url("/assets/fonts/Hellix-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-Bold.woff2") format("woff2"), url("/assets/fonts/Hellix-Bold.woff") format("woff"), url("/assets/fonts/Hellix-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-ExtraBold.eot");
	src: local("Hellix ExtraBold"), local("Hellix-ExtraBold"), url("/assets/fonts/Hellix-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Hellix-ExtraBold.woff") format("woff"), url("/assets/fonts/Hellix-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-Black.eot");
	src: local("Hellix Black"), local("Hellix-Black"), url("/assets/fonts/Hellix-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-Black.woff2") format("woff2"), url("/assets/fonts/Hellix-Black.woff") format("woff"), url("/assets/fonts/Hellix-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Hellix";
	src: url("/assets/fonts/Hellix-Medium.eot");
	src: local("Hellix Medium"), local("Hellix-Medium"), url("/assets/fonts/Hellix-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Hellix-Medium.woff2") format("woff2"), url("/assets/fonts/Hellix-Medium.woff") format("woff"), url("/assets/fonts/Hellix-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

:root {
	--main-color: rgb(30, 72, 147);
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Hellix";
	font-size: large;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
}

p, div, section, blockquote {
	margin: 20px 0;
}

h1 + p, h1 + div, h1 + section, h1 + blockquote {
    padding-top: 10px;
}


blockquote p:first-child, 
blockquote div:first-child, 
section p:first-child, 
section div:first-child {
    margin-top: 0;
    padding-top: 0;
}

section blockquote:first-child, 
section article:first-child, 
section h2:first-child, 
section article h2:first-child, 
section article p:first-child {
    margin-top: 0;
    padding-top: 0;
}

a {
	text-decoration: none;
	color: var(--main-color);
}

	a:hover {
		color: rgb(77, 77, 77);
	}

header {
	display: flex;
	justify-content: center;
	max-width: 900px;
	width: 100%;
	margin: auto;
}

.main-logo {
	width: 250px;
}

footer {
	width: 100%;
	text-align: right;
	color: rgb(127,127,127);
}

ul {
	list-style-position: inside;
}

li {
	padding-bottom: 16px;
}

h1, h1 span {
	font-size: 24px;
}

.logo a {
	color: black;
	text-decoration: none;
}

.home-page-icon {
	width: 34px;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 20px;
	min-height: 100vh;
	justify-content: space-between;
}

.content {
	flex-grow: 1;
	width: 100%;
	max-width: 900px;
	width: 100%;
	margin: auto;
}

nav {
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 100%;
}

	nav ul {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		list-style-position: inside;
	}

		nav ul li {
			padding: 0;
		}

			nav ul li a {
				text-decoration: none;
				color: #333;
				font-weight: 600;
				font-size: 18px;
				padding: 10px 25px;
				padding-left: 0;
				height: 50px;
				display: inline-flex;
				align-items: center;
			}

			nav ul li a.active {
				font-weight: 800;
			}

			nav ul li a:hover {
				border-bottom: 5px solid var(--main-color);
			}

nav a {
	padding-bottom: 0.5em;
}

.problems {
	display: none;
}

.stubs {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
}

	.stubs p {
		padding: 5px 0;
		cursor: pointer;
	}

		.stubs p:hover {
			background-color: #f9f9f9;
		}

.stub,
.link {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid black;
	display: none;
}

.how {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

article h1, .how-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.automate-or-die-text span {
	font-size: 24px;
	font-weight: 600;
}

.stubs a {
	text-decoration: none;
	color: black;
}

	.stubs a:hover {
		color: var(--main-color);
	}

.white-paper {
	margin-bottom: 60px;
}


/* Modal styles */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 800px;
	border-radius: 5px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

.form-group {
	margin-bottom: 15px;
}

	.form-group label {
		display: block;
		margin-bottom: 5px;
	}

	.form-group input,
	.form-group textarea {
		width: 100%;
		padding: 8px;
		border: 1px solid #ddd;
		border-radius: 4px;
		box-sizing: border-box;
	}

.form-group textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	height: 300px;
	resize: none;
}

.form-buttons {
	text-align: right;
	margin-top: 20px;
}

	.form-buttons button {
		padding: 8px 16px;
		margin-left: 10px;
		border: none;
		border-radius: 4px;
		cursor: pointer;
	}

		.form-buttons button[type="submit"] {
			background-color: #4CAF50;
			color: white;
		}

		.form-buttons button.cancel {
			background-color: #f44336;
			color: white;
		}

/* Notification Modal styles */
.notification-modal .modal-content {
    max-width: 400px;
    margin: 20% auto;
    text-align: center;
    padding: 0px;
}

.notification-content {
    position: relative;
}

.notification-close {
    position: absolute;
    right: 10px;
    top: 5px;
}

#notificationMessage {
    margin: 0px;
    font-size: 16px;
    line-height: 1.5;
}

.notification-success {
    color: #155724;
    background-color: #d4edda;
    border: 3px solid #c3e6cb;
    padding: 15px;
    border-radius: 4px;
}

.notification-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 3px solid #f5c6cb;
    padding: 15px;
    border-radius: 4px;
}

.free-tool {
	color: red;
}

.text-underline {
	text-decoration: underline;
}

.no-dots ul {
	list-style-type: none;
}

.no-dots ul li {
	padding-left: 2em;
}

.text-center {
	text-align: center;
}