/* Loads the "Work Sans" font hosted by Google Fonts. */
@import url('https://fonts.googleapis.com/css?family=Raleway|Sunflower:300');


/* Resetting some default values—feel free to override these elsewhere */
body,div {
	padding: 0;
	margin: 0 auto;
}

/* Take note of how to apply a custom font, weight (thickness), and size! */
p,h1,h2,h3,h4,li {
	font-family:"Raleway", sans-serif;
	font-weight: 400;
	font-size: 13px;
    color: #2b2b2b;
}

h1 {
	font-family:"Sunflower", sans-serif;
	margin-bottom: -20px;
    font-size: 31px;
    letter-spacing: 8px;
	font-weight: bold;
}

h2 {
	font-family:"Sunflower", sans-serif;
    font-size: 22px;
	color: #827878;
}

h3 {
	line-height: 25px;
}

h4 {
	line-height: 21px;
}

a:link {
	text-decoration: none;
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover {
	color: #c49da6;
}

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

/* Prevents the maximum width of the content blocks from exceeding 768px */
#container {
	max-width: 900px;
    margin: 0 auto;
}

#sidebar, #line, #contents, #intro {
    float:left;
}

/* ==============================
   ============================== */

#icon {
	width: 100%;
    border-radius: 50%;
	margin-bottom: 20px;
}

#description {
    font-size: 12px;
	margin: 30px -3px; /* height, width */
	color: #827878;
}

#sidebar {
    position: fixed;
    margin: 30px;
    max-width: 150px;
    text-align: center;
}

.links {
    font-size: 13px;
    padding: 5px;
    letter-spacing: 1px;
	margin-left: -7px;
}

#social-links-container {
    margin: 0 auto;
    margin-top: 30px;
	text-align: center;
	margin-left: 10px;
}

#social-links-container li {
	float: left;
	padding: 3px;
	display: inline-block;
}

.social-icon {
    width: 33px;
    background-color: #3a3330;
}

#green-icon:hover {
    background-color: #adcebf;
}

#blue-icon:hover {
    background-color: #6b79ad;
}


/* ==============================
   ============================== */

#line {
    position: fixed;
    border-left: 1px solid gainsboro;
    height: 1000px;
    margin-left: 220px;
    top: 0;
}

/* ==============================
   ============================== */

#contents {
    margin: 30px;
    margin-left: 270px;
}

#intro {
	margin: 30px;
	margin-left: 270px;
	padding-right: 100px;
}

.pic {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
}
