﻿


html,
body,
header,
.view {
    height: 100%;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 100vh;
    }
}

.top-nav-collapse {
    background-color: #0fac0f !important;
}

.navbar:not(.top-nav-collapse) {
    /*background: transparent !important;
      background-color: #0fac0f !important;*/
    background-color: rgba(15,172,15,0.2);
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #0fac0f !important;
    }
}

h1 {
    letter-spacing: 8px;
}

h5 {
    letter-spacing: 3px;
}

.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}
