


h1 {text-align: left;color: rgb(13, 66, 146);}
h2 {text-align: left;color: rgb(13, 66, 146);}
h4 {text-align: left;color: rgb(13, 66, 146);}

p {
  color: rgb(13, 66, 146);
  font-size: 18px; font-family: sans-serif;
}  

p+p {margin-top:  2rem;}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

  position: fixed;
  top: 0;
  width: 100%;
  
  background-color: rgb(13, 66, 146);
  font-size: 18px;
  
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  border: 0px solid white;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}


   

    .iframe-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; 
        height: 0;
      }
      .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
      }



      .calendar {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 100%; /* 1:1 Aspect Ratio */
      }
      
      .responsives-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: none;
      }
     
    

      a {
        font-size:18px;
        color: rgb(13, 66, 146);
        font-weight: bold;
} 
      
      a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}
     
     
      .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



body { color: rgb(13, 66, 146); font-size: 20px; font-family: sans-serif; margin:10}



    




li:not(.thanks) {

  font-size: 18px; font-family: sans-serif;
  
}   



ul:not(#thanks) { 
  font-size: 18px; font-family: sans-serif;
}

iframe {
    border-width :0px
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
