container#leader{
    
}

container#actions{
}
html,body{
    width:100%;
    margin:0;
    height:100%;
    font-family: 'Poppins', sans-serif;
}

.mainHeight{
    height: 90%;
}

.footerHeight{
    height: 10%;
}
.fullHeight{
    height: 100%;
}



html {
    font-size: 1rem;
}

#leader{
    font-family: 'Poppins', sans-serif;
    font-size: 1.8em;
}

.action{
    font-family: 'Poppins', sans-serif;
    font-size: .7em;
    font-weight: lighter;
}

.action:hover{
    font-weight: bold;
}

#about:hover{
    font-style:italic;
}

.text-responsive {
    font-size: calc(90% + .9vw + .9vh);
}

//10px Gutter
.gutter-10.row {
margin-right: -5px;
margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
padding-right: 5px;
padding-left: 5px;
}

img{
    width: 100%;
}

.splashImages{
    display:none;
}

#bench{
    display:none;
}


@media (min-width: @screen-sm-min) {
    #preview{
	visibility: visible;
    }
}
