ol {font-family: sans-serif;
text-align:justify;
color:#4d4d4d; line-height: 1.5;
font-size: 15px;

}

ul {font-family: sans-serif;
text-align:justify;
color:#4d4d4d; line-height: 1.5;
font-size: 15px;}

header {background-color:rgba(62, 92, 135, 0.8);
    text-align:center;
    
    display:flex;
flex-direction:column;

    height: 100vh;
    width:100%;
    align-items: center;
    color: #fff;
    text-shadow: #000 0 0 .2em;
    opacity: 0;
  animation: ani 3.5s forwards;}
  
@keyframes ani {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

header span {
text-align:center;
font-family: "Playfair Display", serif;
font-weight: 500; 
   color: #fff;
	font-size:4vw;
	letter-spacing: -1px;
	padding: 10px;
    border-radius: 2px;
    
 text-shadow: #ccc -0.5px -0.5px 0, 
                 #000 1px 1px 0;
                 opacity: 0;
  animation: ani 5.5s forwards;
}


@media screen 
and (min-width:240px) and (max-width:1024px)  

{ }

@media all and (orientation:portrait) {
    header span {font-size:5vh;
    margin-top:20%;}
header span a.button9 {font-size:3vh;}
}

@media all and (orientation:landscape) {
    header span {font-size:4vw;
    margin-top:10%;}
header span a.button9 {font-size:2vw;}
}
    
    
a.button9 {
 display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size:2vw;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 3em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.3) 30%, rgba(255,255,255,.8), rgba(255,255,255,.3) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(200,200,200,.5) 3px 10px 10px -10px;
}

a.button9:hover { `
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button9:active {
  top: 1px;
}
a.line {text-decoration:underline;
    color: #4d4d4d;
} 

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
*, *:before, *:after {
  box-sizing: border-box;
}   

a.button9:link {color: #fff; text-decoration: none;}
a.button9:visited {color: #fff; text-decoration: none;}
a.button9:active {color: #fff; text-decoration: none;}
a.button9:hover {color: #fff; text-decoration: none;}



H2 {text-align: left;}

.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
 
  color: #000;
}
 
 table {
    border: 1px solid #fff;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
    border: 0px solid #ddd;
    padding: 5px;
  }
 
  table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 0px solid #ddd;
  }
 
  table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  
@media screen and (min-width:240px) and (max-width:1024px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 0px solid #ddd;
  }
  table td {
    display: block;
    text-align: center;
    font-size: 13px;
    border-bottom: 0px dotted #ccc;
    border-right: 0px solid transparent;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

@media (max-width: 320px) {
  
  .footer-distributed .footer-right a {
    float: none;
    margin: 0 auto 20px;
    width: 30px;
    
  }
