.material-icons {
    display: inline-flex;
    vertical-align: top;
}

.red-link {
    text-decoration: none;
    color: #7F7F7F!important;
}

.red-link:hover {
    color: #FF0000!important;
}

.parallax {
    /* The image used */
    background-image: url("../images/image 6005 2016.jpg");

    /* Set a specific height */
    min-height: 300px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*#main{*/
/*    max-width:1280px;*/
/*    min-height:100%;*/
/*    margin:0 auto;*/
/*    position:relative;*/
/*}*/
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            /* Footer height */
}
#user-menu{
    background: rgba(255, 255, 255, .7);
}
