html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

.footer {
    bottom: 0;
    width: 100%;
    /*height: 165px;*/
    background-color: #f5f5f5;
    vertical-align: middle;
    color: #656565;
}

a.nav-item {
    line-height: 40px;
    min-width: 20%;
    text-align: center;
}

a.nav-item:hover {
    /*color: #555;*/
    /*background-color: #e7e7e7;*/
    color: white !important;
    background-color: #36abf1;
    font-weight: bold;
}

a.active, a.active:hover {
    /*color: #555;*/
    /*background-color: #e7e7e7;*/
    color: white !important;
    background-color: #337ab7;
    font-weight: bold;
}

.navbar-toggler, .navbar-toggler-icon {
    line-height: 40px;
    min-width: 20%;
    text-align: center;
    background-color: #337ab7;
    color: white !important;
}

.navbar-toggler:hover {
    /*color: #555;*/
    /*background-color: #e7e7e7;*/
    /*background-color: #36abf1;*/
    font-weight: bold;
}

.well {
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
}

.navbar {
    padding: 0px 1rem 0px 1rem;
    margin-bottom: 0px;
}

.more-info {
    width: 100%;
    align-content: center;
    text-align: center;
}

.img-cropped {
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 85% ; /* % of width, defines aspect ratio*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* responsive video player. */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.shrink {
    /*margin-top: 50px;*/
}

header {
    width: 100%;
    z-index: 9999;
    top: 0;
    position: fixed;
}

header {
    /* animation magic */
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.footer-link {
    padding: 7px;
}






