body {
    background-color: #fcfcfc;
    color: #212121;
}

.brand-logo .btn {
    margin-left: 10px;
    padding: 0 .5rem;
    padding-top: 2px;
}

.brand-logo img {
    height: 32px;
    float: left;
}

.brand-logo h1 {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    margin-left: 20px;
}

#intro {
    height: 90vh;
    background: url(../img/bg/green-pentagonal-background.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

#intro .center-hv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#intro .title small{
    font-size: 1rem;
    line-height: 20px;
}

#intro .bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.caption {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

a {
    color: #536DFE;
}

a.button-collapse {
    font-size: 32px;
    margin: 10px;
    margin-top: 0;
}

.logo {
    height: 233px;
}

.logo img {
    width: 100px;
    margin-left: 40px;
    margin-top: 40px;
}

.card-content .activator a {
    margin-top: -40px;
}

.icon-container {
    min-height: 250px;
    text-align: center;

    .my-icon {
        font-size: 100px !important;
    }
}

.card-action a{
  margin-bottom: 10px;
}

.material-icons.big {
    font-size: 100px; 
    margin-top: 75px;
}

@media only screen and (max-width : 992px) {
/*    header, main, footer {
        padding-left: 0;
    }*/

    header {
        background-color: #455a64; /* blue-grey darken-2 */
    }
}

@media only screen and (max-width : 600px) {
    /*    header, main, footer {
            padding-left: 0;
        }*/

    .brand-logo h1 {
        display: none;
    }
}
