/*!
 * Start Bootstrap - Business Casual v4.1.1 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */
html, body {
    overflow: auto;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
    background:none;
    background-color:#001942;
    font-weight: 400;
    color: white;
}

@media (min-width: 992px) {
  body {
    background: linear-gradient(rgba(0, 26, 51, 0.25), rgba(0, 26, 51, 0.65)), url(../img/bg.jpg);
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
    color: #7aadff;
    margin-bottom: 0;
    display: block;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 10px;
        text-shadow: 0px 0px 8px #007bff;
    margin-left: 15px;
}

.site-heading .site-heading-lower {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
  background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%);
    background-clip: text!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

#mainNav {
  background-color: rgba(0, 51, 102, 0.9);
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-brand {
  color: #e6a756;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #e6a756;
}



.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}



.cta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 26, 51, 0.65);
    font-family: 'Roboto', sans-serif;
font-weight: 400;
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4));
    box-shadow: 
        inset 0px 11px 10px -12px #007bff,
        inset 0px -11px 10px -12px #007bff;

}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}



.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(0, 51, 102, 0.5);
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #e6a756;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

.text-primary {
  text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
}

.bg-primary {
  background-color: #e6a756 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #e6a756;
  border-color: #e6a756;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #df902a;
  border-color: #df902a;
}

.font-weight-light {
  font-weight: 100 !important;
}

.caption {
    padding: 30px;
    color: #969595;
    overflow: hidden;
    background: linear-gradient(rgba(0, 51, 102, 0.65), rgba(0, 51, 102, 0.0))!important;
    border-radius: 4px;
}


.poop {
    color: white;
}

table th {
    vertical-align: bottom;
    border-bottom: 0;
    border-top: 0;
}
table td, table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0!important;
}



.container2 {
    position: relative;
}

/* Bottom right text */
.text-block2 {
    position: absolute;
    padding: 0;
    margin: 0;
}

.card-img-overlay {
    margin: 0;
    padding: 0.5rem;
  background: linear-gradient(rgba(0, 51, 102, 0.65), rgba(0, 51, 102, 0.0));
    font-size: 0.9rem;
        width: 101%;
}

.card-text {
    line-height: 1;
}

.card, #card {
    margin: 0 auto; /* Added */
        float: none; /* Added */
        margin-bottom: 40px; /* Added */
}

.media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-titles {
    line-height: 1;
    color: #7aadff;
    font-weight: 400;
}

td, th {
    padding: .20rem!important;
    text-align: center;
}

th {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4));
    background-color: transparent!important;
    font-weight: 400;
    color: #007bff!important;
}

table {
    border-collapse: separate;
    border-spacing: .1em;
}

a:hover{
    text-decoration: none;
}

.d-lg-block {
    display: block!important;
}

.navbar {
    padding: 0;
    margin-top: 10px;
}

#navv {
    padding-bottom: 40px;
}

#navv a {
        margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
}


.input-group-text {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4));
    background-color: transparent!important;
    font-weight: 400;
    color: #007bff!important;
    border: 0!important;
}

input {
    display: block;
    width: auto;
    margin: 0 5px;
    border: white 1.5px solid;
    /* padding: 10px; */
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
    border-color: #d6eeffbb!important;
    box-shadow: 0px 0px 3px #007bff;
    background: linear-gradient(to right, rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4) 100%);
    text-align: center;
    text-transform: uppercase;
    border-radius: 1px;
    font-size: 1rem;
    transition: 0.5s;
}

select {
    display: block;
    width: auto;
    margin: 0 5px;
    border: white 1.5px solid;
    /* padding: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
    border-color: #d6eeffbb!important;
    box-shadow: 0px 0px 3px #007bff;
    background: linear-gradient(to right, rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4) 100%);
    text-align: center;
    text-transform: uppercase;
    border-radius: 1px;
    font-size: 1rem;
    transition: 0.5s;
}

.btn-secondary {
    border-radius: .25rem;
}

#emblem {
    width: 50px; 
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: white 4px solid;
    border-color: transparent;
}

.nameholder {
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
}

#rank {
    float: right;
    height: 50px;
    width: auto;
}

#playername {
    height: 100%;
    font-size: 1.5em;
    display: inline-block;
}

.gamertag {
    display: block;
    justify-content: center;
    align-items: center;   
    height: 100%;
    width: auto;
    padding-left: 80px!important;
    padding-right: 60px!important;
    margin: 0!important;
}

.rank {
    width: 50px;
    height: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emblem {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid;
    border-color: transparent!important;
}

#gamertagcard {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    height: 50px;
    width: 100%;
    background-color: darkred;
}

.img-valign {
    height: 40px;
    width: auto;
}

.username {
    display:block;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 0px 8px #007bff;
    color: white;
}

.clantag {
    display:block;
    font-size: 1.2em;
    font-weight: 500;
    color: #ccc;
}

.info {
    display: block;
    font-weight: 500;
    color: #fff;
    line-height: 2;
}

.stat {
    display: block;
    float: right;
    font-weight: 500;
    color: #007bff;
    line-height: 2;
}

#gamecard {
    height: 64px;
}

.crating {
  font-size: 52px;
    font-weight: 700;
  color: #007bff;
    float: right;
    line-height: 1;
}

.img-valign2 {
    height: 50px;
    width: auto;
}

#myVideo {
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    width: 100%;
}

nav{
  display: flex;
  width: 100%;
  height: 20%;
  background: none;
  align-items: center;
  justify-content: center;
        margin-bottom: 40px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nbutton {
    display: block;
    width: auto;
    margin: 0 5px;
    border: white 1.5px solid;
    /* padding: 10px; */
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
    border-color: #d6eeffbb!important;
    box-shadow: 0px 0px 3px #007bff;
    background: linear-gradient(to right, rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4) 100%);
    text-align: center;
    text-transform: uppercase;
    border-radius: 1px;
    font-size: 1rem;
    transition: 0.5s;
}

.nbutton:hover, input:hover {
    background: linear-gradient(to right, rgba(0, 51, 102, 0.95), rgba(0, 51, 102, 0.95) 100%);
    border-color: white!important;
    box-shadow: 0px 0px 5px #007bff;
}

nav a {
    display: block;
    width: auto;
}

.nav-left {
    float: left;
}

.nav-left ul li {
    float: left;
    margin-right: 20px;
}

.gametitle {
    font-size: 2.5rem;
    padding: 20px;
    margin-bottom: 40px;
}

blockquote {
border: none;
    margin-bottom: -30px;
    position: relative;
    margin: 0 auto;
    /* padding-left: 0.4em; */
    text-align: center;
}

blockquote h3 {
    font-size:18px;
    font-style: italic;
}

blockquote h3:before { 
    content: "\201C";
    font-weight: bold;
    font-size:60px;
    color:#007bff!important;
    position: absolute; 
    top: -0.2em;
    left: -0.5em; 
} 
blockquote h3:after { 
    content: "\201D";
    font-weight: bold;
    font-size:60px;
    color:#007bff!important;
    position: absolute; 
    bottom: -0.7em;
    right: 0; 
}

.serverCard {
    position: relative;
        width: 325px;
    height: 175px;
    background: linear-gradient(rgba(0, 51, 102, 0.0), rgba(0, 51, 102, 0.9)), url(/img/large/shrine.jpg);
  background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;
    margin: 0 auto;
    border-radius: 2px;
        margin-bottom: 40px;
    transition: 0.2s;
}


.serverName {
    padding-left: 15px;
    position: absolute;
    bottom: 25px;
    text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
}

.serverInfo {
    padding-left: 15px;
    position: absolute;
    bottom: 5px;
    text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
}

.serverPlayers {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-right: 5px;
    /* text-shadow: 0px 0px 8px #007bff; */
    color: #d6eeff!important;
    background-color: #003464bb;
    padding: 4px;
    border-radius: 4px;
}

.serverLink {
   width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0 5px 20px #0002;
}

.logo {
    /* border-top-right-radius: 0px; */
    /* border-top-left-radius: 0px; */
    /* border-top: none; */
    padding-left: 20px;
    padding-right: 20px;
}

.nav-right {
    position: absolute;
    right: 0;
}

.reg input{
    width: 240px!important;
    margin-bottom: 20px;
}

.upload {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.4));
    background-color: transparent!important;
    font-weight: 400;
    color: #007bff!important;
    border: 0!important;
    padding: 10px;
    margin: 0;
    border-radius: 4px;
    margin-top: 20px;
}
.divider {
    width: 80%;height: auto;background: linear-gradient(to bottom, rgba(0, 51, 102, 1), rgba(0, 51, 102, 0.4) 100%);box-shadow: 0px 5px 5px #0002;margin:auto;
}

.statcard {
    position: relative;
    width: 325px;
    height: 175px;
    background: linear-gradient(rgba(0, 51, 102, 0.95), rgba(0, 51, 102, 0.65));
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0px 5px 5px #0002;
}

.statvalue {
    text-align: center;
    text-shadow: none;
    opacity: 0.8;
    font-weight: 900;
    display: block;
    letter-spacing: 10px;
    font-size: 2.5rem;
    line-height: 0.8;
    padding-left: 10px;
}

.stattitle {
        text-align: center;
    text-shadow: none;
    font-weight: 700;
    margin-top: 35px;
    display: block;
    font-size: 1.5rem;
    color: #007bff!important;
    letter-spacing: 2px;
}

.recentcard {
    position: relative;
    width: 525px;
    height: 175px;
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 51, 102, 0.45));
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0px 5px 5px #0002;
}

.playercard {
    position: relative;
    width: 360px;
    /* height: 175px; */
    margin: 0 auto;
    border-radius: 2px;
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0px 5px 5px #0002;
    padding: 10px;
}

.subtitle {
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 0px;
    width: 100%;
}

.sremblem {
    width: 50px;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.srusername {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
}

.srclantag {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    color: #ccc;
}

.progress-bar {
    background: rgba(255,255,255,0.9);
  box-shadow: inset 0px 0px 10px 2px rgba(117,182,255,0.5),
                    0px 0px 20px rgba(117,182,214,0.5);
}

.progress {
    width: 80%;
    height: 25px;
    /* box-shadow: inset 0px 0px 10px 1px rgba(117,182,255,0.4), 0px 0px 20px rgba(117,182,255,0.1); */
    padding: 2.5px;
    border-radius: 2px;
    /* background: linear-gradient(rgba(0, 51, 102, 1), rgba(0, 51, 102, 1)); */
    background-color: #0008;
    margin-top: 12.5px;
}

.table {
  border-collapse:separate; 
}

figure {
	width: 42px;
	height: 42px;
	margin: 24px auto;
	position: relative;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	border-radius: 5px;
    float: left;
    margin: 0;
}

figure img {
	display: block;
	border-radius: 5px;
}

figure:after {
	position: absolute;
	pointer-events: none;
	content:'';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
	background-image: -webkit-linear-gradient(-45deg, rgba(255,255,255,.4), rgba(255,255,255,.2) 50%, rgba(255,255,255,0) 50%);
}
option {
    display: block;
    width: auto;
    margin: 0 5px;
    border: white 1.5px solid;
    /* padding: 10px; */
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 8px #007bff;
    color: #d6eeff!important;
    border-color: #d6eeffbb!important;
    box-shadow: 0px 0px 3px #007bff;
    background-color: #001942;
    text-align: center;
    text-transform: uppercase;
    border-radius: 1px;
    font-size: 1rem;
    transition: 0.5s;
}

.navbar-nav {
        flex-direction: inherit;
}
