body {
    height: 100%;
    width: 100%;
    margin: 0;
 }
 
 a {
     text-decoration: none;
     background-color: transparent;
     color: #ededed;
 }
 
 .header {
     background-color: #000;
     color: #fff;
     border-color: #080808;
     min-height: 50px;
     border: 0.5px solid transparent;
 }
 
 .inner-header {
     width: 80%;
     margin: auto;
 }
 
 .logo {
     float: left;
     height: 50px;
     padding: 15px;
     font-size: 20px;
     font-weight: bold;
 }
 
 
 /* li {
      display: block; 
      padding: 14px 16px; 
      text-decoration: none; 
     float: right;
 } */
 
 .header-link {
     display: inline;
     float: right;
     /* font-size: 14px; */
     height: 50px;
     padding: 15px 15px;
     font-size: 16px;
     font-weight: bold;
 }
 
 content {
     min-height: 600px;
 }
 
 .banner-image {
     padding-bottom: 5px;
     margin-bottom: 10px;
     text-align: center;
     color: #f8f8f8;
     background: url(https://i.pinimg.com/originals/48/83/31/48833166898b73cdbbca981eb0a6747d.png)no-repeat center;
     background-size: cover;
     image-rendering: auto;
 }
 
 .inner-banner-image {
     padding-top: 12%;
     width: 80%;
     margin: auto;
 }
 
 .banner_content {
     position: relative;
     padding-top: 6%;
     padding-bottom: 6%;
     overflow: hidden;
     margin-bottom: 12%;
     background-color: rgba(0, 0, 0, 0.7);
     max-width: 660px;
 }
 
 .button {
     color: #fff;
     background-color: #c9302c;
     border-color: #ac2925;
     box-shadow: inset 0 3px 5px rgba(197, 152, 152, 0.125);
     padding: 10px 16px;
     font-size: 18px;
     border-radius: 6px;
 }
 
 .container {
     width: 90%;
     margin: auto;
     overflow: hidden;
 }
 
 .item {
     width: 30%;
     display: block;
     padding: 4px;
     margin-bottom: 20px;
     line-height: 1.42857143;
     background-color: #fff;
     border-radius: 4px;
     float: left;
     margin-left: 1%;
 }
 
 .thumbnail {
     display: block;
     max-width: 720px;
     height: auto;
 }
 
 .caption {
     color: #000;
     padding: 0px 10px 10px;
     font-weight: bold;
     text-align: center;
 }
 
 .footer{
     background-color: #000;
     color: #fff;
     font-size: 14px;
 }
