@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
.fixed {
	position: fixed;
}

body {
	font-family: "Roboto", sans-serif;
}

.header {
	margin-top: 10%;
}

.content {
	margin-bottom: 100px;
}

.header,
.content {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 6em;
	text-align: center;
}

h2 {
	text-align: center;
}

/* https://codepen.io/ZeroX-DG/pen/mAZqpp */
/*Flat color*/

.timeline {
	display: flex;
}

.content ul {
	list-style: none;
	padding: 0;
}

.content ul li {
	margin-top: 30px;
	display: flex;
}

.timeline ul li .date {
	font-size: 2em;
	display: flex;
	flex-direction: column;
	width: 20%;
	text-align: center;
}

.timeline ul li .date #sub {
	font-size: 0.5em;
}

.timeline ul li .article {
	width: 80%;
	font-size: 1.2em;
	padding-left: 10px;
}

.timeline ul li .article #sub {
	font-size: 0.8em;
}

.footer-button {
	line-height: 16px;
	background-color: #000;
	width: 300px;
	bottom: 10px;
	right: calc(50% - 150px);
	border-radius: 6px 6px;
	font-size: 16px;
	text-align: center;
}

.footer-button,
.footer-button:visited {
	color: #fff;
	text-decoration: none;
}

/* https://codeconvey.com/sticky-contact-form/ */

.cc-contactpop {
	line-height: 24px;
	background-color: #f18e92;
	color: #fff;
	width: 250px;
	bottom: 0;
	right: 50px;
	border-radius: 6px 6px 0px 0px;
}

.cc-contactpop h3 {
	border-radius: 6px 6px 0px 0px;
	font-size: 16px;
	background-color: #eb6166;
	margin: 0;
	padding: 15px;
	cursor: pointer;
}

.cc-contactpop h3 span {
	font-style: oblique;
}

.cc-contactpop p {
	text-align: center;
	padding: 0px 15px;
}

.cc-contactpop i {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 29px;
	padding: 15px;
	cursor: pointer;
	background: #f18e92;
}

.cc-contactpop form {
	padding: 0px 15px;
}

.cc-contactpop input,
.cc-contactpop textarea {
	width: 100%;
	font-size: 0.875em;
	background: transparent;
	outline: none;
	border: solid 1px #eb6166;
	color: #fff;
}

.cc-contactpop input {
	height: 50px;
	padding: 0px 15px 0px 15px;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop input:hover,
textarea:hover {
	background: #eb6166;
}

.cc-contactpop textarea {
	max-width: 100%;
	height: 110px;
	max-height: 110px;
	padding: 10px;

	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.cc-contactpop input[type="submit"] {
	cursor: pointer;
	margin-top: 10px;
}

.cc-contactpop textarea::placeholder {
	color: #fff;
}
