html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    color: #626262;
    font-size: 1.7em;
    background-image: url("../img/background_pattern.png");
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Indie Flower', cursive !important;
    color: #000;
    font-weight: bold;
}

.wrapper {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 769px) {
    .wrapper {
        height: 100%;
    }
}

.container {
    background-color: #b20e64;
    height: 100%;
    border-color: #ebe8e8;
    border-width: 1px;
    border-style: solid;
}

.custom-row {
    height: 100%;
}

.general-container {
    padding: 0px;
}

.border-container {
    display: block;
    height: 100%;
    min-height: 2em;
}

.image-container {
    display: block;
    height: 100%;
    
}

.profile-image {
    display: block;
    width: 100%;
    height: 100%;
}

.content-container {
    display: block;
    height: 100%;
    background-color: #F8F8F8;
    overflow: auto;
    padding: 1em;
}


.custom-button {
    margin: 0.25em;
    min-width: 200px;
}

.vcard > a {
    color: #626262;
}

.btn-custom {
    background-color: #3B0086;
    border-color: #000;
}

.btn-custom:hover {
    background-color: #6200B3;
    border-color: #000;
}

.footer {
    margin-top: 1em;
}

.footer_links {
    visibility: hidden;
}