html {
  height: 100%;  
}

body{
    min-height: 100%;
    position:relative;
    background-color: #f4f3ef;
    font-size: 14px;
    font-family: 'Muli', Arial, sans-serif;
    /*color: #66615b;*/
}

footer{
    /*position:absolute;
    bottom:0;*/
    text-align: center;
    padding: 10px 0px;
}

.section{
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 25px 0px;
}

/* container and row push the h2 down => 0px padding top*/
.content{
    padding: 0px 20px 20px 20px;
}

.tcontent{
    padding: 0px 20px;
}


.navlogo{
    vertical-align: middle;
    width: 35px;
    height:auto;
}

.teampic{
    width: 100px;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    
    /*border-radius: 15px 50px;*/
}

.centerpic{
    margin-left: auto;
	margin-right: auto;
	display: block;
}

.limitsize{
    max-width: 210px;
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.fit{
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.centertext{
    text-align:center;
}

h2{
    font-size: 30px;
    font-weight: bold;
    padding: 0px 15px 25px 15px;
}

.nbactive{
    font-weight: bolder;
    color:grey;
}

.additionaltext{
    display: none;
}


.infobutton{
    background-color:transparent;
    display: inline-block;
    float: right;
    border: none;
    cursor:pointer;
    font-size: 12px;
}

.italic{
    font-style: italic;
    opacity: 0.65;
}

hr{
    width:100%;
    float:right;
    margin: 10px 0px;
}

.name{
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.fa-linkedin{
    font-size: 25px;
    color:#0077B5;
}

.fa-github-square{
    font-size: 25px;
    color:black;
}

.title{
    font-weight: bold;
    font-size: 18px;
}

.bold{
    font-weight: bold;
}

.linktopaper{
    font-style: italic;
}

.note{
    font-size: 14px;
    opacity: 0.7;
    padding: 10px 0px;
    font-style: italic;
}
.btn-success{
    font-size: 12px;
}

.fa-book{
    color:darkblue;
}

.extrapaddingb{
    padding-bottom: 30px;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}


.parentflex{
    display:flex;
}

.fillchild{
   display:stretch;
}













/* Prototype CSS
.smallpic{
    width: 200px;
    height: auto;
}

.block{
    display: block;
    color: #fff!important;
    background-color: #9dc5e9!important;
    margin: 2.5%;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.option{
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  margin: 0;
}
.option li{
    display: inline-block;
    padding: 0.5em;
    cursor: pointer;
}
.option li:hover{
  background: #2ecc71;
}


.boxdimension{
    width: 1000px;
    height: 500px;
}

.activef{
    background:white;
    color: blue;
}
.i{
  float: left;
  background: orange;
  width: 30%;
  margin: 1.5%;
  height: 150px;
}
*/

