html,body {
    margin: 0px;
    padding: 0px;
    font-family: 'Be Vietnam', sans-serif;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.menu-item {
	float: left;
}

li a {
	display: block;
	/*color: #F2A541;*/
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

nav {
	padding-top: 10px;
	padding-left: 20px;
}

.link a {
	/*border-bottom: 2.5px solid white;*/
	font-family: 'Be Vietnam', sans-serif;
	color: black;
}

#work-link a {
	/*border-bottom: 2.5px solid #EF705F;*/
	color: #F2A541;
}


.link a:hover{
	transition: 0.3s;
	color: #F2A541;
}

#about, #work, #resume {
	float:right;
}

#resume {
	margin-right: 20px;
}

#content-container {
	margin: 0 auto;
	width: 650px;
	font-family: 'Be Vietnam', sans-serif;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 50px;
}

#title {
	font-size: 2.5em;
	font-weight: 600;
	position: relative;
	display: inline-block;
}

#title::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #F2A541;
  left: 0;
  bottom: -3px;
  height: .5em;
  z-index: -1;
  margin-left: 10px;
}

#title-container {
	width: 650px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 15px;
}

#back-arrow {
	margin-bottom: 25px;
	cursor: pointer;
}

#back-arrow a {
	text-decoration: none;
	color: black;
}

#back-arrow-text {
	padding-bottom: 3px;
	border-bottom: solid black 2px;
}

#back-arrow:hover {
	opacity: 50%;
	transition-duration: 0.3s;
}

.subtitle {
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.25em;
	font-style: italic;
}

#intro {
	margin-top: 40px;
}

.intro-info {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 600;
}

.section-title {
	font-size: 2em;
	margin-top: 40px;
	margin-bottom: 15px;
	font-weight: 600;
}

.section-text {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 160%;
}

.image-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.shadow {
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
}

.image {
	width: 310px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.full-width {
	width: 650px;
	margin: 0 auto;
}

.image img {
	height: 100%;
 	width: 100%;
 	object-fit: cover;
}

.image-label {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 0.9em;
}

#resize img {
	display: block;
  	max-width:650px;
  	width: auto;
  	height: auto;
}

#resize-2 img {
	display: block;
  	max-width:310px;
  	width: auto;
  	height: auto;
}

#scroll-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 16px;
	height: var(--bar-height);
	background: #F2A541;
}

.source a {
	color: #F2A541;
	font-weight: 600;
	text-decoration: none;
}

#more-space {
	margin-top: 70px;
}

/*mobile only nav bar styling*/

#mobile-only-nav-button {
	margin-top: 10px;
	float: right;
	right: 15px;
	z-index: 10;
	position: fixed;
	/*mobile only*/
	display: none;
}

.bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #F2A541;
	margin-top: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.button-switch .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	-moz-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
    background-color: white;
}

.button-switch .bar2 {
	opacity: 0;
}

.button-switch .bar3 {
	-webkit-transform: rotate(45deg) translate(-4px, -3px);
	-moz-transform: rotate(45deg) translate(-4px, -3px);
	transform: rotate(45deg) translate(-4px, -3px);
	background-color: white;
}

#mobile-only-nav-bar {
	/*position: absolute;*/
	background-color: #F2A541;
	color: white;
	font-family: 'Be Vietnam', sans-serif;
	position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1;
    height: 0%;
    overflow-x: hidden;
    transition: 0.4s;
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	/*mobile only*/
	display: none;
}

/*#mobile-only-nav-bar .open-nav {
	display: block;
}*/

#nav-text {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobile-link a {
	color: white;
	text-align: center;
	margin-top: -5px;
	margin-bottom: -5px;
	font-size: 2em;
}

#email {
	margin-top: 75px;
	text-align: center;
	color: #F2A541;
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	font-weight: 500;
}

.no-scroll {
	overflow: hidden;
}


/* Extra small devices (phones, 450px and down) */
@media only screen and (max-width: 600px) {
	
	#mobile-only-nav-button {
		right: 340px;
		position: fixed;
	}

	#title-container {
		margin-left: 40px;
	}

	#content-container {
		margin-left: 40px;
		width: 300px;
	}

	#title {
		width: 215px;
	}

	#intro {
		width: 300px;
	}

	.section-title, .section-text, .image {
		width: 300px;
	}

	#resize img {
	  	max-width: 300px;
	}

	.image-container {
		display: flex;
		flex-direction: column;
		width: 300px;
	}

	/*different nav bar*/
	#mobile-only-nav-button {
		display: block;
	}

	#mobile-only-nav-bar {
		display: block;
	}

	#resume, #work,#about {
		display: none;
	}
}


/* Monitors */
@media only screen and (min-width: 1700px) {

	.link {
		font-size: 1.7em;
	}

	.link a {
		padding: 20px 20px;
	}

	#title-container {
		width: 1100px;
		font-size: 1.8em;
		margin-bottom: 60px;
	}

	.subtitle {
		margin-top: 20px;
	}

	#content-container {
		width: 1100px;
		font-size: 1.8em;
	}

	#intro {
		margin-top: 40px;
	}

	.intro-info {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.image-container {
		width: 1100px;
	}

	.image {
		width: 530px;
	}

	.full-width {
		width: 1100px;
	}

	#resize img {
		width: 1100px;
		max-width: 1100px;
	}

	#resize-2 img {
		width: 530px;
	  	max-width: 530px;
	}

	#indented-text {
		width: 1075px;
	}

	#too-close {
		margin-bottom: 20px;
	}

	#more-space {
		margin-top: 100px;
	}

}
