@charset "utf-8";
/* DEFAULTS ------------------------------------------ */


#main img {
	margin-top: 4px;
	margin-bottom: 4px;
}
#contact img {
	margin-right: 14px;
}


#font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1rem;
	line-height: 1.45rem;
}

h1 {
	font-size: 1.7rem;
	line-height: 1.9rem;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 50px;
}
h2 {
	font-size: 1rem;
	line-height: 1.45rem;
	font-weight: bold;
	/* [disabled]margin-bottom: 0px; */
	margin-top: 30px;
}
ol, ul {
	/* [disabled]margin-bottom: 15px; */
}
#main ol li {
	margin-left: -15px;
}

#main ul li {
	margin-left: -20px;
}





a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
.fade {
	color: #993300;
	transition: 0.5s;
}
.fade:hover {
	color: #000000;
	text-decoration: none;
}
#web .fade img {
  	filter: saturate(100%) brightness(100%);
	transition: 0.5s;
}
#web .fade:hover img {
  	filter: saturate(200%) brightness(95%);
}
#projects .fade img, #projects-tn .fade img {
  	filter: saturate(100%) contrast(100%);
	transition: 0.5s;
}
#projects .fade:hover img, #projects-tn .fade:hover img {
  	filter: saturate(150%) contrast(130%);
}





nav, 
.caption-link, 
.web-link, 
.back, 
.projects-link {
	font-family: "Source Sans Pro", "Arial Black", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
nav:hover, 
.caption-link a:hover, 
.web-link a:hover, 
.back a:hover,
.projects-link a:hover {
	color: #000000;
	text-decoration: none;
}
.caption-link {
	font-size: .8rem;
	line-height: 1.2rem;
	margin-bottom: 20px;
}
.web-link {
	font-size: .8rem;
	line-height: 12px;
	margin-bottom: 68px;
}
.back {
	font-size: .8rem;
	margin-top: 90px;
}
.projects-link {
	font-size: .9rem;
	margin-top: -30px;
	margin-bottom: 80px;
}
#main img.arrow-up {
	margin-bottom: -1px;
	margin-right: 3px;
}



/* NOT USED ------------------------------------ */
.larger {
	font-size: 1.4rem;
	color: #993300;
}
