
/*@font-face {
    font-family: lucon;
    src: local(lucon), url('../fonts/lucon.ttf') format('truetype');
}*/
html {
  overflow-y: scroll;
}

a:link { color: #959595; text-decoration: none; border-bottom: 1px solid;}
a { color: #959595; text-decoration: none; border-bottom: 1px solid;}
a:active { color: #959595; text-decoration: none; border-bottom: 1px solid;}
a:visited { color: #959595; text-decoration: none; border-bottom: 1px solid;}
a:hover { color: #cccccc; text-decoration: none; border-bottom: 1px solid;}

a img {
}

a:link img {
  opacity:1.0;
  filter: alpha(opacity = 100); 
  text-decoration: none; 
}

a:active img {
  opacity:1.0;
  filter: alpha(opacity = 100); 
}

a:visited img {
  opacity:1.0;
  filter: alpha(opacity = 100); 
}

a:hover img {
  opacity:0.6;
  filter: alpha(opacity = 60);
  cursor:pointer;
}

p {
    margin: 0 0 1.0em 0;
    color: rgb(60, 60, 60)
}


h1 {
    /*font-family: Karla, sans-serif;*/
    font-weight: lighter;
    color: #606060;
    font-size: 1.5em;
    line-height: 2.0em;
    display: inline-block;
    border-bottom: none;
}

h1 b {
    font-weight: 700;
}

h1 a:link{
    color: #606060;
    border-bottom: none;
}

h2 {
    font-weight: 200;
    margin-top: 0px;
    color: #606060;
    font-size: 1.3em;
    line-height: 1.7em;
    display: inline-block;

  /*column-span: all;*/
}

body {
    /*background-color: #ffffff;*/
    font: 1.2em/1.5em Karla,sans-serif;
    /*text-align: justify;*/
    margin:0;
}


#menu {
    position: fixed;
    top: 1em;
    overflow:auto;  
    float: left;
    width: 9em;
    height: auto;
}

#content {
    /*position:absolute;*/
    /*display:block;*/
    margin-left: 9em;
    bottom: 0px;
    height:fit-content;
}

#project-gallery {
    /*position:absolute;*/
    /*display:block;*/
    margin-left: 9em;
    bottom: 0px;
    height:fit-content;
}
  
#page-container {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:1em;
  margin-bottom:1em;
  position: relative;
  min-height: 95vh;
}

#header {
    position: relative;
    margin-top:  0;
    width: 100%;
    height: 5.0rem;
    color: #999999;
}

#content-wrap {

  height:fit-content;
  padding-bottom: 2.0rem;    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.0rem;          /* Footer height */
    color: #999999;
}

#text-heading
{
    padding-bottom: 0px;
}

#text-section {
    column-count: 2;
    column-fill: balance;
    /*margin-top: 0px;*/
    /*margin-bottom: -6px;*/
    /*background-color: red;*/

}

/*Style images*/
img
{
    max-width: 100%;
    max-height: 100%;
}

#logo
{
    max-width: 100%;
    max-height: 100%;
}

.full-image
{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    float: block;
}

.full-image img
{
    width:100%;
}

.half-image
{
    width:49%;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0;
    margin-right:0;
}

.half-image img
{
    width:100%;
}

.third-image
{
    width:32%;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0;
    margin-right:0;
}

.third-image img
{
    width:100%;
}

.postcard
{
    width:20%;
    margin-top:10px;
    margin-bottom:0px;
    margin-left:0;
    margin-right:0;
    padding-bottom:1em;
}

.publication-img
{
    float: left;
}

.publication-img img
{
    width:80px;
    border: 1px solid;
    border-color: #999999;
}

.publication-img a:link 
{ 
    text-decoration: none; 
    border-bottom: 0px;
}

.publication-text
{
    float:left; 
    width:70%; 
    padding-right:5%
}

.publication-row
{
    padding-top:10px; 
    padding-bottom:10px;
    text-decoration: none;
}


/* Handle smaller screen sizes*/
@media (max-width: 1000px) {
  #text-section {

      column-count: 1;
  }

  #menu
  {
    width:7em;
  }
  #content {
      margin-left: 7em;
  }
}

/*
 @media only screen and (min-width: 1024px) {
   /* Add your custom styles here for Desktop 
 }
 @media only screen and (max-width: 1023px) {
   /* Add your custom styles here for Tablet 
 }
 @media only screen and (max-width: 640px) {
   /* Add your custom styles here for Mobile 
 }
 @media only screen and (max-width: 480px) {
   /* Add your custom styles here for smaller Mobile 
 }
 */

table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse; 
}

table td { 
    /*font: 1.2em/1.5em Karla,sans-serif;*/

    width: 25em; 
    border: none; 
    text-align: start;
    vertical-align: top;

    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
table td:nth-child(2) { text-align: end; }
table td:nth-child(2) { width: auto; }

table tr {
  border-bottom: solid;
  border-width: thin 0;
  border-color: lightgray;
}

/*table tr:last-child {
 border-bottom: none;
}*/