.anchor{
  display: block;
  height: 70px; /*same height as header*/
  margin-top: -40px; /*same height as header*/
  visibility: hidden;
}

body { position: relative;
font-family: 'Roboto', sans-serif;
background-image: url("images/subtle_white_mini_waves.png");}

.bg-grey {
    background-color: rgba(29, 196, 215, 0.3);
    color: #4a4a4a;  
}

.box-shadow p {
  /*accommodates my images*/
    margin-top: 80px;
    margin: 2em auto;
    padding: 0 5px 0 5px;
}  

/*buttons with extra padding and without rounded borders */
.btn {
    padding: 10px 10px;
    background-color: #1dc4d7;
    color: #fff;
    border-radius: 2;
    transition: .2s;
    opacity: 0.8;
    letter-spacing: .1rem;
 
}

/* On hover, the color of .btn will transition to white with black text */
.btn:hover, .btn:focus {
    border: 2px solid #1dc4d7;
    background-color: #fff;
    color: #1dc4d7;
}

#tagbutton {
	border-radius: 5;
	width:12%;
	position: absolute;
	left: 44%;
	top: 80%;
	letter-spacing: .3rem;
	
}
  
.carousel-indicators{
padding-top: 100px;
  }
  
.carousel-indicators li {
  	 border-color: black;
  }

.carousel-indicators li.active {
      background-color: black;
  }
  
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container-fluid {
      padding: 20px 50px;
  }
 
 #contact{ 
 filter: grayscale(30%);
 }
  
#navcontainer{
	max-height: 50px;
}

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.absolute{
	position: absolute;    
}

.embed-responsive-item {
    max-width: 1280px;
}

#eventsLink{
	text-decoration:underline;
	color:blue;
}

.eventbox {
    padding: 0 0 15px 0;
    border: 0;
    border-radius: 0;
}

.eventbox p {
    margin-top: 15px;
    color: #555;
}

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

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05rem;
  font-family: 'Roboto', sans-serif;
  padding-top: 5%;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  color: white;
  background-color: #1dc4d7;
}

/*#foot{
	padding-left:0;
	padding-right:0;
	margin-left:-10px;
	margin-right:0px;
}


*/
#footp{
	padding-top:10px;
}

#grad {
	height: 100%;
	background: linear-gradient(#c2f0ed, #ffe6e6);
}

h1 {
    text-shadow: 2px 2px #2c99a8;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.hero{
	background: url("images/hero.jpg");
	width: 100%;
	height:60%;
	background-position: 0% 0%; 
	position:relative;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
     filter: grayscale(5%);
   
}

.herotag{
	width:100%;
	position: absolute;
	top: 50%;
}

.herotagline {
	font-weight: normal;
  	letter-spacing: 0.35rem;
  	font-family: 'Roboto', sans-serif;
  	color: #fff;
  	font-size: 200%;
  	font-family: 'Roboto', sans-serif;
  	text-align: center;
  	text-shadow: 1px 1px #1dc4d7;
}

h2 {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: normal;
      color: #4a4a4a;
      margin-bottom: 50px;
      margin-top: 0px;
      font-family: 'Roboto', sans-serif;
  	  text-align: center;
  }

h4 {
      font-size: 24px;
      color: #4a4a4a;
      margin-bottom: 50px;
      margin-top: 0px;
      font-family: 'Roboto', sans-serif;
  	  font-weight: lighter;
  	  text-align: left;
  	  letter-spacing: .09em;

  	  
  }
  
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #2C99A8;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  padding-top: 140px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #2D96A3;
  opacity: 0.4;
}

.hovereffect:hover img {
  opacity: 0.1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
   letter-spacing: .05rem;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
  
.item h4 {
      font-size: 16px;
      line-height: 1.375em;
      font-weight: lighter;
      margin: 70px 0;
      letter-spacing: 1px;
}

.item span {
      font-size: 12px;
      line-height: 1.375em;
      font-weight: bold;
      margin: 70px 0;
      letter-spacing: 1px;
  }
  
#info{
  	font-size: 24px;
      text-transform: uppercase;
      font-weight: lighter;
      color: black;
      letter-spacing: 1px;
  }
  
.lead{
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#logo{
	background-position: 50% 50%; 
}

.my-column {
    padding: 0px;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.navbar {
      margin-bottom: 0;
      background-color: #1dc4d7;
      z-index: 9999;
      border: 0;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: 'Roboto', sans-serif;
      opacity:0.85;
}

.navbar li a, .navbar .navbar-brand {
      color: #ffffff !important;
}

.navbar-default .navbar-nav>.active>a {
	background-color: #fff;
	color:#1dc4d7 !important;
}
.navbar-nav li a:hover{
      color: #1dc4d7 !important;
      background-color: #fff !important;
}
  
.navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
}

.navbar-nav li .active{
      color: #1dc4d7 !important;
      background-color: #fff !important;
}
 
.navbar .navbar-nav {
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
    background-color: #1dc4d7;
}

.navbar-brand {
	padding: 14px 14px;
	padding-top: 2%;
}

.nav-pills > li.active > a {
    background-color:#90dce5;
    opacity:.6;
    border-radius: 1;
}

.nav-pills li a{
      color: #000 !important;
      letter-spacing: 0.8px;
      font-weight: lighter;
      font-size: 14px;
    
  }
  
.nav-pills>li.active>a:hover {
    background-color:#1dc4d7;
    opacity: 0.5;
}

.nopadding {
    padding:0;
}

p {
	letter-spacing: .09em;
	font-size: 16px !important;
	font-weight: lighter;
}

/*About Us*/	
.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.person:hover {
    border-color: #f1f1f1;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

#results {
	
}
/*scroll spy - services*/   
#scrollbar {margin-top: -30px;}
 
ul.nav-pills {
      top:80px;
      position: fixed;
      color:red;
}

/* Remove border and add padding to thumbnails */
.thumbnail {
    padding: 0 0 15px 0;
    border: 0.15px solid #1dc4d7;
    border-radius: 1px;
}

.thumbnailvideo {
    padding: 0 0 99px 0;
    border: 0.15px solid red;
    border-radius: 1px;
}

.thumbnailvideo p {
    margin-top: 32px;
    color: #fff;
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
}




@media (max-width: 979px) {
	#myScrollspy { display: none; }
	}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    
    }
}

@media (min-width: 768px) {
	#myNavbar {
		max-height: 50px;
	}
	.navbar .navbar-nav {
		display: inline-block;
	}
}

@media (min-width: 769px) and (max-width:991px) {
    .nav>li>a {
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 1px;
    font-size: 13px;
    }
}

@media (min-width: 100px) and (max-width:768px) {
  .herotagline {
    font-size:120%;
    height: 10%;
    letter-spacing: normal;
    visibility: hidden;
  }
  #tagbutton {
  	left: 38%;
    font-size: 100%;
    top:20%;
    width:25%;
  }
}

@media (min-width: 100px) and (max-width:768px) {
	.navbar{
		background-color: #1dc4d7;
		opacity:0.95;
		
	}
	.navbar .navbar-collapse {
		background-color: #1dc4d7;
		opacity:0.95;
	}
}

