.body {
   font-family: 'Source Sans Pro', sans-serif;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


/* top picture background */
 #toppic {
  background-color: #f5f5f5;
  text-align: center;
  padding-top:20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}


/* navbar css */
#mainnavbar {
  padding-left: 20px;

 }

/* underSlider div */
#underSlider  {
  height: 75px;
  background-color: #a8a4a3;
  color: #444444; 
  width:100%;
}

/* undersliderText h4 */
#underSliderText {
  color: #444444;

}

#headtext {
  padding-top: 20px;

}




.col-md-6  {
  font-family: 'Source Sans Pro', sans-serif;
  background-color:#f5f5f5;
  font-weight: 300;
  font-size: px;
  color:#333333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;

}

/* text for m.ship info */
 .col-md-6 #mship {
  padding-right: 20px;
  padding-top: 20px;
 }

/* text for gym info */
.col-md-6 #gym {
  padding-left: 20px;
  padding-top: 20px;
 }

/* universal breakline */
.break {
  height: 50px;
}

/* top page break */
#topbreak {
  height: 20px;
}

/* all h4 headings */
h4  {
  color: #1a4fdb;
  padding-top: 20px;
  
  }

/* all h5 headings */
h5 {
  padding-top: 20px;
  text-align: center;
  color: #1a4fdb;
}

/* covid info col-md-4 page 2 */
.col-md-4 {
  background-color: #f5f5f5;
  text-align: center;
  color:#333333;
  font-weight: 300;
  padding-bottom: 15px;
}


/* left fill all pages */
.leftfill {
  background-color:#fffafa;
  height: 75px;
  border: 1px solid #ede9df;
  width: 50%;
  margin-top: 25px;
  padding-left:20px;
  padding-top:20px;
  padding-bottom: 20px;
  font-size: 22px;
  color:#444444;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: left;
 /* font-size:calc(0.8em + 1.0vw) */
 }



/* footer background */ 
 #footer{
background-color: #f5f5f5;
height: 430px;
padding-top: 20px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;

}

/* lower hr line footer */
#bline  {
  margin-left: 35%;
  margin-right: 35%;
  width:30%;
  color:#333333;
  height: 2px;

}

/* footer info */
p  {
  font-size: 16px;
  text-align: center;

}

/* chevron up arrow */
 #top  {
  margin-left:49.5%;
  margin-right: 49.5%;

}

/* heading above facebook logo */
#follow {
  color: #1a4fdb;
}


/* copyright info */
#copy {
  font-size: 12px;
  color: #333333;
}


/* Container holding the image and the text in footer */
.container {
  position: relative;
  text-align: center;
  color: #444444;

}

/* Centered text in footer */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 40px;
} 







 /*
1
h1 is   32px   (2em)
2
h2 is   24px (1.5em)
3
h3 is 20.8px (1.3em)
4
h4 is   16px   (1em)
5
h5 is 12.8px (0.8em)
6
h6 is 11.2px (0.7em)

*/