/* FONTS */

@font-face {
    font-family: 'keep_calm_medregular';
    src: url('../fonts/keepcalm-medium-webfont.eot');
    src: url('../fonts/keepcalm-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/keepcalm-medium-webfont.woff2') format('woff2'),
         url('../fonts/keepcalm-medium-webfont.woff') format('woff'),
         url('../fonts/keepcalm-medium-webfont.ttf') format('truetype'),
         url('../fonts/keepcalm-medium-webfont.svg#keep_calm_medregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CASCADING STYLE SHEET */

body {
    background-color: #2C5034;
}

.container {
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}


.search {
  position: relative;
  color: #000;
  font-size: 16px;
}

.search input {
  width: 250px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input { text-indent: 32px;}
.search .glyphicon-search { 
  position: absolute;
	color: #9d9d9d;
  top: 10px;
  left: 10px;
}
.social-media {
	text-align: right;
	font-size: 25px;
	margin-top: -37px;
	padding-left: 15px;
	padding-right: 15px;
}

.social-media-text {
	font-size: 20px;
	display: inline;
}

.fa-envelope-o {
    color: #fff;
}

.fa-envelope-o:hover {
	color: #007bb6;
	transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

.fa-facebook {
	color: #fff;
}

.fa-facebook:hover {
	color: #3b5998;
	transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

.fa-twitter {
	color: #fff;
}

.fa-twitter:hover {
	color: #55acee;
	transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff; /* hover is 9d9d9d */
	font-family: keep_calm_medregular;
}

.navbar-inverse .navbar-nav>li>a:hover {
	font-family: keep_calm_medregular;
    color: #8E724A;
	transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
	font-family: montserratbold;
	font-size: 35px;
}

.navbar-inverse .navbar-brand:hover {
	font-family: montserratbold;
	font-size: 35px;
	transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}

.copyright-text {
    color: #fff;
    padding-top: 5px;
    font-family: keep_calm_medregular;
    text-align: center;
    margin-top: -15px;
}

nav.navbar.navbar-inverse {
	margin-bottom: 0;
}


nav.navbar.navbar-inverse.navbar-static-top {
	margin-bottom: 0px;
	border: 0;
	padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2C5034;
    border-bottom: 5px solid #8E724A;
}

div.navbar.navbar-inverse.navbar-fixed-bottom {
	border: 0;
}

div.jumbotron {
	background-size: cover;
	background-image: url(/image/viaduct.jpg);
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 50% 0%!important;
    margin-bottom: 0;
    
}

h1.welcome-text {
	color: #8E724A;
	font-family: keep_calm_medregular;
}

h1.about-text {
    color: #000;
}

h1.about-para {
    color: #000;
}

.container-main {
	margin-top: 15%;
}

.main-text {
	margin-top: 25%;
}

.button {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
	background-color: #2C5034;
    border: 3px solid #8E724A;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 145px;
    padding-left: 145px;
    font-family: 'Oswald', sans-serif;
    font-size: 3vw;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.button:hover {
    background-color: Transparent;
    background-repeat:no-repeat;
    color: #fff;
    border-color: #8E724A;
    background-color: #8E724A;
    padding: 3px 8px;
    display: inline-block;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 145px;
	padding-left: 145px;
}

.navbar-nav {
	padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar {
	margin-bottom: 0;
}

.form-group {
	padding-left: 10px;
}

.top-page {
	position: relative;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid;
	border-color: #333;
    border-radius: 4px;
	color: #222;
}

.top-arrow {
	color: #222;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #8E724A;
  border: 1px solid #8E724A;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
	
}

.thumbnail img {
    width: 100%;
}

.carousel-image {
	width: 100%;
}

a.btn.btn-primary {
	background-color: #3992c1;
	border-color: #3992c1;
	color: #fff;
}

a.btn.btn-primary:hover {
	background-color: #2ca1df;
	border-color: #3992c1;
	color: #fff;
}

button.btn.btn-danger {
	margin-left: 10px;
}

label {
	color: #000;
	text-align: left;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    left: 10px; /* padding from the left side of the window */
}

a#back-to-top.btn-back-to-top.pull-left.back-to-top {
    margin-top: -25px;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
    background-color: transparent;
    color: #fff;
    border-color: #8E724A;
}

a#back-to-top.btn-back-to-top.pull-left.back-to-top:hover {
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
    background-color: #8E724A;
    border-color: #8E724A;
    color: #fff;
}

.click-to-top {
    text-align: left;
    margin-left: 45px;
    height: 0;
    color: #9d9d9d;
}

.fa-facebook {
    padding: 5px 10px;
}

.fa-twitter {
    padding: 5px 10px;
}

.fa-envelope-o {
    padding: 5px 10px;
}

.page-header-console-XboxOne {
    text-align: center;
    font-size: 75px;
    color: #107c10;
}

div.navbar-collapse.myNavbar.collapse.in {
    overflow-x:hidden;
}


.page-header-console-Playstation {
    text-align: center;
    font-size: 75px;
    color: #003791;
}

.intro-text {
    color: #0f0;
}

.main-logo {
    height: 100px;
    margin-top: -50px;
}

.img-slider-text {
    color: #fff;
    font-family: keep_calm_medregular;
}

.main-intro-text {
    font-size: 20px;
}

.about-text-main {
    padding-top: 175px;
    font-size: 30px;
}

.about-main-header {
    font-size: 75px;
    text-align: center;
    color: #fff;
}

.page-header-text {
    font-size: 75px;
    text-align: center;
    color: #fff;
}

.controls {
    padding-left: 150px;
    padding-right: 150px;
}

.required {
    text-align: center;
    color: #fff;
}

.submit-button {
    text-align: center;
}
