body {
	background: #3E4649;
	color: #f7f7f7;
	font-family: 'Montserrat', sans-serif;
}
h1,
h2 {
	color: black;
	font-weight: bold;
}
p {
	font-size: 16px;
	color: #cdcdcd;
}
.headline {
	
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/Server-Farm-Bootup-medium-large.gif') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
	background: url('../images/Server-Farm-Loop-Forever.gif') center center / cover no-repeat;
	color: orange;
	text-align: center;
  }
}
.navbar {
	margin-bottom: 0;
}
.refresh {
	background: url('/images/background.jpg') center center / cover no-repeat;
	color: orange;
	text-align: center;
}
.jumbotron {
	background: url('../images/Server-Farm-Bootup-medium-large.gif') center center / cover no-repeat;
	color: orange;
	text-align: center;
}
.jumbotron p {
	color: black;
	font-size: 26px;
}
.navbar-inverse {
	background: #2E2F31;
	border: 0;
}
.dropdown-menu {
	background: #2E2F31;
	border-radius: 0;
	border: 0;
}
.navbar-inverse .navbar-nav li a {
	color: #f7f7f7;
	font-size: 16px;
}
.navbar-inverse .navbar-nav li a:hover {
	background: #27A967;
}
.navbar-inverse .navbar-nav .dropdown-menu li a:hover {
	background: #2C463C;
}
.dropdown-menu li a {
	padding: 10px;
}
.btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: white;
	margin-bottom: 5px;
}
.btn-primary:active {
	color: #29A997;
	background-color: blue;
	border-color: blue;
}
.btn-primary:hover {
	color: #27A967;
	background-color: white;
	border-color: white;
}
.glyphicon-large {
	font-size: 100px;
}
.call-to-action {
	text-align: center;
}
.call-to-action p {
	margin-bottom: 30px;
	font-family: sans-serif;
}

.about_us_content {
    padding: 50px 0;
    width: 100%;
    background: #286090;
    margin: 0 auto 0 auto;
    z-index: 99;
    position: relative;
    text-align: center; 
}