
*{
  margin:0;
  padding:0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #FFF9F9;
	
}

::selection {
  background: #e8ccd2;
  color: black;
  text-shadow: none;  
}

/* For compatibility with older Firefox versions */
::-moz-selection {
  background: #e8ccd2;
  color: black;
  text-shadow: none;
}

a:link, a:visited  {
  color: #ed9fa9;
  border-bottom: 2px solid #ed9fa9;
  text-decoration: none;
}

a:hover {
  color: #224438;
  border-bottom: 2px solid #224438;
  text-decoration: none;
}



footer a:link  {
  color: #3b7259;
  text-decoration: none;
}

footer a:visited {
  color: #3b7259;
   text-decoration: none;
}

footer a:hover {
  color: #000;

}


.section section1 {
	width: 80%:
}


#section1 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fcf2dd;
    padding-top: 32px;}

:root {
    --bg-table-stripe: #eef6f6;
    --b-table: #acd1c9;
    --caption: #242423;
	text-align: center;

}


section {
  font-size: 16px;
  font-weight: 100;
  background-color: #FFF9F9;
  align-items: center;
  width: 100%;
  margin: 0 0 150px 0;
   padding: 0;
}

#section1 {
  background-color: #2c5f5b;
  margin: 0;
  padding: 0 0 30px 0;
  width: 100%;
  height: 100%;
  border-bottom: solid 6px #acd1c9;

}

#section1 h1 {
   font-family: 'Enriqueta', serif; 
   font-weight: 600;
   font-size: 4em;
   color: #fcf2dd;
   text-align: center;
   padding-top: 35px;
   margin-bottom: 15px;
}

#section1 h2 {
   text-align: center;
   margin: 0 0 10px 0;
   padding: 0;
   text-transform: uppercase;
   font-size: 16px;
   color: #ed9fa9;
}

#section1 p {
  width: 43%;
  margin: 0 auto;
  padding: 12px 0 0 0;
  color: #FFF9E8;
  text-align: left;
  line-height: 28px;
}

#section2 {
  margin-top: 50px;
  background-color: #FFF9F9;

}


footer {
  background-color: #eef6f6;
  width: 100%;
  padding: 15px 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border: 4px solid #eef6f6;
}

h2 .tabletitle {
  text-align: center;
  color: #ed9fa9;
 }


table caption {
  font-weight: 700;
  padding-bottom: 8px
}

caption {
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 8px
padding-top: 20px;
}

#yearnav li
{
display: inline-block;
list-style-type: none;
font-weight: bold;
font-size: 22px;
margin-top: 20px;
color: #FFF;
padding-right: 10px;
padding-bottom: 15px;
text-align: center;
}

#yearnav1 li
{
display: inline;
list-style-type: none;
font-weight: bold;
font-size: 22px;
color: #FFF;
text-align: center;
}

#yearnav2 ul
{
display: inline;
list-style-type: none;
font-weight: bold;
font-size: 22px;
color: #FFF;
padding-top: 15px;
text-align: center;
}


table {
   margin: 0 auto;
width: 50%;

 background-color: transparent;
    border-collapse:collapse;
  	font-family: 'Open Sans', sans-serif
}

th {
    text-align:center;
     text-transform: uppercase;
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: center!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px 0 1px 0 solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding: .75em;
      vertical-align: top;
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
	  text-align: center;
	  margin: 0 auto;
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:600px) {
		
#section1 p {
  width: 80%;
  margin: 0 auto;
  padding: 12px 0 0 0;
  color: #FFF;
  text-align: left;
  line-height: 28px;
}

      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: right!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
		text-align: center;
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
	  
	  
.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch 
	  
}


@-ms-viewport{
  width: device-width;
}
