/* *{
	border: 1px solid black;
}  */
    

#head_links {
    position: absolute;
    width: 92%;
    font-weight: bold;
    text-align: right;
    margin-top: 45px;

}
a {
    color: blue;
    text-decoration: none;
}
p {
    text-align: center;
    color: white;
}
ul p{
    font-size: xx-large;
    font-weight: bold;
	color: black;
    text-align: center;
}
.home_link {
	color: black;
    list-style: none;
    border: 1px solid black;
    text-align: center;
    background-color: white;
    margin-bottom: 50%;
    font-size: x-large;
    border-radius: 2em;

}
#nav_external {
	position: absolute;
    width: 100%;
    height: 200px;


}
#container {

	height: 90%;
    position: relative;

}
#copyright {
	text-align: center;
	
}
#welcome_header, #logo_header, #logo_header2{
    text-align: center;
    position: absolute;
    color: white;
    margin-left: 1%;
}

#copyright_div {
	background-color: transparent;
    position: absolute;
    width: 100%;
}
#container_background {
    width: 100%;
    height: 100%;
    position: absolute;
}
#welcome_list {
    position: absolute;
    padding-left: 5%;
    height: 100%;
    width: 300px;
    padding-top: 8%;
}
#nav_div {
    position: absolute;
    float: left;
}
#nav_list {
    margin-top: 100%;

}
body {
    margin-left: 0;
    margin-top: 0;
    border: 1px solid white;
}
#quote_div {
    position: absolute;
    margin-left: 30%;
    margin-right: 30%;
    text-align: center;
    margin-top: 225px;
}
.quote {
    font-size: x-large;
    font-style: oblique;
    color: white;
}
#facebook_icon , #twitter_icon , #linkedin_icon{
    position: absolute;
    width: 64px;
    height: 64px;
    
}
#twitter_icon {
    margin-top: 125px;
}
#linkedin_icon {
    margin-top: 260px;
}
#social_nav {
    position: relative;
    float: right;
    margin-right: 10%;
    margin-top: 130px;

}
#about_quote_div {

}
#logo_header {
    font-size: large;
}
#logo_header2{
    font-size: small;
    color: white;
    margin-top: 45px;
}
#header_divider {
    width: 100%;
    position: absolute;
    background-color: white;
    height: 1px;
    margin-top: 70px;
    border-radius: 2em;
    margin-left: 3px;
}
#about_section{
    background-color: white;
    margin-top: 85px;
    position: absolute;
    border-radius: 2em;
    height: 80%;
    width: 70%;
    margin-left: 15%;

}
#about_p {
    color: black;
}
.external_link {
    display: inline;
    margin-right: 2%;
    font-size: medium;
    position: relative;

}
.external_link a {
    color: white;
    position: relative;
}
#resume_section {
    background-color: transparent;
    margin-top: 200px;
    position: absolute;
    height: 50%;
    width: 40%;
    margin-left: 30%;
    text-align: center;

}
#resume {
    height: 100%;
    width: 40%;
}




