@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

html {
    overflow-y: scroll;
}

body {
    height: 100%;
    position: relative;
}

.maste-navbar-brand {
    width: 90px;
    height: 90px;
}

.maste-header-background {
    background-image: url('/static/images/header.jpg');
    position: relative;
    min-height: 32vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.maste-content-header {
    margin-bottom: 20px;
}

.maste-header-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate3d(0, -50%, 0);
}

.maste-content {
    padding: 3.5rem 1rem;
}

@media screen and (max-width: 768px) {
    .maste-content {
        padding-top: 1.5rem;
        padding-bottom: 3.5rem;
    }
}

.maste-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.maste-container {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 72px;
}

.w-70 {
    width: 70%;
}

.maste-content-card-image {
    width: 25rem;
    color: white;
    position: relative;
    z-index: 9999;
}

.maste-content-card-image a {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap !important;
    color: #fff;
    position: absolute;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: calc(100% - 35px);
    z-index: 9999;
}

.maste-content-card-image img {
    pointer-events: none;
}

.maste-content-card-image a:hover {
    text-decoration: none;
}

.maste-content-card-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 999;
}

.maste-content-card-image img {
    height: 16rem;
    width: 25rem;
    max-width: 100%;
}

.maste-partners li {
    margin-top: auto;
    margin-bottom: auto;
}

.maste-partners img {
    width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    opacity: .6;
    transition: all 0.3s ease;
    padding-bottom: 20px;
}

.maste-partners img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.maste-contact-person {
    padding-bottom: 35px;
}

.maste-contact-person p, a, b {
    margin: 0;
    padding: 0;
}

.maste-navbar {
    -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.1);
    z-index: 999999;
}

.maste-btn {
    color: #fff;
    background-color: rgba(188,188,188,.5);
    border-color: rgba(188,188,188,.5);
}

.maste-content-container {
    max-width: 1076px;
}

.maste-content-ul {
    list-style-position: inside;
    padding-left: 30px;
}

.maste-anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}
