/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

/* Base structure */

body {
  background-color:#212529;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
  transition: background-color .5s;
  z-index: 1;
}

.cover-container {
  max-width: 42em;
}

.box-shadow-img {
  box-shadow:0 0 9px #05DAE8;
  margin-top:9px
}

.img-rounded {
  border-radius: 3px;
}

h1,h2,h3,nav,p	{
  color:inherit;
  font-family:'Open Sans',Trebuchet MS,Arial,sans-serif;
}

	nav	{
	  overflow:hidden;
	}

/* HEADER */
.nav-masthead .nav-link {
  padding: .25rem 0 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

	.nav-masthead .nav-link .btnOpn:link	{
	  border-bottom:none !important;
	}

.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;
}

.container .border-bottom	{
	margin:1.75rem 0 1.5rem;
}

.container h2.inline-block	{
	display:inline-block;
	font-family:'Architects Daughter',cursive;
}

.blockMenu,.blockMenu h2 a	{
	color:#f1f1f1;
}

.blockMenu ul	{
	display:inline-block;
	float:right;
	list-style:none;
	overflow:hidden;
}

	.blockMenu li	{
		float:left;
	}

.rightMenu	{
	float:right;
}

.rightMenu li a	{
	color:inherit;
}

.btnOpn	{
  cursor:pointer;
  padding-right:0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 2;
}

.rightMenu a:hover,.btnOpn:hover	{
  color:#777;
}

#sideMenu, .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.45s;
  padding-top: 60px;
}

	#sideMenu	{
	  z-index: 3;
	}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

	.sidenav a:hover {
	  color: #f1f1f1;
	}
	
	.sidenav .active	{
		color:#f1f1f1;
		cursor:text;
	}

.sidenav .closebtn {
  position: absolute;
  top: 3px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.btnHbg	{
	display:none;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.midSection .col-md-6	{
	margin-bottom:4rem;
}

.midSection .h-100	{
	box-shadow:0 0 10px #777;
}

	.midSection .h-100	{
		border:1px solid #ddd;
	}
	
.innerSections	{
	background-color:rgba(255, 255, 255, .25);
	border-top:3px solid #959595;
	padding:1.25rem 3rem;
	text-align:center;
}

.innerSections h3	{
	margin-bottom:0;
}

/* TABLETS */
@media (min-width: 769px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}

@media (max-width: 768px) {
	body	{
	  background-color:#111;
	}
	.container	{
	  background-color:#212529;
	}
	.container-fluid	{
	  /**/
	}
	.btnHbg	{
	  display:block;
	}
	.btnMenu	{
	  display:none;
	}
	.btnOpn	{
	  top: -11px;
	}
}
	
	
	
	