﻿
html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: system-ui;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4705882353;
    letter-spacing: -0.022em;
    color: #323232;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    color: #505050;
    font-weight: 400;
}

a {
    color: #065f96;
    text-decoration: none;
}

    a:hover {
        color: #03a7b4;
        text-decoration: none;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-control {
    background-color: #f9f9f9;
    /*background-color: rgb(232, 240, 254);*/
}

.form-control, .input-group-text {
    padding: 5px;
}

.input-group-text {
    font-size: 12px;
    color: #909090;
}

.cover-container {
    max-width: 100em;
}

.gradient-edge {
    background: linear-gradient( to right, #ff6b08, #7209d4, #cf23cf, #00a5b2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.gradient-lightblue {
    background: linear-gradient( to right, #2e76d2 10%, #14a6d5);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.darken-blup {
    background-color: rgba(163, 195, 224, 0.8);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.darken-clneitzke {
    background-color: rgb(65, 218, 199);
    background-image: linear-gradient( 
            rgb(65, 218, 199),
            rgb(154, 123, 238)
    );
    /*rgba(149, 214, 249);*/
    /*rgba(219, 134, 242, 0.7));*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.darken-neitzke {
    background-color: #d3fffa;
    /*background-color: rgba(48, 171, 156, 0.37);*/
    /*background-image: linear-gradient( rgba(101, 222, 228, 0.502), rgba(122, 129, 255, 0.565));*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.border-vapor {
    padding: 25px;
    min-height: 300px;
    /*width: auto;*/
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.5);
    /*background-image: linear-gradient( */
    /*        rgba(149, 214, 249, 0.7), */
    /*        rgba(219, 134, 242, 0.7));*/
    background-color: rgb(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.nav-link, .nav-link:hover {
    color: #323232 !important;
}

.active, .active:hover {
    color: #4d80ca !important
}