
/*Importing Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Squada+One);
@import url(https://fonts.googleapis.com/css?family=Arvo);
/*Importing Fonts*/

body {
    background-color:#bababa;
}
.wilson {
    font-family: 'Open Sans', sans-serif;
  color: blue;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: white 3px 2px 0;
  position: relative;
  text-align:center;
}
.wilson:hover{
    font-family: 'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: blue 3px 2px 0;
  position: relative;
  text-align:center;
}

.about{
    text-align:center;
}  

.background{
    text-align:center;
}

.Edwin {
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: purple;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: pink 3px 2px 0;
  position: relative;
  text-align:center;
    
}
.Edwin:hover{
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: pink;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: purple 3px 2px 0;
  position: relative;
  text-align:center;
}
.Akeeme{
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: red;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: white 3px 2px 0;
  position: relative;
  text-align:center;
}
.Akeeme:hover{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: red 3px 2px 0;
  position: relative;
  text-align:center;
}

.damare{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: #45165e 3px 2px 0;
  position: relative;
  text-align:center;
}
.damare:hover{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: #45165e;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: black 3px 2px 0;
  position: relative;
  text-align:center;
}
.Michal{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: green;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: black 3px 2px 0;
  position: relative;
  text-align:center;
}
.Michal:hover{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: green 3px 2px 0;
  position: relative;
  text-align:center;
}
.david{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: white 3px 2px 0;
  position: relative;
  text-align:center;
}
.david:hover{
    text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: black 3px 2px 0;
  position: relative;
  text-align:center;
}
/*Navbar Entities*/
.navbar-brand{
  font-family: 'Open Sans', sans-serif;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: #EDEDED 3px 2px 0;
  position: relative;
  text-align:center;
  position: absolute;
}

/*Hover function*/
.navbar-brand:hover {
  position: absolute;
  font-family:'Open Sans', sans-serif;
  font-style:italic;
  color:blue;
  position: relative;
  position:absolute;
  text-align:center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
}
.backgroundtxt{
    font-size:25px;
}
.ab{
    font-size:25px;
}
/*Navbar css begin */

nav{
    height: 135px;
    background-color: #808080;
}

.navbarText{
    color: white;
    font-size: 26px;
    font-weight: bolder;
    -webkit-transition-duration: 0.9s; /* Safari */
    transition-duration: 0.9s;
}
.navbarText:hover{
    color:red;
}
.navbarTitle{
    color: white;
    font-size: 24;
    font-weight: bolder;
}
.img-thumbnail{
    background: rgb(32, 131, 32);
}

.img-circle{
    border-radius:50%;
}
/*----*/
.navbar-nav {
    width: 100%;
    text-align: center;

}
.navbar-nav > li {
    float: none;
    display: inline-block;
    margin-left: 17px;
    margin-right: 17px;
}
/*-----*/
.menuNav{
    font-size: 25px;
    color: white;
    font-weight: 600;
    position: relative;
    top: 0px;
}

.dropdown-menu{
    background: #ff3333;
}

.dropdown-menu>li>a{
    color: white;
    font-size: 18px;
    font-weight: 600;
}
/*Navbar css end */


/*Parallax Begin*/

section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

section.module.parallax h1 {
  color: white;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Italiana", serif;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: black 3px 2px 0;
  position: relative;
}

@media all and (min-width: 600px) {
   section.module.parallax h1 {
    font-size: 96px;
    
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 108px;
    font-family: "Helvetica", serif;
}
section.module.parallax-1 {
  background-image: url("pictures/intrepid.jpg");
}
section.module.parallax-2 {
 text-shadow: 1px 1px #000000;
  font-size:20px;
  background-image: url("pictures/ussintrepid.jpg");
  font-family:'arvo';
  text-align:center;
  color:white;
  text-style:bold;
  line-height:2;
}
section.module.parallax-3 {
  background-image: url("pictures/AircraftIntrepid.jpg");
  text-shadow:1px 1px #000000;  
    
}
  /*Parallax End */

/*carousel css start*/


.carouselImage{
    width: 850px;
    height: 750px;
    display: block;
    margin: auto;
}

#myCarousel{
    background: #bababa;
}

.carousel-caption{
    font-family: "italiana", serif;
}
.cap{
    color: #469932;
    font-family: "italiana", serif;
    font-weight: 900;
    font-size: 30px;
}
.carousel-inner > .item > img{
margin:auto;
width:100%
}
#galleryTitle{
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color: blue;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: white 3px 2px 0;
  position: relative;
  text-align:center;
}
#galleryTitle:hover{
  font-family:'Open Sans', sans-serif;
  font-style:italic;
  color:red;
  position: relative;
  text-align:center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -3px;
}
p{
    font-size:25px;
}


/*carousel css end*/

  /*footer css begin*/
footer { background-color: #808080; min-height:350px; font-family: 'Helvetica', serif; font-weight: 600;}
.footerleft { margin-top:50px; padding:0 0px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:13px !important; font-family: 'Italiana', serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:16px;}
.footer-ul li a { color:white; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }n
 
 

 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#808080;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:20px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:16px; color:white; line-height:20px;}
 .post p span { display:block;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
 
 /*<!------------------------------Footer css for icons-------------------------------->*/
body {
    font-family: 'Helvetica', serif;
    -webkit-font-smoothing: antialiased;
}

footer .col-sm-8 {
display: flex;
justify-content: flex-end;
}

footer ul {
list-style: none;
}

footer li img {
width: 32px;
height: 32px;
}
icon {
    height:;
}
#shipinfo{
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bolder;
    color: white;
}

#shipinfo p {
    text-shadow:#000 1px 0 10px;

}
/*footer css end*/