@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
	General Rules
	============================================================================
*/

html, body {
	background-color: #fff;
	color:#111;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

a:link {
	text-decoration: none;
	color: #fe2712;
}
a:visited {
	color: #fe2712;
}
a:hover {
	text-decoration: underline;
}

li {
	padding: 6px;
}

p{
	line-height: 1.6em;
}

.box {
	display: flex;
	align-items: center;
}

hr {
	width: 100%;
	margin-left: 0%;
	border: 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Content container */
.seg {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content {
	width: 70%;
	margin-left: 15%;
}


.center {
	text-align: center;
	align-items: center;
}


/*
	Specific Rules
	============================================================================
*/

.top_margin {
	margin-top: 95px;
}

/* Socials Stuff */
.social_logo{
	width:50px;
}
.social_name{
	margin-left: 10px;
	line-height: 50px;
}

/* Top-Level Nav */
#main_nav{
	width:100%;
	height:60px;
	background-color: #444;
	background-color: rgb(61, 61, 61);
	color: #fff;
	text-align: center;
	position: fixed;
	height: 55px;
	top: 0;
	left: 0;
	z-index: 999;
	line-height: 140%;
}
#site_name{
	color:#aaa;
}
.nav_link{
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
}
#main_nav a:link {
	text-decoration: none;
	color: #fff;
}
#main_nav a:visited {
	color: #fff;
}
#main_nav a:hover {
	color:#aaa;
	text-decoration: none;
}

/* Primary Pages Header */
.header{
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: rgb(244, 244, 242);
}
.header h1{
	font-size: 80px;
}

/* Portfolio Project Stuff */
.portfolio_project_header:link{
	text-decoration: none;
	color: #111 !important;
}
.portfolio_project_header:visited {
	/* color:#0000EE; */
	color: #111 !important;
}
.portfolio_project_header:hover {
	text-decoration: none;
}

/* Landing Page Header */
#header_img{
	width: 30%;
	float: left;
	border-radius: 25px;
}
#header_txt{
	padding-top: 33px;
	width:70%;
	float: right;
	font-size: 140%;
}
#header_txt h2 {
	padding-left: 15px;
}

/* Contact Page Stuff */
#my-mail{

}
.copy-to-clipboard-bttn{
	margin-left: 10px;
}

/* Porfolio Project Stuff */
.project_txt{
	width:60%;
	float:left;
}
.project_txt h3 {
	margin-top: 0;
}
.project_txt p {
	padding-right: 20px;
}
.project_img {
	width:40%;
	float: right;
	border-radius: 6px;
	margin-bottom: 30px;
}
.project_img img{
	width:100%;
}


/* Footer */
footer{
	color: #eee;
}
footer .social_name{
	margin-right: 20px;
}
footer a:link {
	text-decoration: none;
	color: #fff;
}
footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #aaa;
	text-decoration: none;
}
.nav_icon {
	filter: invert(100%);
}
