﻿/*NAVIGATION*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav li a {
    padding: 5px 20px 5px 20px;
    color: rgb(230,231,212);
    font-family: 'Century Gothic';
    font-weight: bolder;
    font-size: larger
}



.livePreviewImage {
    max-height: 300px;
    max-width: 100%;
    display: inline-block;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.livePreviewText {
    /*font-weight: 600;*/
    /*font-family: 'BLACKSILVERPRESSED13-4';*/
    margin: 0;
    text-shadow: 1px 1px 1px #000;
}

.livePreviewText2 {
    /*font-weight: 600;*/
    /*font-family: 'BLACKSILVERPRESSED13-4';*/
    margin: 0;
    text-shadow: 1px 1px 1px #000;
}


.livePreviewTextDiv {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
}

.livePreviewTextDiv2 {
    position: absolute;
    z-index: 998;
    margin: 0 auto;
    bottom: -100px;
    width: 100%;
}

.livePreview {
    position: relative;
    vertical-align: middle;
    max-height: 300px;
    color: black;
}


.warningTextDiv {
    display: none;
    color: rgb(190,20,27);
}


.warningText {
    margin-top: 10px;
}



/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

label{
    margin-bottom:0;
    font-weight:bold
}


/*BUTTONS*/
.btn.btn-framptons {
    color: rgb(230,231,232);
    background-color: #395247;
    border-color: #395247;
}

    .btn.btn-framptons:hover {
        color: rgb(230,231,232);
        background-color: rgb(64,64,64);
        border-color: #395247;
    }

.btn.btn-customDanger {
    background-color: darkred;
    color: #f5ebd8;
    font-weight: bold;
    display: inline-block;
    border: 2px solid darkred;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


/*CARDS*/
.card {
    min-width: 300px;
}

    .card .card-footer {
        background-color: #395247;
        text-align: center
    }

        .card .card-footer:hover {
            background-color: rgb(64,64,64);
            text-align: center
        }

    .card a:link,
    .card a:hover,
    .card a:visited {
        color: rgb(230,231,212);
        text-decoration: none;
        font-weight:600
    }

    .card button {
        justify-content: end
    }

    .card img {
        margin-top: 20px;
        align-self: center;
        width: 294px;
        height: auto;
    }


body {
    padding-bottom: 20px;
    background-color: rgb(64,64,64);
}

.body-content {
    padding: 25px;
    background-color: white;
    max-width: 90%;
    font-family: 'Century Gothic';
    font-weight: bolder
}

h1, h2, h3, h4 {
    font-family: 'Century Gothic';
    font-weight: bolder
}

p {
    font-family: 'Century Gothic'
}

li {
    font-family: 'Century Gothic';
}

.form {
    width: 100%;
}

.form-horizontal {
    width: 100%;
}

.form-label {
    font-weight: bold;
    font-family: 'Century Gothic';
    margin-bottom: 2px
}

.required {
    color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.border-top {
    border-top: 1px solid #e5e5e5;
    border-color: rgb(230,231,212);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 140px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #395247;
}


.faqHeader {
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Century Gothic';
    color: black;
}

.panel-body {
    font-size: 15px;
    font-weight: lighter;
    font-family: 'Century Gothic';
    color: darkgreen;
}

.accordion-toggle {
    font-size: 15px;
    font-weight: lighter;
    font-family: 'Century Gothic';
    color: black;
}

/* [COOKIE BANNER] */
#cookie-law {
    position: fixed;
    z-index: 99999;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    padding: 30px 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    #cookie-law p {
        margin: 0;
    }

.close-cookie-banner span {
    position: absolute;
    top: 0;
    color: black;
    font-size: 25px;
}
/* [/COOKIE BANNER] */