﻿/* 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. */

/* Provide sufficient contrast against white background */
.headbanner {
    background-image: url("../Image/BannerImage.jpg") no-repeat center center fixed;
    /*background-image: linear-gradient(rgb(191, 34, 34),rgb(73, 18, 4),rgb(162, 157, 17));*/
}

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;
  text-decoration: underline;
}

/* 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;
    background: black;
    background-image: url('../Image/ForgeFire.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: antiquewhite;
    margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.table {
    display: table;
    width: 100%;
    text-align: center;
    /*background-color: #00174F;*/
}

.table-row {
    width: 100%;
}


.table-cell {
    width: 500px;
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border:double;
    border-color: antiquewhite;
}

.StaticImage{
    width: 498px;
    height:398px;
}

.videoViewer{
    width: 70%;
    height: 450px; 
    float:left;
}

.infoBox {
    align-self: center;
    background-color: black;
    padding: 10px;
    color: black;
    font-size: 24px;
    border-color: rgb(255, 87, 51);
    border-width: 2px;
    border-style: outset;
    border-radius: 12px;
    font-weight: bold;
}

/*image gallery styles.*/

div.gallery {
    border: 1px solid #ccc;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

button {
    background-image: linear-gradient(rgb(255, 102, 0),rgb(204, 0, 102));
    width: 70px;
    height: 40px;
    border: 1px solid #333;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*this style overrides the bootstrap style.*/
textarea {
    display: block;
    width: 400px;
    height: calc(1.5em + 0.75rem + 30px);
    overflow: auto;
    resize: both;
}