body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
      
  }
  
  h2 {
  	  font-family: "Audiowide", sans-serif;
      font-size: 18px;
      color: #0e0480;
      font-weight: 550;
      margin-bottom: 30px;
      letter-spacing: 2px;	
      text-align: center;	
  }
  h3 {
      font-size: 24px;
      color: #040b5b;
      font-weight: 600;
      margin-bottom: 30px;
      margin-top:30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  } 
  
  p {letter-spacing: 2px; }
   
  #myCarousel {
  	
  	margin-top: -90px;
  }
 .carousel-control {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0px;
    height: 0px;
    color: #e8e9ff;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .carousel-control.right {
    right: 20px;
  }
  
  .carousel-indicators li {
      display: none;
  }
 
  .carousel-inner img {
      -webkit-filter: grayscale(45%);
      filter: grayscale(45%); /* make all photos black and white */ 
      width: 50%; /* Set width to 100% */
      margin: auto;
      max-height: 50%;
  }  
   
  .carousel-caption {
      color: #ffffff !important;
	  background-color: rgba( 0, 0, 0, .1);
      text-shadow: 0 0 3px #000, 0 0 5px #07026f;
      font-size: 18px;
      font-style: normal;
      font-family: "Aldrich", Monaco;
      max-width: 100%;
      height: 100%;
      margin: auto;
      font-weight: 500;
  }
  
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }
  
  @media screen and (max-width: 480px) {
    .carousel-caption {
        font-size: 9px;
    }
  }
 
   @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  .bg-1 {
      background: #d7d7d9;
      color: #012687;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-style: italic;}
  .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;
  }
 
  
  .btn {
      padding: 10px 20px;
      background-color: #ffffff;
      color: #575a71;
      border: solid 1px #b4b6c5;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      color: #ffffff;
      background-color: #245cc4;
		background: -webkit-gradient(linear, left top, left bottom, from(#00188e), to(#3055b8));
			background: -moz-linear-gradient(top,  #00188e, #3055b8);
				background: -webkit-linear-gradient(top, #00188e, #3055b8);
					background: -o-linear-gradient(top, #00188e, #3055b8);
						background: -ms-linear-gradient(top, #00188e, #3055b8);
							background: linear-gradient(top, #00188e, #3055b8);
  }
  
 
  .bg-grey {
      background-color: #f6f6f6;
  }
  
  .thumbnail {
      padding: 80px 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      margin-bottom: 10px;
  }
  
  .thumbnail p {
      margin-top: 15px;
      color: #616161;
  }
  
.jumbotron {
      background-color: #fff;
      color: #040b5b;
      font-style: italic;
	  font-weight: 600; 
      text-shadow: 2px 2px 2px #bbb;
	  text-decoration: none; 
	  text-transform: none; 
      letter-spacing: 0.08em;
	  word-spacing: 0.034em;
	  line-height: 2em;
      height: 350px;
      width:auto;
      font-family: 'Aldrich', Montserrat, sans-serif;
      padding-top: 60px;
      margin:0 auto;    
      text-align: center;
      text-decoration: none;
  }
  .navbar {
  	  height: auto;
      width:auto;
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #12269a;
		background: -webkit-gradient(linear, left top, left bottom, from(#000262), to(#0f51ea));
			background: -moz-linear-gradient(top,  #000262, #0f51ea);
				background: -webkit-linear-gradient(top, #000262, #0f51ea);
					background: -o-linear-gradient(top, #000262, #0f51ea);
						background: -ms-linear-gradient(top, #000262, #0f51ea);
							background: linear-gradient(top, #000262, #0f51ea);
							
	 -webkit-box-shadow: 0 8px 6px -6px #828282;
    -moz-box-shadow: 0 8px 6px -6px #828282;
    box-shadow: 0 8px 6px -6px #828282;							
								
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
    line-height: 1.42857143 !important;  
    z-index: 9999;
    border-radius: 0;
    padding: 5px;
    margin: 0;
  }
  
  
  .navbar-brand {
     	 padding-left: 20px;
     	 text-decoration: none;
  	}
  	
   @media screen and (max-width: 480px) {
    .navbar-brand {
        width: 50%;
    }
  }
  	
  .navbar li a, .navbar { 
      color: #93857d !important;  
  }
  .navbar-nav li a:hover {
      color: #d5d5d5 !important;
  }
  
  
  .navbar-nav li.active a {
      color: #ffffff !important;
      background-color: #12269a !important;
		background: -webkit-gradient(linear, left top, left bottom, from(#000262), to(#0f51ea));
			background: -moz-linear-gradient(top,  #000262, #0f51ea);
				background: -webkit-linear-gradient(top, #000262, #0f51ea);
					background: -o-linear-gradient(top, #000262, #0f51ea);
						background: -ms-linear-gradient(top, #000262, #0f51ea);
							background: linear-gradient(top, #000262, #0f51ea);
  }
  
  
  
   
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff !important;
      background-color: #12269a !important;
		background: -webkit-gradient(linear, left top, left bottom, from(#000262), to(#0f51ea));
			background: -moz-linear-gradient(top,  #000262, #0f51ea);
				background: -webkit-linear-gradient(top, #000262, #0f51ea);
					background: -o-linear-gradient(top, #000262, #0f51ea);
						background: -ms-linear-gradient(top, #000262, #0f51ea);
							background: linear-gradient(top, #000262, #0f51ea);
  }
  .dropdown-menu li a {
      color: #000 !important;
      font-size: 10px;
  }
  .dropdown-menu li a:hover {
  	  color:#fff;
      background-color: #014dfe !important;
  }
 
  .form-control {
      border-radius: 0;
  }
  textarea {
      resize: none;
    
  }
  
 strong {
    font-weight: bold;
    color: #040b5b;
 }
 a.rsrv_btn:link, a.rsrv_btn:visited {
  
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 30px;
  width: auto;
  padding: 5px 20px;
  color:#ced8e3;
  background-color:#244E9A; 
  font-family:  Monaco, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 40px;
 } 
 
 a.rsrv_btn:hover, a.rsrv_btn:active { 
      color: #fff;
      background-color: #16318d;
  }
 #rsrv_btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 30px;
  width: auto;
  padding: 5px 20px;
  color:#ced8e3;
  background:#244E9A; 
  font-family:  Monaco, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 40px;
 } 
 
#rsrv_btn:hover { 
      color: #fff;
	  text-decoration: none;
      background-color: #16318d;
		
  }
  
#footer {
	height: auto;
	background-color: #1f1f1f;
	text-align: center;   /* IE */
	border-top: solid 4px #4b423d;
	width:100%;
	border-bottom: solid 4px #4b423d;
	} 

#navbar2 {
	
	background-color: #1f1f1f;
	margin-left: auto;
    margin-right: auto;
    text-align: center;   /* IE */
    width:100%;         /* Fill this out. */
	height: 33px;
	
}
#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Montserrat, crimson text, sans-serif;
    font-size: small;
    line-height: 33px;
    white-space: nowrap;
}
#navbar2 li {
    list-style-type: none;
    display: inline;
}
#navbar2 li a {
    color: #a7a7a7;
    text-decoration: none;
    padding: 7px 10px;
    
}

#navbar2 li a:hover {
    color: #FFF;  
    background-color: #010230;  
}
	
#copyright {
font-family: consolas, sans-serif;	
color: #a7a7a7;
font-size: 13px;
margin-top: 30px;
}	


sub {
	    letter-spacing: 2px;
	    font-size: 13px;
	    color: #fa9703;
		display: inline-block;	
		
}