﻿/* 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. */


.container {
    /*
    margin-left: 10px;
    margin-right: 10px;
    max-width: 8192px;
    align-content: center;
    */
    max-width: 90% !important;
    padding: 1px;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
  padding-left: 10px
}

.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: 20px;
}
@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
}

.border-top {
  border-top: 10px 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* -------------------------------------------------- */
.shelbyllcdesc {
    text-align: center !important;
    font-size: 1.3em;
}



.thecontainer {
    display: flex;
    /* border: 3px solid green; */
    /* background: #ccc; */
    margin: 0 auto;
    width: 100%;

    justify-content: center;
    align-items: center;
}

.theimage {
    display: inline-block;
    /* background: blue; */
    /* width: 65%; */
    width: 75%;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}

.thetext {
    display: inline-block;
    /* background: red; */
    /* width: 35%; */
    width: 25%;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    text-align: center;
}

#vid-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    background: #e0e0c0;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#vid-left {
    float: left;
    padding: 0px;
    width: 47%;
    margin: 1%;
    height: 100%;
    border: 5px solid #484848;
}

#vid-right {
    float: right;
    padding: 0px;
    width: 47%;
    margin: 1%;
    height: 100%;
    border: 5px solid #484848;
}