
h1,h2,h3,p,a { 
font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
    font-weight: 700;
    color: #fff;
}
body {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: absolute;
    width: 100%;
}
.content-wrapper {
    display: flex;
    flex-flow: column;
    height: 100vh;
    width: 100%;
}
.container {
    padding: 10px;
    overflow: hidden;
}

.iframe-wrapper {
    /*flex: 1 1 auto;*/
}
.contact-btn {
    float: right;
    color: white;
    font-size: 20px;
    padding: 10px;
    border: 2px solid white;
    outline: none;
}
.contact-btn:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.16);
    outline: none;
}
.contact-btn:active {
    color: white;
    outline: none;
}
.contact-btn:visited {
    color: white;
    outline: none;
}
.contact-btn:focus {
    color: white;
    outline: none;
}
.header-text {
    font-size:26px;
    color: white;
    padding-top: 8px;
    text-align: center;
    display: block;
}
.domain-name {
    font-size: 24px;
    margin-top: 11px;
}

@media screen and (max-width: 992px) {
    .domain-name {
        text-align: center;
        font-size: 34px;
    }
    .contact-btn-wrapper {
        text-align: center;
        padding: 20px;
    }
    .contact-btn {
        float: none;
    }
}

#content-iframe {
    height: 100%;
    width:100%;
}