﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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%;
}

.footer {
    background-color: #000;
    color: white;
    padding: 3rem;
    line-height: 45px;
}

.footer-unstyled-link {
    color: white;
    text-decoration: none;
}

.small-logo {
    max-width: 160px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.txt-white {
    color: white;
}

a:hover {

    color: #e9e9e9;
}

.home-bg {
    background-image: url('../images/AVbg1.jpg');
    background-size: cover;
}

.form-control {
    border-radius: 0;
}

.font-smallest {
    font-size: .9rem;
}

.av-logo {
    max-width: 750px;
}

.red-card, .black-card, .white-card {
    color: white;
    background-color: #A32035;
    padding: 1.2rem 1.7rem;
}

.black-card {
    background-color: #000;
}

.white-card {
    background-color: #F2F2F2;
    color: black;
}

.red-card h2, .black-card h2, .white-card h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 0;
}

.p-up {
    position: absolute;
    top: -70px;
    left: 100px;
}

.red-card li {
    margin-bottom: 1rem;
}

.img-stretch {
    max-height: 232px;
}

.up-arrow {
    position: absolute;
    top: -150px;
}

.down-arrow {
    position: absolute;
    top: -20px;
}

.img-2 {
    max-width: 300px;
}

.home-bg {
    background-image: url('../images/AVbg1.jpg');
    background-size: cover;
}


.av-bg-2 {
    background-image: url('../images/AVimg1.png');
    background-size: cover;
    min-height: 10rem;
}

.work-bg {
    background-image: url('../images/AVbg2.jpg');
    background-size: cover;
}




.black-yellow-button a {
    text-decoration: none;
}



#submitButton {
    background-color: black;
    color: #FCE200;
    border: none;
    font-weight: bold;
}

.black-yellow-button {
    background-color: black;
    color: #FCE200;
    border: none;
    font-weight: bold;
    padding: .3rem 1rem;
}

.pb-15 {
    padding-bottom: 15rem;
}

@media (max-width: 1300px) {
    .av-logo, .img-2 {
        max-width: 100%;
    }

    .img-2 {
    }
}

@media (max-width: 765px) {
    .img-2 {
        position: relative !important;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .img-stretch {

        max-height: 100%;
        max-width: 100%;
    }
}

@media (max-width: 350px) {
    .down-arrow, .up-arrow {
        transform: scale(.7);
    }
}


@media (max-width: 650px ) {
    .home-bg {
        background-image: url('../Images/avbgMobile.jpg');
        background-size: cover;


    }

    .work-bg {
        background-image: url('../images/AVBgMobileWork.jpg');
        background-size: cover;
    }

    .button-wrap {
        font-size: .9rem;
        position: relative;
        top: -10px;
    }

    footer {
        padding: 1.5rem !important;
    }
}

