@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans');

.gap-right {
  margin-right: 10px;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 30px;
}


h5 {
  font-weight: normal;
  font-size: 16px;
  font-family: "Open Sans","Lato", "Raleway", "Open Sans","Times New Roman",Times,serif;  
}

h6 {
  font-weight: normal;
  font-size: 12px;
  font-family: "Open Sans","Lato", "Raleway", "Open Sans","Times New Roman",Times,serif;  
}


h3 {
  color: #797979;
  font-size: 24px;
}

h4 {
  color: #797979;
  font-size: 18px;
}


body {
    color: #333333;
    font-family: "Open Sans","Lato", "Raleway", "Open Sans","Times New Roman",Times,serif;
    font-size: 1.6em;
    line-height: 1.42857;
}

.navbar {
    font-family: "Open Sans","Raleway", "Open Sans", "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    margin-left: 6em;
    font-weight: bold;  
    border-bottom: 0.1em solid #03fff;    
    border-bottom: none;
    padding-top: 1.6em;
}



.navbar-brand {
    font-family: "Open Sans", "Raleway", "Open Sans", "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.1em;
    margin-left: 2em
}

.col-sm-6 p {
    padding-top: 2em;
}


.row {
    padding-top: 2em;
}


.col-sm-6 {
  
  padding-top: 2em;
}

.fluid-row {
  
  padding-top: 2em;
}


footer {
  font-size: 0.9em;
  padding-top: 1em;
  border-top: 0.12em solid #f90;
  
}

navbar-header a:hover {
    text-decoration: none;
    color: #f90
}

nav navbar-nav a:hover {
    text-decoration: none;
    color: #f90
}

a:hover {
    text-decoration: none;
    color: #f90
}


 .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
section {
    padding-top: 60px;
    margin-top: -60px;
}  

:target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}


.papers { 
  font-family: "Lato", "Raleway", "Open Sans","Times New Roman",Times,serif;
  font-size: 0.9em;

}

.research { 
  font-family: "Karla", "Open Sans", "Lato", "Raleway", "Times New Roman",Times,serif;
  font-size: 1.05em;
}


.software { 
  font-family: "Karla", "Open Sans", "Lato", "Raleway", "Times New Roman",Times,serif;
  font-size: 1.05em;
}


.papers-nav-link { 
  font-family: "Karla", "Open Sans", "Lato", "Raleway", "Times New Roman",Times,serif;
  font-size: 1.05em;

}


.home { 
  font-family: "Karla", "Open Sans", "Lato", "Raleway", "Times New Roman",Times,serif;
  font-size: 1.0em;

}
/*
.col-centered{
float: none;
margin: 0 auto;
}
*/

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: top;
}

/* Below style is to remove sub-scrolling and remove the top margin on mobile*/
@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
    }
    body {
        margin: 0;
    }
}

#papers { 
    background-color: yellow;
}


.col2 {
    -webkit-columns: 2 200px; /* chrome, safari */
    -moz-columns: 2 200px;    /* firefox */
    columns: 2 200px;         /* number of columns and width in pixels*/
}
  
.col3 {
    -webkit-columns: 3 100px;
    -moz-columns: 3 100px;
    columns: 3 100px;
}


.math {
  color: #ff0000;
  color: #4582ec;
}