a, a:focus, a:hover {
  color: #fff;
}

.col-text-links a, a:focus, a:hover {
  color: #007bff;
}

.col-text-links a:hover {
  text-decoration: underline;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: .05rem solid #fff;
}

hr {
	border-top: 1px solid #555;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 20px;
}

html, body {
  background-color: #333;
}
body {
  color: #ddd;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 2rem;
}

masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


/*
 * Affix and center
 */
@media (min-width: 40em) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }

  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 42rem;
  }
}

.navbar-brand {
	background-image: url(../images/squadview-text-logo.png);
	height: 52px;
	background-size: 98%;
	padding: 0px;
	background-position-y: -2px;
	margin-top: 0px;
	width: 209px;
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-right: 10px;
	margin-bottom: -2px;
}

/*
.navbar-brand {
	background-image: url(../images/gm-logo-small.png);
	height: 48px;
	width: 66px;
	background-size: 100%;
	padding: 0px;
	background-position-y: -9px;
	margin-top: 2px;    
}
*/

.bg-dark {
	padding-top: 3px;
	padding-bottom: 5px;
}

.main-container {
	padding-top:50px;
	min-height: calc(100vh);
	width: 100%;
}

.fixedbackground {
	background-image: url(../images/behindthetrees.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main-container-image {
	background-image: url(../images/behindthetrees.jpg);
	background-size: 100%;
	background-position-y: center;
	background-repeat: no-repeat;
  border-bottom: 1px solid #111;
  margin-bottom: -480px;
  min-height: 600px;
}

.login-container {
	padding-top: 116px;
	background-color: rgba(0,0,0,0.5);
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}

.squad-container {
	padding-top: 80px;
  background-color: rgba(0,0,0,0.7);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.squad-options {
	margin-top: 10px;
	margin-bottom: 15px;
}

.squad a {
	color: #2a9fd6;
}

.squad .btn-success, .squad .btn-info {
	color: #fff;
}

.squad .btn-full {
	width: 100%;
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.squad-container .searchsquads {
	background-color: rgba(90,90,90,0.6);
	padding: 5px;
}

.main-container-quotes {
	padding-top: 80px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.callout {
	position: relative;
	padding: 15px;
	margin: 1em 0 1em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 260px;
}

.callout.left:before {
	top: 10px;
	bottom: auto;
	left: -30px;
	border-width: 15px 30px 15px 0;
}

.callout:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 40px;
	border-width: 20px 20px 0;
	border-style: solid;
	display: block;
	width: 0;
}

.callout-squad1 {
	border: 5px solid #5a8f00;
	color: #eee;
	background: #4a8f00;
}

.callout-squad1.left:before {
	border-color: transparent #5a8f00;
}

.callout-squad1:before {
	border-color: #5a8f00 transparent;
}

.callout-squad2 {
	border: 5px solid #c56126;
	color: #eee;
	background: #c46126;
}

.callout-squad2.left:before {
	border-color: transparent #c56126;
}

.callout-squad2.right {
	margin-left: auto;
}

.callout-squad2.right:before {
	top: 10px;
	bottom: auto;
	left: auto;
	right: -30px;
	border-width: 15px 0 15px 30px;
}

.callout-squad2:before {
	border-color: transparent #c56126;
}

.squadviewmock {
	width: 100%;
	box-shadow: 0px 0px 90px #000;
	position: relative;
  margin-top: 30px;
}

.logomock {
	background-image: url(../images/logo-128x128.png);
	height: 128px;
	width: 128px;
	background-size: 100%;
	padding: 0px;
	background-position-y: -9px;
	margin-top: 2px;
	position: absolute;
	top: 338px;
	left: 500px;
	z-index: 100;
}

.highlighted {
	text-align: center;
	text-shadow: 2px 2px 1px #000,-2px -2px 1px #000,2px -2px 1px #000,-2px 2px 1px #000;
}

.login-left {
	border-right: 1px solid #666;
	padding-right: 50px;
	text-align: justify;
}

.login-right {
	padding-left: 50px;
	text-align: justify;
}

.login-container .mock {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #555;
	border-radius: 5px;
	padding: 1px;
}

.login-container form {
	text-align: left;
} 

.login-right form {
	text-align: center;
}

.login-right p {
	padding-top: 14px;
	padding-bottom: 10px;
}

.login-container label {
	margin-top: 10px;
}

.createaccount {
	padding-top: 40px;
	padding-bottom: 35px;
}

.steamlogin {
	width: 170px;
	text-align: center;
	cursor: pointer;
}

.steamlogin:active {
	border: 0px;
}

footer {
	background-color: rgba(100,100,100,0.4);
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px;
}

footer p {
	margin-bottom: 0px;
}

.steamprofilesquare {
	height: 38px;
	margin-right: 8px;
	border-radius: 4px;
}

h3 .steamprofilesquare {
	margin-top: -5px;
}

.registration .steamsignin {
	margin-left: 50%;
	position: relative;
	left: -80px;
}
.registration h4 {
	background-color: rgba(100,100,100,0.6);
	padding: 10px;
}

.steamlinked {
	font-size: 12px;
	display: inline-block;
	background-color: #c00;
	padding: 3px;
	border-radius: 6px;
	padding-top: 2px;
	padding-right: 5px;
	border: 1px solid #d00;
	position: relative;
	top: -1px;
	left: 9px;
}

.screenshot-upload-sample {
	width: 100%;
}

.errortext {
	color: red; 
	padding: 5px;
	padding-left: 0px;
}

.avatar {
	border: 1px dashed #ccc;
	padding: 2px;
	overflow: hidden;
	background-color: #333;
}

.avatar img {
	height: 96px;
	float: left;
}

.avatar input {
	display: inline-block;
}

.avatar .changeavatar {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

.avatar .changeavatar p.error {
	margin-bottom: 4px;
	margin-top: 7px;
	color: red;
}

#createsquad label {
	margin-top: 5px;
	margin-bottom: 2px;
}

.previewSquad {
	float:right;
	margin-right:0px;
}

table.squadactivity, table.newestdquads, table.squadcontrol, table.squadSearchResults {
	font-size: 14px;
	width: 100%;
}

.squadactivity img {
	height: 16px; 
	width: 16px; 
	position: relative; 
	top: -2px;
}

#createSquad {
	color: #fff;
}

.newsquad {
	background-color: rgba(80,80,80,0.6);
	min-width: 255px;
}

.sidebarItem {
	background-color: rgba(100,100,100,0.6);
	width: 100%;
	display: inline-block;
	padding: 5px;
}

.squad-fill {
	min-height: calc(100vh - 230px);
}

.squad-fill2 {
	min-height: 700px;
}

.squad {
	background-color: rgba(70,70,70,0.4);
	border: 1px solid #282828;
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 1.42857;
	margin: 0 0 10px;
	padding: 5px;
  padding-top: 0px;
  padding-bottom: 2px;
}

.squad table {
	font-size: 16px;
	width: 100%;
}

.squad .pw-widget {
	 margin-top: 2px;
}

.squaddetail tr, .squadactivity tr {
	border-bottom: 1px dashed #444;
}

.squaddetail tr:last-child, .squadactivity tr:last-child {
	border-bottom: 0px;
}

.squaddetail td, .squadactivity td {
	padding: 2px;
}

.squaddetail .val {
	color: #aaa;
}

.squadactivity td {
	padding: 3px;
}

.btn-small {
	padding: .25rem .2rem;
	font-size: .775rem;
	line-height: 1.2;
	border-radius: .2rem;
	width: 120px;
}

.btn-xs {
	padding: .25rem .2rem;
	font-size: .775rem;
	line-height: 1.2;
	border-radius: .2rem;
	min-width: 60px;
}

.squadpreview {
	width: 100%;
}

.squadpreview td img {
	width: 100%;
	max-height: 301px;
}

.channel {
	background-color: rgba(70,70,70,0.4);
	padding: 10px;
}

.channel .squadpreview {
	border: 2px dashed #777;
}

.channel .squadpreview td {
	padding: 3px;
	width: 50%;
}

.channel .squadpreview td .availablespace {
	margin: 0px;
	background-color: rgba(100,100,100,0.5);
  height: 302px;
  display: table-cell;
  width: 535px;
  text-align: center;
  vertical-align: middle;
}

.channel .squadpreview td .availablespace .fa {
	font-size: 56px;
	box-shadow: none;
	transition: text-shadow 0.3s, font-size 0.2s;
}

.channel .squadpreview td .availablespace .fa:hover {
  text-shadow: 0 0px 17px rgba(0,0,0,1);
  font-size: 58px;
  cursor: pointer;
}

.channel .squadpreview .imgcontainer {
	position: relative;
}

.channel .squadpreview .imgcontainer .username {
	position: absolute;
	font-size: 31px;
	margin-left: 5px;
	color: #fff;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000;
	font-weight: 800;
	letter-spacing: -1px;
}

.channel .squadpreview .imgcontainer .removeplayerchannel {
	float: right;
	position: absolute;
	right: 5px;
	font-size: 24px;
}

.channel .squadpreview .imgcontainer .removeplayerchannel:hover {
	cursor: pointer;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000;
}

.channel .info {
	float: right;
	min-width: 400px;
}

.channel .info ul {
	list-style-type: none;
	list-style: none;
	padding-left: 0px;
}

.channel h4 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.channel h4 a {
	color: #007bff;
}

.joinchannel {
	float: right;
	color: #eee !important;
	letter-spacing: 0px !important;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	margin-top: 6px;
	list-style: none;
	background-color: #222222;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb > li + li::before {
	content: "\25AA ";
}

.breadcrumb>.active {
    color: #888888;
}

.squadtitle {
	background-color: rgba(80,80,80,0.3);
	padding: 4px;
	margin-bottom: 18px;
	border-radius: 5px;
	text-transform: uppercase;
	padding-left: 10px;
}

.squadtitle div {
	margin-top: 7px !important;
}

.alert-error {
	background-color: rgba(200,0,0,0.5);
	padding: 5px;
	text-align: center;
	font-weight: 600;
	border: 2px solid #700;
}

.nochannels {
	min-height: calc(100vh - 246px);
}

#div-gpt-ad-1546825616877-0 {
	height:90px; 
	width:728px; 
	margin-left: 50%; 
	position: relative; 
	left: -364px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.squadview-previews {
	margin-bottom: 5px;
}

.squadview-previews img {
	width: 147px;
	margin: 2px;
}

.squadview-previews h4 {
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	background-color: rgba(0,0,0,0.3);
	margin: 2px;
	padding: 3px;
	text-align: center;
	padding-top: 1px;
}

h2.highlighted {
	font-size: 70px;
	text-align: left;
	margin-left: -3px;
	line-height: 60px;
}

h4.highlighted {
	font-size: 16px;
	text-align: left;
	margin-bottom: 0px;
}

.highlighted-container {
	display: block;
	width: 500px;
	margin-left: calc(50% - 250px);
	margin-bottom: 50px;
}