html{
    font-family: helvetica;
    font-size: 16pt;
    background: #ffffff;
    text-align: left; color: black;
    padding: 16px;
    }

/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}

/* Media Queries: Tablet Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
}
img { max-width: 100%; height: auto; }
@media (min-device-width:600px) {
    img[data-src-600px] {
        content: attr(data-src-600px, url);
    }
}

@media (min-device-width:800px) {
    img[data-src-800px] {
        content: attr(data-src-800px, url);
    }
}

}

.alink{
    text-decoration: none;
    color:black;
}

.button{
  background-color: white;
  color: black;
  font-size: 30px;
  min-width: 130px;
  border-color: black;
}

table, th, td#t01 {
  width: 100%;
  background-color:lightgray;
    border: 1px solid orange;
     border-collapse: collapse;
    padding: 15px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d9cca0;
}

li {
  float: left; width: 160px;
}

li a {
  display: block; 
  color: black;
  text-align: center;
  padding: 48px;
  text-decoration: none;
    
}

li a:hover {
  background-color: #aa8747;

}
section {
  float: center;
    padding: 16px;
    
}
h1{
  text-align: center;
  font-size: 53px;
  line-height: 0.85em;
}
h2{text-align: center;

}
h3{text-align: center;

}
.img{
    text-align-last: center;
}

a{text-decoration: none;
    color: black;
    
}       
        
}
footer{
   float: left; 
}
.main{
    background-color: #b59f52;
   
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: lightgray;
  color: black;
  font-size: 30px;
  min-width: 130px;
  border: 1;
  border-color: black;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
   
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-current {
  background-color: #8b8686;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: darkgray}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: darkgray;
}
* {
  box-sizing: border-box;
}
.article {
  background-color: gray;
}
.main {
  width: 75%;
  float: left;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

[class*="col-"] {
  float: left;
  padding: 15px;
  
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
div.desc {
  padding: 15px;
  text-align: center;
}
</style>

