﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


.inter-100 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #000000;
    text-align: left;
    background-color: #fff;
    font-size: 20px;
}

h1 {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 80px;
    color: #104667;
    margin-bottom: 30px;
}

h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-variation-settings: "slnt" 0;
    font-size: 25px;
    margin-top: 30px;
    color: #104667;
}


.fest {
    background-repeat: no-repeat;
    background-position: center right;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.51);
    border: 1px solid #cccccc;
    padding: 30px 0 30px 0;
    margin-bottom: 40px;
}

.fest-bg {
    background-image: url('AdobeStock_472179170_sm.jpg');
}


.båt {
    background-image: url('7a0b9b31b7f1013ac269b9f763a76f2a.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 400px;
    border: none;
    padding: 30px 0 30px 0;
    margin-bottom: 0;
}

.fest main {
    padding-top: 20px;
}

.form-check-input {
    position: absolute;
    margin-top: .5rem;
    margin-left: -1.25rem;
}

.top {
    height: 50px;
}

.fest .backplate {
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    margin-bottom: 10px;
}

.båt.container{
    max-width: 100%;
}

.båt .backplate {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 30px;
    max-width: 660px;
    margin: 30px auto;
}

.logo {
    width: 150px;
    margin: 20px auto;
    display: inherit;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

b {
    font-weight: 300;
}

td {
    vertical-align: top;
}

    td.title {
        font-weight: 400;
        padding-right: 30px;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.report{
    padding: 50px;
}


.report table {
    width: 100%;
    border-collapse: collapse;
}

.report td:first-child {
    width: 300px;
}
.report td:nth-child(2) {
    width: 300px;
}

/* Zebra striping */
.report tr:nth-of-type(odd) {
    background: #eee;
}

.report th {
    background: #3498db;
    color: white;
    font-weight: bold;
}

    .report th.yes {
        background: #1b5319;
    }


    .report th.no {
        background: #c40000;
    }

.report td, th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}

.report h1{
    font-size: 3em;
}


    .report h2 {
        font-size: 1.5em;
    }