@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
    box-sizing: border-box;
}
* {
    margin: 0;
}
html,
body {
    min-height: 100%;
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
}
body {
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
button {
    outline: none;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
a {
    outline: none;
}
a:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
outline: none;
}
a:link, a:visited, a:hover, a:active {
    color: #ffffff;
    text-decoration: none;
}
p {
    font-size: 0.9em;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
h1 {
    font-size: 2.5em;
    font-weight: 300;
    margin: 0.67em 0;
    margin-bottom: 1.0rem;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 1.3rem;
    line-height: 39px;
}
.h3, h3 {
    font-size: 1.2rem;
}
.h4, h4 {
    font-size: 0.9rem;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000000;
    background-clip: padding-box;
    border: none;
    outline: 0;
}
.modal-dialog {
    max-width: 1100px;
    margin: 30px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.modal-backdrop.show {
    opacity: .8;
}
.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    background: #000000;
}
.close:hover {
    color: transparent;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1.0;
}
.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.content {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - 7rem);
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
.content-title {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    z-index: 100;
    font-size: 35px;
    line-height: 1.2;
    padding-left:20px;
    padding-right:20px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #000000;
    border: none;
}
.card-contact {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    border-bottom: 2px solid #41E3C2;
}
.hero-about {
    background-image: url("../img/bg_about.jpg");
    background-color: #000000;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-contact {
    background-image: url("../img/bg_contact.jpg");
    background-color: #000000;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact {
    position: fixed;
    text-align: center;
    z-index: 2;
    bottom: 0;
    width: 100%;
}
.menu {
    position: fixed;
    text-align: center;
    z-index: 2;
    top: 0;
    width: 100%;
}
.active {
    border-bottom: 2px solid #41E3C2;
}
.greenline {
    border-bottom: 2px solid #41E3C2;
}
.nav-link {
    display: inline-block;
    padding: .5rem 1rem;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
    box-shadow: none;
}
.navbar-toggler .icon-bar {
    background-color: #41E3C2;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}
.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
@media screen and (max-width: 600px) {
    .sticky-top {
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.8s;
        -webkit-backdrop-filter: blur(10px);
    }
    .contact {
        position: fixed;
        text-align: center;
        z-index: 2;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.8s;
        -webkit-backdrop-filter: blur(10px);
    }
    .mobile-padding {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .noboto-logo {
        width: 100px;
        cursor: pointer;
    }
    .h2, h2 {
        font-size: 1.1rem;
        line-height: 32px;
    }
}
@media (min-width: 576px) { 
    .content-title {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        z-index: 100;
        font-size: 35px;
        line-height: 1.2;
        padding-left:20px;
        padding-right:20px;
    }
    .sticky-top {
        background: rgba(0, 0, 0, 0.6);
        transition: all 0.8s;
        -webkit-backdrop-filter: blur(10px);
    }
    .navbar {
        padding-top: 2rem;
        padding-right: 4rem;
        padding-bottom: 1rem;
        padding-left: 4rem;
    }
}
@media (min-width: 768px) { 
    .content-title {
        position: absolute;
        top: 42%;
        left: 0;
        width: 100%;
        text-align: center;
        margin: -5.5vw 0 0 0;
        z-index: 100;
        font-size: 80px;
        line-height: 1;
    }
    .contact {
        position: fixed;
        text-align: right;
        z-index: 2;
        bottom: 40px;
        right: 30px;
        width: 100%;
    }
    .sticky-top {
        background: rgba(0, 0, 0, 0);
        transition: all 0.8s;
        -webkit-backdrop-filter: blur(10px);
    }
}
@media (min-width: 992px) {
    .noboto-logo {
        width: 120px;
    }
    .content {
        height: 100vh;
        justify-content: center;
    }
    .content-title {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        margin: -5.5vw 0 0 0;
        z-index: 100;
        font-size: 80px;
        line-height: 1;
    }
    .contact {
        position: fixed;
        text-align: right;
        z-index: 2;
        bottom: 0;
        right: 40px;
        width: 100%;
    }
    .sticky-top {
        background: rgba(0, 0, 0, 0);
        transition: all 0.8s;
        -webkit-backdrop-filter: blur(10px);
    }
}