/* {
	border: 1px solid;
}
/*for large screens*//*
@media only screen and (max-width: 300px) {
    .jumbotron { 
       background-image: url("smallny.jpg"); 
    }
}*/




.jumbotron {
	background-image: url("sea.jpg");
	width: 100%;
	height: 825px;
	background-size: 100% 100%;
}
@media (min-width: 576px) {
	.jumbotron { 
   background-image: url("sea576.png"); 
	}
}
@media (min-width: 768px) {
.jumbotron { 
   background-image: url("sea.jpg");
    }
}
@media (min-width: 992px) {
	.jumbotron {
	background-image: url("sea.jpg");	   
   }
}
@media (min-width: 1200px) {
.jumbotron { 
   background-image: url("sea.jpg");  
    }
}
/*Resonsive typography-*/
@media screen and (min-width: 240px) {
	.display-1 { 
   font-size: 20px; 
	}
}

@media screen and (min-width: 360px) {
	.display-1 { 
   font-size: 30px; 
	}
}

@media screen and (min-width: 480px) {
	.display-1 { 
   font-size: 40px; 
	}
}

@media screen and (min-width: 576px) {
	.display-1 { 
   font-size: 50px; 
	}
}
@media screen and (min-width: 768px) {
	.display-1 { 
   font-size: 80px ;
    }
}
@media screen and (min-width: 992px) {
	.display-1 {
	font-size: 90px;	   
   }
}
@media screen and (min-width: 1200px) {
.display-1 { 
	font-size: 100px;   
    }
}


#jumbotron-text {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60%;
  color: #FFF;
}

.values {
  	margin: 40px auto;
  	width: 50%;
  	text-align: center;
}
.value_1, .value_2, .value_3 {
	border: 2px solid;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px;
	/*color: #FFF;*/
	border-radius: 15px 15px 15px 15px;
	/*opacity: 0.6;*/ 
	border-color: #0088AA;
    
}

.values h1{
	font-family: 'Open Sans', sans-serif;
}
.value h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
#serviceheading{
	text-align: center;
	text-transform: uppercase;
}



.col-md-4 h3, h4{
	font-weight: bolder;
	
}
.services {
	margin: 40px auto;
	width: 70%;
	font-size: 16px;
	
}
.service {
	padding: 5px 15px 15px 15px;
	margin: 10px 5px 5px 5px;
	border-radius: 15px;
	text-align: justify;

}
.service h2 h4 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  } 
.anfang {
    color: #c30;
    display: inline;
    float: left;
    font-size: 5em;
    line-height: 0.5em;
    margin: 0.30em 0.15em 0em 0em;
    text-transform: uppercase;
}
.caps {
    font-size: 0.8em;
    text-transform: uppercase;
}
h2 {
	text-align: center;
}
ul {
	text-align: left;
}

.image {
	margin-bottom: 25px;
}
a:hover {
    color: hotpink;
}
a:active {
    color: blue;
}
a:link {
    text-decoration: none;
}