@CHARSET "UTF-8";
body,p{margin:0; padding:0;}
.header {
	padding-bottom: 100px;
}

#name {
	font-family: Montserrat;
	color: hsl(0, 0%, 20%);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 0px;
	padding-top: 45px;
	padding-left: 50px;
	letter-spacing: 2px;
}

#contact {
	float: right;
	font-family: Montserrat;
	color: hsl(0, 0%, 20%);
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 45px;
	padding-right: 50px;
	text-decoration: none;
}


#back_button {
	font-family: Playfair Display;
	color: hsl(0, 0%, 20%);
	font-size: 80px;
	font-style: italic;
	text-decoration: none;
    position: relative; /* so that the underline works */
	text-transform: lowercase;
	margin-left: 170px;
}

#back_button::after { /* this is for the underline */
	content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: 10px;                    
    border-bottom: 1px solid hsl(0, 0%, 20%);
}


#circle {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: hsl(9, 100%, 54%);
	-moz-border-radius: 32.5px;
	-webkit-border-radius: 32.5px;
	border-radius: 32.5px;
	margin-left: 170px;

	text-align: center;
	vertical-align: middle;
	line-height: 53px;
	color: white;
	font-family: Playfair Display;
	font-size: 40px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
}

.bucket_content {
	display: inline-block;
	font-family: Playfair Display;
	color: hsl(0, 0%, 20%);
	font-size: 40px;
	margin-left: 15px;
	padding-top: 0px;
	margin-top: 60px;
	margin-bottom: 0px;
}

.italics {
	font-style: italic;
}

.subheading {
	font-family: Montserrat;
	font-size: 10px;
	text-transform: uppercase;
}

.bucket_blurb {
	font-family: Playfair Display;
	font-size: 12px;
}


.resume {
	text-decoration: none;
	color: hsl(0, 0%, 20%);
	display: block;
}

.resume:hover {
	color: hsl(9, 100%, 54%);
	text-decoration: none;
}

@media (max-width: 992px) {
	.clickthrough-img {
		margin-top: 40px;
	}
}