
/*** T3SB identifier: background100vh */


    header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    }

    header.masthead .masthead-img {
    max-width: 250px;
    max-height: 250px;
    }
    header.masthead .masthead-title {
    font-size: 5rem;
    line-height: 5rem;
    }
    header.masthead .masthead-subtitle {
    font-size: 2rem;
    line-height: 2rem;
    }


    header.masthead .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    }
    header.masthead .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
    header.masthead .scroll-down .btn:hover {
    color: #a0191d !important;
    border-color: #a0191d !important;
    outline: none;
    }



