@font-face {
	font-family: "Poppings-Regular";
	src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
	font-family: "Poppings-Semibold";
	src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
	font-family: "Poppings-ExtraBold";
	src: url("fonts/Poppins-ExtraBold.ttf");
}

*	{font-family: "Poppings-Regular"
}

body {
	background-color: #f3f3ebff;
	padding:0;
	margin:0;
}

header {
	width:90%;
	margin: 0 auto;
	max-width:800px;
	display:flex;
}

@media only screen and (max-width: 320px) {
	body {
		font-size:24px;
	}
}

.logo {
	width:100%;
}
.logo img {
	margin-top:25px;
	width:100%;
}

nav {
	width:40%;
	display:flex;
	flex-direction: row-reverse;
}

.nav_bar {
	width:8%;
	background-color: #031718;
	margin-left:25px;
	display:flex;
	flex-direction: column-reverse;
	align-items: center;
}

.nav_link {
	display: inline-block;
	writing-mode: vertical-rl;
	font-size:18px;
	background-color: #F3F3EB;
	margin:0px;
	color: #031718;
	font-weight: bold;
	padding-top:8px;
}

.nav_link a:link {
	color: #031718;
	text-decoration: none;
	transition: 1s;
}

.nav_link a:visited {
	color: #031718;
	text-decoration: none;
}

.nav_link a:hover {
	background-color: #EEC235;
	text-decoration: none;
	transition: 1s;
}

.current_page_link {
	background-color: transparent; 
	color: #F3F3EB; 
	padding-bottom:8px;
}

.search_container {
	display: flex;
	align-items: flex-end;
	transform: rotate(-3deg);
}

.search_bar {
	margin-top:50px;
	font-size: 16px;
	font-weight:bold;
	color:#F3F3EB; 
	width:50%;
	height:12px;
	background-color: #031718; 
	border-top: 5px solid #EEC235;
	border-left:none;
	border-right:none;
	border-bottom: 3px solid #031718;
	border-radius: 5px;
	padding:10px;
	background-image: url("imgs/search_icon.svg");
	background-size:30px;
	background-repeat: no-repeat;
	background-position: right 5px top 0px;
}
.search_bar:focus {
	outline: none !important;
	border-bottom: 3px solid #EEC235;
	border-top: 5px solid #EEC235;
	border-radius:5px;
	font-size: 16px;
	height:25px;
	height:12px;
}

 ::placeholder {
  color: #F3F3EB;
  opacity: 1; /* Firefox */
	font-style: italic;
	font-weight:normal;
	font-size:16px;
}

.search_container img {
	width:40px;
	height:35px;
	border-top: 5px solid #2A7DC1;
	background-color: #031718; 
	border-radius: 5px;
	margin-left:5px;
}

main {
	width:90%;
	margin: 0 auto;
	max-width:800px;
}

footer {
	display: flex;
	flex-wrap: wrap;
	background-color: #031718;
	margin: 0 auto;
	max-width:800px;
	color: #F3F3EB;
	margin-bottom:50px;
	transform: rotate(1deg);
	margin-top:50px;
	padding:25px;
	border-top: 15px solid #2A7DC1;
	border-radius:5px;
	background-repeat: no-repeat;
	background-position: left 60% top 50%;
	background-size:15%;
}
.newsletter {
	display: flex;
	flex-direction: column;
	width:50%;
}

.newsletter h3 {
	color: #EEC235;
	transform: rotate(-2deg);
}

.newsletter input{
	width:60%;
	height:25px;
	color: #F3F3EB;
	background-color: #ED6D26;
	border-radius: 5px;
	border:none;
	font-size: 16px;
	font-weight:bold;
	padding: 4px 8px;
}
.newsletter input:focus {
	outline: none !important;
	border: 2px solid #F3F3EB;
	radius:5px;
	font-size: 16 px;
	height:25px;
}

.newsletter button {
	margin-top:16 px;
	width:30%;
	height:32px;
	background-color: #F3F3EB;
	border:none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16 px;
	color: #031718;
	transition: 1s;
}

.newsletter button:hover {
	color: #2A7DC1;
	transition: 1s;
}
.footer_nav {
	width:50%;
	text-align: right;
}

.footer_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:right;
}

.footer_nav ul li {

	border-radius:5px;
	padding:4px 8px;
	width:100%;
}

.copyright {
	display:inline-block;
	font-size:12px;
	color: #F3F3EB;
	position: absolute;
	bottom: 0 ;
	right: 0;
	padding-right:25px;
	padding-bottom:25px;
	
}

.hidden {
	display: none;
}

/*************
* index.html *
*************/
.article_container {
}

.odd_title_ball {
	width:100%;
	text-align:right;
	margin-bottom:0px;
	margin-top:24px;
	transform: rotate(1deg);
}

.odd_title_ball img {
	width:6%;
	margin-bottom:0px;
}

.even_title_ball {
	width:100%;
	margin-top:24px;
	margin-bottom:0px;
	transform: rotate(-1deg);
}

.even_title_ball img {
	padding-left:5%;
	width:6%;
	margin-bottom:0px;
}

/* the links in the title of the home page */

.title_link:link {
	text-decoration: none;
	color:#F3F3EB;
	transition: 1s;
}

.title_link:visited {
	text-decoration: none;
	color: inherit;
	color:#F3F3EB;
	transition: 1s;
}

.title_link:hover {
	text-decoration: none;
	color: inherit;
	color:#F3F3EB;
	transition: 1s;
}

main h1 {
	font-size:40px;
	line-height:40px;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #031718;
	color:#F3F3EB;
}

main h2 {
	font-size: 32px;
	line-height:40px;
	margin-bottom:24px;
	font-family: "Poppings-Semibold";
}

main h3 {
	font-size: 28px;
	line-height:36px;
	margin-bottom:24px;
}

main h4 {
	font-size: 24px;
	line-height:32px;
	margin-bottom:24px;
}


.odd_tilt {
	transform: rotate(-2deg);
}

.even_tilt {
	transform: rotate(2deg);
}

.odd_article_title {
	border-top:10px solid #ED6D26;
	transform: rotate(-2deg);
	border-radius: 5px;
}

.even_article_title {
	border-top:10px solid #2A7DC1;
	transform: rotate(2deg);
	border-radius: 5px;
}


.yellow_top_border:hover {
	border-top:10px solid #EEC235;
	transition: 1s;
}


.article_metadata {
	margin-top:0px;
	margin-bottom:24px;
	display:flex;
	flex-wrap: wrap;
	

}

.article_metadata span {
	font-size: 12px;
	margin-right:50px;
	align-items: center;
	font-weight: bold;
	color: #031718;
	font-family: "Poppings-Semibold";
}

.article_metadata ul {
	margin:0px;
	padding:0px;
	list-style: none;
	
}
.article_metadata ul li {
	display: inline-block;
	border-radius:5px;
	padding:4px 8px;
	margin-right:8px;
	font-size:12px;
	font-weight: bold;
	color: #031718;
}
.article_metadata ul li a:link {
	color:#031718;
	text-decoration: none;
	font-family: "Poppings-Semibold";
}
	
.article_metadata ul li a:visited {
	color:#031718;
	text-decoration: none;
}
.linux_tag {
	background-color: #ED6D26;
}

.void_tag {
	background-color: #EEC235;
}

.rust_tag {
	background-color: #2A7DC1;
}

.background_circle {
	background-repeat: no-repeat;
	background-size: 7%;
	background-position: bottom left 50%;
}

.article_text a:link {
	color: #031718;
	transition: 1s;
}

.article_text a:visited {
	color: #031718;
	transition: 1s;
}

.article_text a:hover {
	color: #031718;
	background-color: #EEC235;
	transition: 1s;
}

.chapo {
	font-size:16px;
	line-height:24px;
	margin-bottom:24px;
	color: #031718;
	font-family: "Poppings-Semibold";
}

.chapo_index {
	font-size:16px;
	line-height:24px;
	margin-bottom:24px;
	color: #031718;
	font-family: "Poppings-Semibold";
}


/*for cellphones change the layout */
@media screen and (min-width:1000px) {
	.thumbnail_container {
		display:flex;
		align-items:end;
	}

	.thumbnail { 
		width:400px;
		height:250px;
		margin-left:24px;
	}

	.article_banner {
		width:50%;
	}

	.chapo_index {
		width:45%;
	}
}


.thumbnail {
	border-bottom:10px solid #031718;
	border-radius:5px;
	width:100%;
	height:100%;
}

.banner_img {
	border:10px solid #031718;
	border-radius:10px;
}

.warning {
	background-color: #ED6D26;
	color: #000D13;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;

}

.command {
	font-style:italic;
	font-weight:bold;
	font-family: monospace;
	font-size:16px;
}

p {
	font-size:16px;
	line-height:24px;
	margin-bottom:24px;
	color: #031718;
	font-family: "Poppings-Regular";
}

.article_img {
}

.caption {
	background-color: #EEC235;
	color: #000D13;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
}

footer {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	background-color: #031718;
	margin: 0 auto;
	max-width:800px;
	color: #F3F3EB;
	margin-bottom:16px;
	transform: rotate(1deg);
	margin-top:50px;
	padding:16px;
	border-top: 10px solid #2A7DC1;
	border-radius:5px;
	background-image: url("imgs/footer_logo.svg");
	background-repeat: no-repeat;
	background-position: left 60% top 50%;
	background-size:10%;
}
.newsletter {
	display: flex;
	flex-direction: column;
	width:50%;
}

.newsletter h3 {
	color: #EEC235;
	font-weight:28px;
	transform: rotate(-2deg);
	margin-top:0px;
}

.newsletter input{
	width:60%;
	height:25px;
	color: #F3F3EB;
	background-color: #ED6D26;
	border-radius: 5px;
	border:none;
	font-size: 16px;
	font-weight:bold;
	padding: 4px 8px;
}
.newsletter input:focus {
	outline: none !important;
	border: 2px solid #F3F3EB;
	border_radius:5px;
	font-size: 16px;
	height:25px;
}

.newsletter button {
	margin-top:16px;
	width:30%;
	height:32px;
	background-color: #F3F3EB;
	border:none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #031718;
}

.footer_nav {
	width:50%;
	text-align: right;
}

.footer_nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:right;
}

.footer_nav ul li {
	border-radius:5px;
	padding:4px 8px;
	width:95%;
}

.footer_home:link {
	font-size:14px;
	color: #F3F3EB;
	border-right:10px solid #F3F3EB;
	text-decoration: none;
	padding-right: 16px;
}

.footer_home:visited {
	font-size:14px;
	color: #F3F3EB;
	border-right:10px solid #F3F3EB;
	text-decoration: none;
}

.footer_home:hover {
	font-size:14px;
	color: #F3F3EB;
	border-right:10px solid #F3F3EB;
	text-decoration: none;
}

.footer_contact:link {
	font-size: 14px; 
	color: #2A7DC1;
	border-right:10px solid #2A7DC1;
	text-decoration: none;
	padding-right: 16px;
}

.footer_contact:visited {
	font-size: 14px; 
	color: #2A7DC1;
	border-right:10px solid #2A7DC1;
	text-decoration: none;
}

.footer_contact:hover {
	font-size:14px;
	color: #2A7DC1;
	border-right:10px solid #2A7DC1;
	text-decoration: none;
}

.footer_about:link {
	font-size:14px;
	text-decoration: none;
	color: #ED6D26;
	border-right:10px solid #ED6D26;
	padding-right: 16px;
}

.footer_about:visited {
	font-size:14px;
	color: #ED6D26;
	text-decoration: none;
	border-right:10px solid #ED6D26;
}

.footer_about:hover {
	font-size:14px;
	text-decoration: none;
	color: #ED6D26;
	border-right:10px solid #ED6D26;
}



.footer_nav span {
	display:block;
	margin-top:16px;
	font-size:14px;
	color: #F3F3EB
}

/***************
* contact.html *
***************/
.contact_overall_container {
	margin-bottom: 32px;
}

.contact_me_title {
	width:80%;
	padding:8px;
	border-top:10px solid #ED6D26;
	transform: rotate(-2deg);
	border-radius: 5px;
}

#contact_form {
	padding:3%;
}


.name_container{
	transform: rotate(-1deg);
	border-bottom: 2px solid #031718;
	width:80%;
	margin-top:16px;
}

.easy_question{
	transform: rotate(-1deg);
	border-bottom: 2px solid #031718;
	width:30%;
	margin-top:16px;
}


#contact_form input {
	padding:0px;
	margin:0px;
	width:85%;
	height:30px;
	background-color: transparent;
	border: none;
	color: #031718;
	font-size: 16px;
	border-right:10px solid #031718;
	transition: 0.3s;
}

#contact_form input:focus {
	outline: none !important;
	border-right:10px solid #EEC235;
	font-size: 14px;
	height:30px;
	width:75%;
	transition: 0.3s;
}

#contact_form label {
	color: #031718;
	font-size: 14px;
	font-weight: bold;
	padding-right:3%;
}

#contact_form textarea {
	padding-right:5px;
	margin:0px;
	width:80%;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid black; 
	color: #031718;
	font-size: 16px;
	border-right:10px solid #031718;
	transform: rotate(-1deg);
	height:100px;
	resize: none;
}

#contact_form textarea:focus {
	outline: none !important;
	border-right:10px solid #EEC235;
	font-size: 16px;
	resize: none;
	transition: 0.3s;
}


#contact_form button {
	width:100px;
	height:35px;
	margin-top:32px;
	transform: rotate(-1deg);
	background-color: #031718;
	color: #F3F3EB;
	font-weight: bold; 
	font-size:18px;
	border-top: 5px solid #2A7DC1;
	border-bottom: 5px solid #031718;
	border-left: none;
	border-right: none;
	border-radius: 5px;
}

#contact_form button:hover {
	color: #EEC235;
}

.orange_border {
}

/*************
* about.html *
*************/
.about_overall_container {
	margin-bottom: 32px;
}

.about_title {
	width:80%;
	padding:8px;
	border-top:10px solid #ED6D26;
	transform: rotate(-2deg);
	border-radius: 5px;
}

.mel {
	font-family: "Poppings-ExtraBold";
}



