header{
    background-image: url(../../Images/AbsoluteTactics_HeaderBanner.jpg);
    background-repeat: repeat-x;
    /*background-size: 100%;*/
    background-position: center;
    /*background-color: #282D35;*/
    height: 0px;
    /*width: 100%;*/
}
body{
    background-color: #121d2c;
    color: white;
}
nav{
    background-color: rgba(0, 0, 0, 0.9);
}
.pulled-top{
    margin-top: 9%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    padding: 10px;
    height: 100%;
}
footer{
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 0px;
	padding-bottom: 20px;
}
input:checked + label {
    color: darkorange;
}
/*Sold square behind header links color*/
.active{
    background-color: #8B0808;
}
/*Header Link Text Color*/	
.nav-link:hover{
    color: #FF0000 !important;
}
.logo-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.hover-shadow{
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
.modal-content {
    position: relative;
    background-color: black;
    margin: auto;
    padding: 0;
    width: 85%;
    height: 85%;
    /*max-width: 1200px;*/
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
}

.close:hover,
.close:focus {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
