/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 
 body {
  padding-top: 56px;
}

.carousel-item {
  height: 100vh;
  min-height: 300px; 
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 <!-- background-color:DodgerBlue; -->
}

.portfolio-item {
  margin-bottom: 30px;
  background-color:lightblue;
}

h1 {font-family: sans-serif;font-style:italic;font-size: 28px;font-weight: bold; color:black;

}

h2 {font-family: sans-serif;font-style:italic;font-size: 26px;font-weight: bold; color:red;

}

h4  {font-family: sans-serif;font-style:italic;font-size: 24px;font-weight: bold; color:blue;

}

h5  {font-family: sans-serif;font-style:italic;font-size: 28px;font-weight: bold; color:darkblue;

}

h6  {font-family: sans-serif;font-style:italic;font-size: 18px;font-weight: bold; color:darkblue;

}

h7  {font-family: sans-serif;font-style:italic;font-size: 60px;font-weight: bold; color:red;

}


p3 {font-family: sans-serif;font-style:italic;font-size: 42px;font-weight: bold; color:blue; 
    
} 

p4 {font-family: sans-serif;font-style:italic;font-size: 42px;font-weight: bold; color:red; 
    
} 


<!-- .container <div id='cssmenu'>
<ul>
   <li class='active'><a href='index.htm'><span>Home</span></a></li>
   <li><a href='pilots_certificates.html'><span>Pilot's Licenses</span></a></li>
   <li><a href='requirements.html'><span>Requirements</span></a></li>
   <li><a href='getting_started.html'><span>Getting Started</span></a></li>
   <li><a href='history.html'><span>History</span></a></li>
   <li><a href='solo_archives.html'><span>Solo Archives</span></a></li>
   <li><a href='papua_new_guinea.html'><span>PNG</span></a></li>
   <li><a href='cost_of_flying.html'><span>Cost of Flying</span></a></li>
   <li><a href='photo_gallery.html'><span>Photo Gallery</span></a></li>
   <li class='last'><a href='missionary_newsletter.html'><span>Missionary Newsletter</span></a></li>
        </ul> 
    </div> -->


        /* Centered text */

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
   transform: translate(-50%, -50%);
}
    
    img	{ margin:4px;padding:10px;
      border:thin; border-color:blue; border-style:ridge;	  
	}
   
 .container {
     background-color:lightblue;
 }  
   
 
 .thumbnail { 
top:-50px; 
left:-35px; 
display:block; 
z-index:999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
} 

/*change the number below to scale to the appropriate size*/ 
.thumbnail:hover { 
transform: scale(3); 
   
}

