/* Move down content because we have a fixed navbar that is 50px tall */


/*html {
  position: relative;
  min-height: 100%;
}*/

body {
padding: 0px;

font: Arial, Gotham, "Helvetica Neue", Helvetica,  sans-serif !important;
}

h2{color:#00264b !important  ;
}
/*#337AB7*/



.navbar-static-top {
	background-color: #000000 !important;
	border-bottom: #000000 !important;
	  margin-bottom:0px !important;
	  padding:0px !important;
	
	  
}


/*li.nav a: hover {
   
   color: #F80D11 ;
    
}*/
.navbar-brand:hover {
  color: #337AB7 !important;
	
}

#navbar a:hover {
	  color: #337AB7 ;
	
}


.jumbotron {

	
margin:0px !important;
border:0px  solid  #DB0DC0  ;

background-image: url(/season/summer.jpg);

background-size: cover ;
background-repeat:no-repeat;
/*background-position: 46% 62%;*/
background-position: 63% 47%;




/*background-color: #0fff33; */
/*background-origin:content-box;*/
/*align-content: stretch;*/
/*background-origin:content-box;*/


	
}
.key {

border-top:  1px solid  #337AB7;
	color:#131631;	
	 padding:5px;
	/*	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	 border: 1px solid  #337AB7;
	background-color: #131631;*/
	
	

}

img {
	 width:auto;
    max-width:100%;
    height:auto;
	} 

/*img {

	height: auto;
	width: auto\9; /* ie8
}
 */


.header {
	color: #ffffff;
	width:auto;
	margin-top: 150px;
	height:100%;
	background:none;
}


.newslinks {
	background-color: #F4F3F3;
	 border: 1px solid #F4F3F3;
	 padding:5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	text-align: center;
	

}




#footer {
	
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:auto;

  background-color: #f5f5f5;
}

.contact {
	margin-left: 10px;
}
 
 
 #payment {
	 background-color: #f8f8f8;
	 border: 1px solid #CCCCCC;
	 border-bottom-left-radius: 10px;
	 border-bottom-right-radius: 10px;
	 border-top-left-radius: 10px;
	 border-top-right-radius: 10px;
 }
#left{
padding:0;
border-right:solid  thin #005064;
float:left;
width:40%;
height:auto;
}
#right{
padding-left:30px;
padding-top:30px;
float:right;
text-align:left;
width:60%;
}
/*#centered{
border-right:solid  thin #000080;
color:#ffffff;
text-align:center;
width:33%;
}*/
	
	
	
	
	
	
 .footindex {
	 position:relative;
 }
 .footer {
	 position:fixed;
 }
 #content {
	 float:left;
	 width: 100%;
	 height:100%;
	
	 background-color: #ffffff;
	 
	 
 }
 .photo {
	 float:left;
	  }
	  
/* --------  large screen ( 981px or more) -----------  */
/*@media screen and (min-width: 981px) {	  
	
}*/




/* for 700px or less */
/*@media screen and (max-width: 800px)*/ 

/********************************************************
MEDIA QUERIES
****************************************************************************/




/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    
}


/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    








	.jumbotron {
border:1px  solid  #ffffff ;
margin:0px !important;
}
	
	
	#content {
		width: auto;
		float: none;
	}
	

}



/* for 480px or less */
/*@media screen and (max-width: 500px)*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width:577px) and (max-width: 767.98px){

    
    
    .jumbotron {
border:1px  solid  #ffffff ;
margin:0px !important;
}
 
 
 
 #content {
		width: auto;
		float: none;
	}
	
}



