* {
    box-sizing: border-box;
}
#logo h1,
section#right h1 {
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
}
#logo img {
	width: 20%;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    line-height: 42px;
}
p {
    color: #16174f;
}
a {
    color: #a07a77;
    text-decoration: none;
    
}
a:hover {
}
 
img {
    width: 100%;
}
.wrap {
    padding: 2% 0 0 5%;
}
.wrapper {
    width: 60%;
}

section#left {
    background-color: #d4bbb7;
    color: #67536b;
    height: 100vh;
    position: fixed;
    width: 50%;
    font-family: 'Bellefair', serif;

}
section#left h2 {
	font-family: 'Bellefair', serif;
	font-weight: normal;
}
section#left a {
	font-family: 'Pragati Narrow', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #67536b;
	text-decoration: none;
	transition: all .3s;
	border-bottom: .0625em dotted #67536b;
}
section#left a:hover {
	opacity: 0.8;
}
section#right {
    background-color: #ebdded;
    margin-left: 50%;
		width: 50%;
    padding: 2% 5%;
    color: #a58aaa;
}
section#right p {
    color: #16174f;
}
section#right h1 {
    color: #a58aaa;
}
#bio {
    padding-top: 20%;
}

.caption h2 {
    font-family: 'Pragati Narrow', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #a58aaa;
    margin-bottom: 0;
    margin-top: 0;
}
.caption p {
    font-family: 'Bellefair', serif;
    font-size: 36px;
    line-height: 42px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #67536b!important;
    font-weight: normal;
}

#project-1,
#project-2,
#project-3,
#project-4 {
    position: relative;
}
#project-2 {
    margin-top: 150px;
    margin-bottom: 250px;
}
#project-1 .caption {
    position: absolute;
    top: 80%;
    left: 0px;
    background-color: #ebdded;
    padding: 40px;
}
#project-2 .caption {
    position: absolute;
    top: 90%;
    right: -20px;
    background-color: #ebdded;
    padding: 40px;
}
#project-3 .caption {
    position: absolute;
    top: -35%;
    left: 0;
    background-color: #ebdded;
    padding: 40px;
}
#project-4 {
    margin-top: 80px;
}
#project-4 .caption {
    position: absolute;
    bottom: 0;
    right: 0px;
    background-color: #ebdded;
    padding: 40px;
}
.caption a {
    color: #a58aaa;
    border-bottom: .0625em dotted #a58aaa;
    text-decoration: none;
    margin-top: 0;
    
}
.caption a:hover {
    border-bottom: .0625em solid #a58aaa;
}

/* Mobile */
@media screen and (max-width: 768px) {

	
	section#left {
		position: static;
		width: 100%;
	}
	section#right {
		margin-left: 0;
		width: 100%;
}
    #project-1 .caption,
    #project-2 .caption,
    #project-3 .caption,
    #project-4 .caption
    {
        position: static;
    }
    #project-2 {
        margin: 120px 0;
    }



	
	
}
