﻿

/* 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. */

/*
    BLUE #145364
    ORANGE DARK #fd703b
    ORANGE LIGHT #fe9b3d
    YELLOW #fdca3b
*/

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a, a:active, a:hover, a:visited {
  color: #ddd;
}


.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.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: 60px;
    font-family: Montserrat, 'Lato',Helvetica, Arial, sans-serif;
    background-color: #fdca3b;
    color: #efefef;
    background-image: url('/img/back-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* lnkpaid.com */
@media (max-width: 575.98px){

    footer {
        margin-top: 40px !important;
        padding-top: 40px !important;
    }

    .AddBigAir {
        margin-top: 80px !important;
    }

    .AddAir {
        margin-top: 40px !important;
    }

    .AddAirBelow {
        margin-bottom: 40px !important;
    }

    .AddLittleAir {
        margin-top: 20px !important;
    }

    .card-transparent {
        margin-top:20px !important;
    }
}

table{
    background-color:rgb(128, 128, 128, 0.5);
    color:#efefef;
}

th {
    color:#efefef;
}

td {
    color:#efefef;
}

footer {
    margin-top: 100px;
}

.nav-link{
    font-weight:700;
}

.main {
    z-index: 0;
}

.AddBigAir {
    margin-top: 160px;
}

.AddAir {
    margin-top: 80px;
}

.AddAirBelow {
    margin-bottom: 80px;
}

.AddLittleAir {
    margin-top: 20px;
}

.display-7 {
    font-weight: 300;
    font-size: 1.5rem;
}

.form-control{
    border-radius:0px;
}

.validation-summary-errors{
    font-size:1.2em;
    font-weight:700;
}

.card-transparent {
    background-color: rgb(85, 97, 101 , 0.85);
    color:#333;
}

.card-title{
    font-weight:500;
}

.text-success {
    color:rgb(29 185 113)!important;
}

.text-orange-light {
    color: #fe9b3d !important;
}

.nav-link {
    font-weight: 500 !important;
}