html {
    background: url(../assets/images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: transparent;
}

.page-holder {
    min-height: 100vh;
}

.bg-cover {}

/*
Style font-awesome icons
*/
/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: white;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
    text-decoration: none;
}

.container-quote {
    max-width: 900px;
}

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

#docs-page .header {
    width: 100%;
}

#docs-page .header a {
    display: flex;
    align-items: start;
}

#docs-page .header .disclaimer {
    text-align: left;
}

#docs-page .header a img {
    margin-right: 5px;
}

#docs-page .embeded-frame {
    width: 100%;
    height: 100%;
    border: 0;
}