



/*Customizing Header Content that has the Logo with stars background*/
.header-content3 {
  background-image: url('../ximages/stars.png'); 
  border: 2px solid #E68E00;
}

/*Customizing Header Content 2 that has the Airplane and clouds background*/
.header-content2 {
  background-image: url('../ximages/clouds2.jpg');
  height:160px;
  position: relative;
  border-right: 3px solid #E68E00; 
  border-bottom: 3px solid #E68E00;
  border-left: 3px solid #E68E00;
 }

/*Customizing airplane to remain center and responsive in header 2*/
.airplane{
  margin: auto;
    position: absolute;
    top: -10px; 
    left: 0; 
    bottom: 0; 
    right: 0;
    z-index: 3;
}

.blk-border{
  border: 2px ridge #000;
}

/* Customizing Main Content on the index page */
.main-index1{
  padding-top: 0.71428571REM;
  color: #000066;
  font-weight: bold;  
}

/* Customizing the Main Content1 links on the index page */
.main-index1 ul {
    overflow: hidden;
    list-style: outside disc;
    margin-left: 1em;
}


.main-index1 ul li {
  position: relative;

}


/* Customizing the Main Content links to blue */
.main-index1 a:link {
   color: #00008b;
   font-weight:bold;
   text-decoration: none;
}

.main-index1 a:visited {
   color: #000066;
   font-weight:bold;
   text-decoration: none;
}

/* Customizing the Main Content Hover links to red*/
.main-index1 a:hover {
   color: red;
   font-weight:bold;
   text-decoration: underline;
}



/* Customizing the Main Content2 links on the index page */
.main-index2 ul {
    overflow: hidden;
    list-style: outside disc;
    margin-left: 1em;
}

.main-index2 ul li {
  position: relative;

}

/* Customizing the Main Content2 links to blue */
.main-index2 a:link {
   color: #00008b;
   font-weight:bold;
   text-decoration: none;
}

.main-index2 a:visited {
   color: #000066;
   font-weight:bold;
   text-decoration: none;
}

/* Customizing the Main Content2 Hover links to red*/
.main-index2 a:hover {
   color: red;
   font-weight:bold;
   text-decoration: underline;
}


.main-index3 h1{
    color: black;
    font-weight: bold;
    padding-left: 0.35714286REM;
    font-size: 1.14285714REM;
}

.main-index3 h3{
    color: black;
    font-weight: bold;
    padding-left: 0.35714286REM;
    font-size: 1.14285714REM;
}

/* Customizing the Main Content3 links on the index page */
.main-index3 ul {
    list-style: outside disc;
    color: #00008b;
}


/* Customizing the Main Content3 links to blue */
.main-index3 a:link {
   color: #00008b;
   font-weight:bold;
   text-decoration: none;
}

.main-index3 a:visited {
   color: #000066;
   font-weight:bold;
   text-decoration: none;
}

/* Customizing the Main Content3 Hover links to red*/
.main-index3 a:hover {
   color: red;
   font-weight:bold;
   text-decoration: underline;
}


/* Customizing the FOOTER index page */
.footer-content2 {
  background-color: #444444;
  color: white;
}

/* Customizing the footer links to white  on the index page*/

.footer-content2 a:link{
   color: #fffff8;
   text-decoration: none;
}

.footer-content2 a:visited{
   color: white;
   text-decoration: none;
}

.footer-content2 a:hover {
   color: yellow;
   text-decoration: underline;
}

.footer-content2 h1{
    font-size: 1.14285714REM;
    font-weight: bold;
}

.footer-content2 h3{
    font-size: 1.14285714REM;
    font-weight: bold;
}

.footer-content p {
    font-size: 1REM;
}
