@charset "UTF-8";
@import url("domine/stylesheet.css");

html, body {
    font-family: "domineregular";
    font-size: 14px;
    line-height: 25px;
    color: rgb(41, 51, 54);
    background-color: rgb(245, 245, 245);
}

html {
    -webkit-font-smoothing: antialiased;
}


.logo {
    display: block;
    padding-top: 10vh;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 150px;
    text-align: center;

}

.headline {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 4vh;
    color: rgb(70, 70, 70);
    font-size: 1.3em;
    line-height: 25px;
    padding-top: 25px;
    padding-bottom: 30px;
}

 
@media screen and (max-width: 40em) {
    .description-box {
        font-size:1.3em;
        line-height: 25px;
        padding: 20px;
        margin-top: 5vh;
    }
}

h1 {
    font-size: 14px;
    line-height: 5px;
    margin-top: 35px;
    color: rgb(74, 74, 229);
    font-family: "dominebold";
}


.glass {
    height: 100%;
    margin-bottom: 50px;
}

.container-fluid {
    padding-right: 10%;
    padding-left: 10%;
}

.background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.row {
    margin-bottom: 100px;
    padding: 20px;
}


a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}


/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/

html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -57px;
}
.footer, .footer-push {
    height: 57px;
}
