/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  letter-spacing: .03em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Abel,sans-serif;
  	font-weight: 400;
	letter-spacing: 0.04em;
}

h1 {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  font-size: 46px;
  line-height: 1.2;
}
h1:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid red;
}

h3 {
    font-size: 35px;
}
h4 {
    font-size: 25px;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	line-height: 1.2;
}

h4:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid red;
}
h5 {
    font-size: 18px;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	line-height: 1.2;
}

h5:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid red;
}
/* MARKETING CONTENT
-------------------------------------------------- */
.marketing{
	  margin-top: 50rem;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}


.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing .col-lg-6 {
  margin-bottom: 1.5rem;
  text-align: center;
}


.marketing .col-lg-6 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Content */

#space {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/space.png) repeat-x 0 0 fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
}

#type {
    bottom: 17rem;
    font-size: 20px;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    #type {
        font-size: 30px;
    }
}
.div-wrapper {
    height: 80px;
    width: 40px;
}

.div-wrapper img {
	position: relative;
    left: -15px;
}
.image-container{text-align:center}
.bgcolor {
    background-color: gray;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #818181;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
}

.menu {
  font-size:20px;
  cursor:pointer;
  color: #fff
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.container {
  width: auto;
  max-width: 1280px;
  padding: 0 15px;
}
footer a {
	color: #fff;
	text-decoration: none !important;
}
footer a:hover {
	color: #fff;
  border-bottom: 2px solid red;
}
.navbar-brand {
	margin-right: -1px !important;
}
.nav-link{
	font-size: 18px;
	padding-left: 0px;
}
.centered {
  position: relative; /* or absolute */
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}
pre {
  font-family: Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
     max-height: 340px;
    overflow-y: scroll;
	overflow-x:auto;
}