/* GLOBAL STYLES
-------------------------------------------------- */

a {
  color: #603;
  font-weight: bold;
}

a:hover {
  color: #999;
  text-decoration: none;
}

body {
  /*padding-bottom: 40px;*/
  /*color: #5a5a5a;*/
  color: #000;
}

/* CUSTOMIZE NAVBAR
-------------------------------------------------- */
.navbar .navbar-inverse {
 /* background-color: #603; */
  border-radius: 0;
  
}

.navbar-brand img {
  margin-top: -12px;
}

.nav li a {
  color: #fff;
  font-weight: bold;
  /*text-align: center;*/
}
.navbar-nav{
/*	text-align: center;
	padding: 1px 0 1px 0; */
	color: #FFF;
	margin-left: auto;
    margin-right: auto;
	}
	
@media (min-width: 992px) {
.navbar-nav{
	color: #FFF;
	/*margin-left: 20%;*/
    margin-right: auto;
	}
}	

.dropdown-toggle {
  color: #000;
}

/*.dropdown-menu {
  color: #000 !Important;
  background-color: #ddd;
}*/

.dropdown-menu {
color: #000 !Important;
background-color: #ddd;
border: 0;
box-shadow: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  height: auto;
  width: auto;
  margin-top: -21px;
  margin-bottom: 20px;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  z-index: 10;
}

.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  border-bottom: 2px solid #603;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  padding: 10px 0 10px 0;
}

.featurette-heading a {
  display: block;
}

.featurette-heading a:hover {
  text-decoration: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  
  /*.goToTop {
	  position: fixed;
	  top: 0;
	  height: 70px;
	  z-index: 1;
	}
  */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.page-header {
	padding: 1px 0 1px 0;
	text-align: center;
	background-color: #660033;
	font-weight: bold;
	margin: -20px 0 20px 0;
	color: #FFF;
	 
}

@media (min-width: 992px) {
.page-header h1{
	font-size: 45px;
	font-weight: bold;
}
}

@media (max-width: 991px) {
.page-header h1{
	font-size: 35px;
}
}

.panel-heading {
	background-color:#DDD;
	color: #000;
}


.footer {
	text-align: center;
	background-color: #000;
	color: #FFF;
	margin: 0 0 -40px 0;
}

footer a {
color: #fff;
text-decoration: none;
}

footer a:hover {
text-decoration: none;
color: #ddd;
}




.grey {
	background-color: #EDEDED;
}

.top {
	padding:5px 0 25px 0;
}

.form_right {
	float: right;
	padding: 7px 0 0 0;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb {
	 color: #FFF;
 }
  #social-tw {
     color: #FFF;
 }
 #social-yt {
     color: #FFF;
 }
 #social-em {
     color: #FFF;
 }
  #social-vi {
     color: #FFF;
 }
 
 
 
 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-yt:hover {
     color: RED;
 }
 #social-em:hover {
     color: #f39c12;
 }
  #social-vi:hover {
     color: #660033;
 }
 
.list-group-item {
	border: 0px;
	background-color: #ddd;
}

.list-group-item.pageNav {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}

 
.pageNav {
	 display: block;
	 text-decoration: none !Important;
	 border-left: solid #660033 15px;
 }
 

.pageNav:hover {
	 background-color: #603;
	 text-decoration: none !Important;
	 color: #FFF;
 }
 
 a.pageNav:hover {
	 text-decoration: none !Important;
 }

 .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #660033;
	border-color: #660066;
	font-weight: bold;
}

.btn-primary:hover {
	border-color: #dedede;
	background-color: #dedede;
	color: #603;
	font-weight: bold;
	}

 .navbar {
  border: 0;
 }
 
 .navbar-inverse {
  background-color: #000;
  border-radius: 0;
}

@media (min-width: 768px) {
.dropdown-menu > li > a {
	color: #660033 !Important;
}

.dropdown-menu > li > a:hover {
	color: #FFF !Important;
	background-color: #000 !Important;
}

.divider {
	background-color: #660033 !Important;
}
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #603;
}

.btn-primary.raised {
	box-shadow: 0 3px 0 0 #ddd;
}

.btn-primary.raised:active, .btn-primary.raised.active {
	background: #660033;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}

.homeButton {
	color: #FFF;
	text-align: center;
	background-color: #660033;
	text-decoration: bold;
	font-size: 1.5em;
}



.homeButton:hover {
	background-color: #dedede;
	text-align: center;
	color: #603;
	font-weight: bold;
	text-decoration: none;
	}

.panel.panel-default a {
    text-decoration: none !Important;
}
	
.frontier-bottom {
/*background-color: #d3d3d3;*/
font-size: 2em;
padding: 1em;
/*margin: 40px 0 40px 0;*/
text-align: center;
}

/*.frontier-border {
border: 2px solid #fff;
padding: 0.25em 0em 0.25em 0em;
	margin: auto;
}*/

.frontier-border h1 {
	line-height: 1em;
	margin: auto;
	padding: 0.25em 0em 0.25em 0em;
	border: 2px solid #fff;
}

a.frontier-anchor {
	color: #603;
	display: block;
}

a.frontier-anchor:hover {
	color: #fff;
	text-decoration: none;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
    font-weight: bold;
}
.marketing-left {
    left: 0;
    right: 0;
    text-align: left;
    font-size: 13px;
}

.thumbnail {
	/*height: 400px;*/
	width: 350px;
	margin: 0 5px 0 5px;
}

@media (min-width: 1200px) {
.parallax {
    /* The image used */
    background-image: url("/Web2017/bgAerial.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 20px 0;
}
}

.featured {
	padding: 15px;
}

div.navbar-collapse ul.dropdown-menu li a:hover {
background-color: #603 !important;
color: #fff !important;
}

/*.list-group-item {
	border: 0px;
	background-color: #eee;
}*/

/* Add a dark gray background color to the modal header and center text */
.modal-header, .modal-h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}