﻿body {
    font-size: 1.0em;
    background-size: cover;
}

h1 {
    font-size: 2.0em;
    color: #A54A73;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
}


a {
    color: #A54A73;
}

    a:hover {
        color: #A54A73;
    }

    a:visited {
        color: #A55273;
    }

header {
    margin-top: 1em;
}

.headerImage {
    background-image: url(img/header.png);
    background-size: cover;
    background-position: 50% 50%;
    height: 20em;
}

.bgGrey {
    background: #FAFAFB;
}

.bgHighlight {
    background: #E3E3EC;
}

.separator-top {
    border-top: 1px solid #DBDBDB;
}

.separator-bottom {
    border-bottom: 1px solid #DBDBDB;
}

.navLine {
    border-bottom: 0.2em solid #A54A73;
}

.nav-item a:hover {
    border: 1px solid #DBDBDB;
    border-radius: 0.3em;
}

.nav-item a {
    border: 1px solid #FAFAFB;
    border-radius: 0.3em;
}

header a {
    color: rgba(0,0,0,.5);
}

    header a:hover {
        text-decoration: none;
        color: rgba(0,0,0,.5);
    }

footer a {
    color: rgb(33, 37, 41);
}

    footer a:hover {
        color: rgb(33, 37, 41);
        text-decoration: none;
    }

.preview {
    width: 100%;
}

.noLinkHighlighting a {
    text-decoration: none;
}

    .noLinkHighlighting a:hover {
        text-decoration: none;
        cursor: pointer;
    }

    .noLinkHighlighting a:visited {
        text-decoration: none;
    }

.form-control:focus {
    border-color: #A54A73;
    box-shadow: inset 0 0px 0px #A54A73;
}

.custom-select:focus {
    border-color: #A54A73;
    box-shadow: inset 0 0px 0px #A54A73;
}

.previewTile {
    padding: 0.5em;
    border-radius: 0.1em 0.1em 0.1em 0.1em;
}

.previewImage100Pixel {
    max-width: 100px;
}

.previewImage200Pixel {
    max-width: 200px;
}

.previewImage300Pixel {
    max-width: 300px;
}

.previewImage400Pixel {
    max-width: 400px;
}

.previewImageMaxSizePixel {
    max-width: 468px;
}

.highlight {
    color: white;
    background: #A54A73;
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin: 0em .5em 0em 0em;
    border-radius: 15%;
}
