a
{
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: rgb(45,119,193);
}               
        
a:hover
{
    color: rgb(40,40,40);
}

.header .pure-menu
{
	#background-color: #208bb5;
}
.header ul
{
	color: red;
}
.banner
{
	padding: 50px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.banner h1
{
	margin: 0.2em 0;
	font-size: 3em;
	font-weight: 300;
}
.banner h2
{
	color: #ccc;
	font-weight: 300;
	padding: 0;
	margin-top: 0;
}
.content
{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}

.content h1
{
	font-family: sans-serif;
	font-weight: 300;
	color: #333;
}
.sections
{
	color: #333;
	text-align: center;
}
.sections h1
{
	font-size: 1em;
}
.sections img
{
	height: 75px;
}

dt
{
	font-weight: bold;
}

/* This is for the research webpage only */
.publication p
{
	text-align: justify;
}

.bibtex_details
{
	display: none;
	width: 75%;
	margin-left: 50px;
	margin-top: 10px;
	padding: 0px 10px;
	border: 1px dashed rgb(100,100,100);
	background-color: rgb(245,245,245);
}

.publication_links ul
{
	list-style-type: none;
	
}
.publication_links li
{
	float: left;
	margin-left: 20px;
}

.content .pdf
{
	background-image: url('../img/pdf_icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
}

.content .bibtex
{
	background-image: url('../img/bibtex_icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
}

.content .poster
{
	background-image: url('../img/poster_icon.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
}

/* Migrate */
body {
    color: #777;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-left: 0;
}
    #layout.active #menu {
        left: 150px;
        width: 150px;
    }

    #layout.active .menu-link {
        left: 150px;
    }
/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 800px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.header {
     margin: 0;
     color: #333;
     text-align: center;
     padding: 2.5em 2em 0;
     border-bottom: 1px solid #eee;
 }
    .header h1 {
        margin: 0.2em 0;
        font-size: 3em;
        font-weight: 300;
    }
     .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}

.projects img {
    display: block;
    margin: 0 auto;
}
