.center {
    text-align: center;
    /*border: 3px solid green; */
  }
  body {
    /*height: 100%; */
    margin: 0;
  } 

  @media only screen 
and (max-device-width: 1000px)
 {  
  .menu-bar {
    text-align: center;
    font-size: 40px;
  }

 }
 @media only screen 
and (max-device-width: 2000px)
 { 
  .menu-bar {
    text-align: center;
    font-size: 26px;
  }

 }
  .header {
    
    /* border: 3px solid green; */
   /* background-color: #EBF8FE;  */
    color: #00ADEF;

  }
  .images-container {
    /*background-color: #328E27; */
    width: 60%;
    padding-left: 20%;
    position: relative; 
  }
  .images-container #index-table {

  }
  #index-table {
    margin: 0 auto;
    border: 1px;
    border-color: black;

    
  }

  
  .index-main-image {
    
    align-content: center;
  }
  .index-main-image img {
    width: 300px;
    
  }
  .index-icons img {
    height: 80px;
  }
  .header-left {
    width: 40%;
    float:left;
    background-color: #EBF8FE;
  }

  .header-right {
    text-align: left;
    /* border: 3px solid green; */
    color: #00ADEF;
    background-color: #EBF8FE;
    width: 60%;
    float:right;

  }
  
  .center-aligned {
    position: relative;
    top: 20%;
    left: 10%;
    width: 80%;
   
  }
  .main-body-content {
    /*background-color: #EBF8FE; */
    font-size: 26px;
   /* align-content: center; */
   /* font-family: Georgia, 'Times New Roman', Times, serif; */
    width: 80%;

  }
  .about-left {
    width: 30%;
    float:left;
    background-color: #EBF8FE;
    
  }

  .about-me-td-left {
    vertical-align:  top;
   
    align-content: left;
    width: 30%;
    padding-left: 50px;
    padding-top: 10px;
    
  }

  .about-right {
    text-align: left;
    /* border: 3px solid green; */
    color: #00ADEF;
    background-color: #EBF8FE;
    width: 70%;
    float:right;
    font-size: 40px;

  }
  .about-me-table {
    border:  1px solid;
  }
  .about-para  {
    text-align: left;
    font-size: 26px;
   /* font-family: Georgia, 'Times New Roman', Times, serif; */
    padding-top: 2%;

  }
  .index-tagline  {
    text-align: left;
    font-size: 30px;
    font-style: italic;
   /* font-family: Georgia, 'Times New Roman', Times, serif; */
    padding-top: 2%;
    padding-left: 20%;

  }
  .footer {

      position:relative;
      bottom:0;
      width:100%;
      height:60px;   /* Height of the footer */
      background:#6cf;
   }
    

  .top-line {
    font-size: 40px;
  }
  .green-text {
    color: #328E27;
  }

a:link {
    text-decoration: none;
}
.partial-line {
  width: 70%;

}
a:hover {
    text-decoration: none;
}

.top-line {
  font-size: 40px;
  font-weight: bold;
}
.caps {
  font-size: 35px;
  font-weight: bold;

}

.menu-bar span a:hover {
  background-color: #00ADEF;
  color: #EBF8FE;
} 
 ul {padding-top:1em;
   padding-bottom: 1em;
}
  li {
    padding-top:2em;
    padding-bottom:2em;
  } */ 

  .section {

   /* display: flex;
    flex-flow: column;
    /*height: 100%; */

    
  
  }

  .main-body {
   /* text-align: center;
    background-color: #00ADEF;
    display: flex;
    flex-flow: column;
    height: 75%; */
    /*font-family: Georgia, 'Times New Roman', Times, serif */
    font-family: sans-serif;
    background-image: linear-gradient(#EBF8FE, white);
  }
  .content {
    width: 80%;
    padding-left: 15%;
    padding-right: 10%;
    text-align: left;
    font-size: 25px;
    /*font-family: Georgia, 'Times New Roman', Times, serif; */
    /* border: 3px solid green;  */
  }

  .contact-content {
    padding-right: 20%;
    text-align: left;
    font-size: 25px;
    /*font-family: Georgia, 'Times New Roman', Times, serif; */

  }
  img {
    max-width: 100%;
  }
  .content span {
    /* background-color: #328E27; */
  }

 /*
  h1 {
  
    color: blue;
    font-family: sans-serif;
    font-size: 300%;
  }
  h2 {
  
    color: blue;
    font-family: sans-serif;
    font-size: 200%;
  }
  h3 {
  
    color: blue;
    font-family: sans-serif;
    font-size: 150%;
  }

  p {
    color: red;
    font-family: sans-serif;
    font-size: 160%;
  }
  */