
/*
color codes
Black: #111111
Dark: #223554
Light: #367273
Bright: #E0810E
*/


/*
 * Override some defaulta
 */

html {
  font-family: 'Roboto', 'PT Sans', 'Crimson Text', 'Lucida Sans', Arial, sans-serif;
  font-weight: 500;
}


@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
	
}
@media (min-width: 58em) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
	.content {
		max-width: 48em;
	}
}

.content h1 {
  margin-top: 4rem;
  font-size: 1.7rem;
}

.content {
  text-align: justify
}

/* About section */
.sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-family: 'Roboto', 'PT Sans', 'Crimson Text', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.5rem;
}

/*
 * Custome styles
 */

.headshot {
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 20em) {
	.headshot {
	  border-radius: 50%;
	  margin-right: auto;
	  margin-left: auto;
	  line-height: 1;
	  display: block;
	  max-width: 50%;
	  height: auto;
	}
}

@media (min-width: 30em) {
	.headshot {
	  border-radius: 50%;
	  margin-right: auto;
	  margin-left: auto;
	  line-height: 1;
	  display: block;
	  max-width: 100%;
	  height: auto;
	}
}


/**
 * List publications
 */
.pub {
  display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom: 3rem;
}

.pub-conf {
  flex: 1;
	text-align: left;
	margin-right: 1rem;
	font-size: 0.85em;
	color: #367273;
	min-width: 85px;
}
.pub p {
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}

.pub-title {
	//text-align: justify;
}
.pub-authors {
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
	color: #367273;
}

.pub-info {
  align-self: flex-start;
	text-align: left;
	border-left: 2px solid #eee;
	padding-left: 1rem;
	width: 100%;
}

@media (min-width: 1em) {
    .pub-links {
        align-self: flex-start;
        text-align: left;
        max-width: 1.3em;
        margin-left: 1em;
        font-size: 1.3em;
    }
}

@media (min-width: 55em) {
	.pub-links {
        align-self: flex-start;
        text-align: left;
        min-width: 4.5em;
        margin-left: 1em;
	}
	
}


.aligner-bottom {
  align-self: flex-end;
}

.aligner-fixed {
  flex: none;
  max-width: 50%;
}




.mytheme {
    color: #111111;
}
.mytheme h1, h2, h3, h4, h5
{
    color: #111111;
    
}
.mytheme .sidebar {
  background-color: #223554;
  color: #367273;
}
.mytheme .sidebar a {
   //color: #E0810E;
}
.mytheme .content a,
.mytheme .related-posts li a:hover {
  color: #367273;
}

