/* --------- Page Layout- --------- */
body {

	font-family: 'Raleway', sans-serif;
	color:#58585b;
}
.row{
	margin-left: 0rem;
	margin-right: 0rem;
}
h1, h2{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color:#00AEEF;
	text-transform: uppercase;
}

h3, h4, h5, h6{
	color:#00AEEF;
	text-transform: uppercase;
	font-weight: 700;
}

/* ----- NavBar --- */
.navbar{
	background:#ffffff;
}

.navbar a {
	text-transform: uppercase;
	border-bottom:none;
	color:#58585b;
}

.navbar a:hover {
	text-transform: uppercase;
	border-bottom:none;
	color:#00AEEF;
}

.navbar-toggler {
    border: 1px solid #ccc;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

.navbar-light .navbar-nav .nav-link:hover{
	color:#00AEEF;
}
/* ---- Carousel -----*/
/* Carousel base class */
.carousel {
	margin-bottom: 3rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
	bottom: 3rem;
	z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
	height: 32rem;
  }
  .carousel-item > img {
	 position: absolute; 
	top: 0; 
	left: 0; 
	min-width: 100%;
	height: 32rem; 
  }
  .carousel-caption {
    bottom: 3rem;
	z-index: 10;
	position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.banner-overlay{
	position: absolute;
	z-index: 0;
	background-color:rgba(12,39,49,0.7);
	 background: red; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(0,174,239,0.7), rgba(12,39,49,0.7)); /* Standard syntax (must be last) */
	
	width:100%;
	height:100%;
}

/*.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  
  #carouselContent .carousel-item {
    height: 20vh;
  min-height: 20vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      margin: 0 auto;
      text-align: center;
  }
  
  .carousel-content{
      padding: 0 12% 0 12%;
      display:block;
      height:100%;
      margin-top:10px;
  }
  
  #carouselContent a{
      border-bottom: none;
  }

  .carousel-heading{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 2.2rem;
}

.carousel-caption{
	position: absolute;
	right: 15%;
	bottom: 20%;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	top: 20%;
}
.carousel-caption-center{
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%)
}*/

/* ---- Panel Padding --- */ 

.panel-padding{
	padding-top:40px;
	padding-bottom:40px;
}

/* ----- Services -- */
#services img{
	margin-top:20px;
}

.service-header a:hover{
	color: #58585b;
}

li.formField{
	list-style: none;
}
.formFieldLabel {
    display: none;
}

.contact-form .textbox, .contact-form .textarea {
	width:100%;
	margin-bottom:5px;
	padding:5px;
}

/* --------- Collection Layout --------- */

.card-title{
	padding-top:10px;
}

/* --------- Links Etc --------- */


.btn-primary {
    background-color: rgba(255, 0, 0, 0) !important;
    border-color: #ffffff !important;
	border-radius: 0;
}


.btn-primary:hover {
    color: #fff !important;
    background-color: rgba(255, 0, 0, 0) !important;
    border-color: #ffffff !important;
	border-radius: 0;
	cursor: pointer;
}

a{
	color: #00AEEF;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px dotted #00AEEF;
}

.full-width{
	width:100%;	
}

.partner-logos a{
	border:none;
}
.social-icons a{
	color:#ffffff;
}

.social-icons a:hover{
	text-decoration: none;
	border-bottom: none;
}

.partner-logos img{
	padding-top:5px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
	  margin-bottom: 1.25rem;
	  font-size: 1.25rem;
	  line-height: 1.4;
	}
  
	.featurette-heading {
	  font-size: 50px;
	}
  }
  
  @media (min-width: 62em) {
	.featurette-heading {
	  margin-top: 7rem;
	}
  }
  