@charset "utf-8";
/* CSS Document */

/*
colors:

dark green #2e5528
light cream #fcf3e7
tan #e9d5ba
brown #58382a
dark blue #031926 -not used-
*/

/*
fonts:

-noto serif for paragraphs-
// <weight>: Use a value from 100 to 900
// <width>: Use a value from 62.5 to 100
// <uniquifier>: Use a unique and descriptive class name

.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" <width>;
}

-roboto sans serif for headlines-
// <weight>: Use a value from 100 to 900
// <width>: Use a value from 75 to 100
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" <width>;
}
*/


body {
	font-family: "Noto Serif", serif;
	background-color:#fcf3e7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}
li {font-family: "Roboto", sans-serif;
	font-weight:700;
}


/* center an image - img is an inline element */
img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #e9d5ba;
	font-weight:600
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #58382a;
}
.navbar-brand {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: 0% center;
    padding-left: 40px;
}

/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    text-decoration: underline;
	background-color: #e9d5ba;
}

/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(88, 56, 42, 0.7)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.jumbotron {
	background-color:#e9d5ba;
	margin-top: 15px;
	text-align: center;
}

.jumbotron2 {
	background-color:#e9d5ba;
	margin-top: 15px;
	padding-bottom: 0px;
	text-align: center;
}

.jumbotron h1{
	font-family: "Roboto", sans-serif;
	font-weight:300;
	color: #58382a;
}

.author {
	font-weight:500;
}

.jumbotron-fluid { 
	background-color:#fcf3e7;
	margin-top: 15px;
	text-align: center;
}

.display-4 {
	font-family: "Noto Serif", serif;
	font-weight:400;
	color: #58382a;
}

.display-5 {
	font-family: "Roboto", sans-serif;
	font-weight:400;
	color: #58382a;
}

.display-6 {
	font-family: "Noto Serif", serif;
	font-weight:400;
	color: #58382a;
	text-align:left;
	padding:0 30px 0 30px
}

.lead {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight:600;
	color: #58382a;
	padding-bottom: 10px;
}

.lead2 {
	font-size: 24px;
	font-family: "Noto Serif", serif;
	font-weight:400;
	color: #58382a;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px 20px; 
}

.lead3 {
	font-size: 24px;
	font-family: "Noto Serif", serif;
	font-weight:400;
	color: #58382a;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.lead4 {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight:400;
	color: #58382a;
	text-align: left;
	padding:0 30px 10px 30px
}

.download h3 {
	font-family: "Noto Serif", serif;
	font-size: 24px;
	padding:0 30px 0 30px
}

.download h3:hover {
	text-decoration: underline;
	color: #58382a;
}

.download {
	text-align:left;
	color: #58382a;
}

hr {
	border-width: 3px;
	border-color:#58382a;
	width: 70%;
}

.resumehr {
	margin-left: 30px
}

.img-fluid {
	max-width:50%;
	height: auto; 
	border-radius: 15px;
}

.rounded {
	max-width:100%;
}

.col-xl-8 {
	color: #58382a;
	font-size: 24px;
}

.col-md-4 {
	color: #58382a;
	text-align: center
}

.col-md-4 h3 {
	font-family: "Noto Serif", serif;
}

.col-md-4 h3:hover {
	text-decoration: underline;
}

.col-md-4 a {
	color: #58382a;
}

footer {
	text-align: center;
    line-height: 60px;
    background-color: #58382a;
    color: #fcf3e7;
}

.carousel-item {
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.img-1 {
	background-image: url("../images/carousel1.jpg")
}

.img-2 {
	background-image: url("../images/carousel2.jpg")
}

.img-3 {
	background-image: url("../images/carousel3.jpg");
}

.heading {
	color: #58382a;
	text-align: center;
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	color:#58382a;
}

.carousel-caption, .carousel-caption h1 {
	font-family: "Noto Serif", serif;
	color: #fcf3e7;
	text-shadow: 2px 2px 6px #000000;
}

.text-button {
	all: unset;
	font-family: "Noto Serif", serif;
	color: #58382a;
	font-size: 24px;
	font-weight:500;
	display: inline-block;
	margin: 20px 0;
}

.text-button:hover {
  text-decoration: underline;
}

.button-wrapper {
  text-align: center;
}

.form-group {
	font-size: 24px;
	font-weight:500;
	color: #58382a
}

.form-container {
	display: flex;
	justify-content: center;
}

form {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.contact {
	background-color:#E9D5BA;
	color: #58382a;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
}

.contact-info {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.contact-info i {
	margin-right: 15px;
	color: #2e5528;
	font-size: 30px;
}

.contact-info h3 {
	padding: 5px;
	display: inline-block;
	font-weight: 400;
}

.contact-info a {
	color: #58382a;
}

.contact-item {
	display: flex;
	align-items: center;
}

.contact-item h3 {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.resumelink {
	font-weight:bold;
	color: #58382a;
}

.resumelink:hover {
	text-decoration: underline;
}

.blurb {
	color: #58382a;
	font-size: 18px;
	padding:0 30px 10px 30px
}

.list {
	padding:0 30px 0 30px;
	background-color:#E9D5BA
}

.list h3 {
	color: #58382a;
	padding-top: 20px;
}

.list li {
	color: #58382a;
	font-size: 18px;
	font-weight:400;
}

.education {
	padding:20px 30px 20px 30px;
	color: #58382a;
	font-size: 18px;
}

.education h4 {
	text-decoration: underline;
	padding-top:10px;
}

.education li {
	font-family: "Noto Serif", serif;
	font-weight: normal;
}

.italic {
	font-size: 18px;
	font-style:italic;
}

.card {
	background-color:#FCF3E7;
	border:none;
	position:relative;
	overflow:hidden;
}

.card img {
	display:block;
	width:100%;
	height:auto;
	border-radius:30px;
}

.card .overlay {
	position: absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background-color:rgb(233, 213, 186, 0.9);
	opacity:0;
	display:flex;
	align-items:center;
	justify-content: center;
	flex-direction:column;
	text-align:center;
	transition: 0.2s ease;
	border-radius:30px;
}

.card:hover .overlay {
	opacity: 1;
}

.overlay-text {
	color:#58382A;
	opacity:1;
	z-index:1;
	padding:15px;

}

.overlay-text h1 {
	font-family: "Noto Serif", serif;
}

.portfolio-item {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 30px;
}

.row.portfolio {
	margin-left: -25px;
	margin-right: -25px;
}

.jumbotron .contact-link {
	font-weight:500;
}

.contact-link:hover {
	text-decoration: underline;
}

.homecontact h1 {
	font-weight:300;
	color: #58382a;
	text-align:center;
	margin:40px;
}

.homecontactlink h1 {
	font-weight:500;
}

.homecontact a:hover {
	color:#58382A;
	text-decoration: underline;
}

.display-7 {
	text-align: center;
	color:#58382A;
}

.display-7 a {
	color:#58382A;
}

.portfolio-nav {
	padding:20px;
	background-color:#E9D5BA
}

.portfolio-nav a{
	font-size:25px;
	color:#58382A;
}

.process img {
	max-width:70%;
	padding: 20px 20px 40px 20px;
}

.alone img {
	max-width: 90%;
	height: auto;
	display: block;
	margin: 10px auto;
}

.zineimg img {
	max-width: 80%;
	height: auto;
	display: block;
	padding:20px
}

.forager img {
	max-width: 90%;
	height: auto;
	display: block;
	margin: 10px auto;
}

.panacea img {
	max-width: 70%;
	height: auto;
	display: block;
	margin: 10px auto;
}

.embed-responsive-9by16 {
	position: relative;
	width: 100%;
	padding-top: 177.78%; /* 16 / 9 * 100 = 177.78% */
}

.embed-responsive-9by16 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video {
	max-width: 400px;
	margin: 0 auto;
}
	
/* !!! DESKTOP STYLE ENDS HERE !!! */


/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Media Query Breakpoints*/

/*X-SMALL SIZE ONLY*/
@media screen and (min-width:350px){
    h2 {
        font-size: 32px;
    }
}

/*SMALL SIZE ONLY*/
@media screen and (min-width:576px){
    h2 {
        font-size: 32px;
    }
}

/*MEDIUM SIZE ONLY*/
@media (min-width: 768px) {
    h2 {
        font-size: 32px;
    }
}

/*LARGE SIZE ONLY*/
@media screen and (min-width:992px){
    h2 {
        font-size: 32px;
    }
}

/* Small screen adjustments */
@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1.2rem;
    padding-left: 32px;          
    background-size: 24px auto;
    white-space: nowrap;
  }
  .navbar-toggler {
    margin-left: auto;
  }
  .display-4 {
    font-size: 40px; /* Smaller heading for mobile */
  }
}