* {
    box-sizing: border-box;
    margin: 0;
  }

  html {
    font-family: 'Patua One', cursive;
    background: #9cb1be;
    font-size: 100%;
  }
  h1 {
    font-family: 'Lilita One', cursive;
    font-size: 30px;
    color:#fff;
    text-shadow: 1px 3px 6px #97caeb;
    padding: 32px 16px 0 16px;
  }
  h2 {
    font-size: 24px;
    text-shadow: 1px 3px 6px #97caeb;
    padding: 16px;
  }
  h3 {
    font-size: 16px;
    text-shadow: 1px 3px 6px #97caeb;
    padding: 16px;
  }
  #logo {
    padding: 32px 6px 0 6px;
    max-width: 60px;
    height: auto;
  }
  .rowgallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
  background-color: #fff;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .header {
    background-image: linear-gradient(to bottom, #4173ad, #6795c9 );
    color: #ffffff;
  }

  .pad {
    padding: 16px;
  }

  .topnav {
    overflow: hidden;
    background-color: #6795c9;
  }
  .topnav a {
    float: left;
    display: block;
    color: #ff8800;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-image: linear-gradient(to bottom, #ffe9d0, #ffc98b );
    color: #ff8800;
    border-radius: 12px 12px 0 0;
    text-shadow: 1px 3px 6px #fff;
  }
  
  .topnav a.active {
    color: #ffffff;
    border-radius: 12px 12px 0 0;
    background-image: linear-gradient(to bottom, #ffc582, #ff8800 );
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
      float: right;
      display: block;
  }
  .topnav.responsive {position: relative;
  }
  .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
  }
  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
  }
  .line {
    height: 20px;
    background-color: #6795c9;
  }
  .line2 {
    height: 20px;
    background-color: #d4c4a4;
  }
  .bar{
    background-color: #ff8800;
  }
  .fright {
    color:#ff8800;
    float: left;
  }
  .article {
    margin: 12px 0 0 0;
    background-image: linear-gradient(to bottom right, #d4c4a4, #c2b293 );
  }
  .artbar {
    height: 30px;
    background-image: linear-gradient(to bottom, #c2b293, #b1a387 );
    border-top: #d4c4a4 1px solid;
    border-bottom: #867d6d 1px solid;
    border-radius: 0 0 12px 12px;
    margin:0 0 24px 0;
  }
  .center {
    display: block;
    margin-left: auto;
     margin-right: auto;
     width: 50%;
  }
  .center2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p {
    padding: 15px;
  }
  ul{
      margin: 12px 0 24px 0;
  }
  .navstyle {
      background-color: #333;
  }
    .content {
      background: #d4c4a4;
      padding: 14px 16px;
    }
    .artbox {
      padding: 32px;
  }
    .main {
      background: #ffffff;
      padding: 14px 16px;
    }
    .main1 {
      background: #ffffff;
      padding: 0;
      margin: 0;
    }
    .footer {
      background: #2c2821;
    }
    
    .resp {
      max-width: 100%;
      height: auto;
      padding: 12px;
    }
    .resp2 {
      max-width: 100%;
      height: auto;
      opacity: 0.6;
      transition: ease-in-out 300ms;
      &:hover {
      opacity:0.9;
      }
    }
    .responsive {
      max-width: 100%;
      height: auto;
    }
    .dl {
      padding: 16px;
      box-shadow: 0 4px 9px rgba(0,0,0,0.12);
      background-color: #acda70;
    }
    .wings {
      background-color: snow;
    }
  .dlbutton {
    padding: 4px;
    margin-left: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.24);
    font-family: 'Passion one', cursive;
    font-size: 1.5em;
  }
  .back {
    float: right;
  }
  #form {
    margin: 12px 0;
  }
  .sidemenu a {
    display: block;
    padding: 16px;
    margin: 6px;
    text-decoration: none;
    text-align: center;
    color: #bb9142;
    background: #696248;
  }

  .sidemenu a:hover {
    background: #ddd;
    color:#ebcd97;
  
  }
  [class*="col-"] {
    float: left;
  }
  .col-3 {
    width: 100%;
  }
  .swiper {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media only screen and (min-width: 600px) {
    /* For tablet: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    h1 {font-size: 2.8em;}
    .swiper {width: 100%;}
    .fright {
      float: left;
    }
    .topnav a:not(:first-child) {
      display: inline;
    }
    .topnav a.icon {
      display: none;
    }
    .topnav.responsive a {
      float: left;
      display: block;
      text-align: left;
  }
  .bar {
      width: 100%;
    }
    .sidemenu a {
      text-align: center;
      float: none;
    }
    #logo {
      max-width: 100%;
      height: auto;
    }
  }
  
  @media only screen and (min-width: 1280px) {
    /* For desktop: */
    .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
    .col-1 {width: 16.66%;}
    .col-2 {width: 20%;}
    .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%;}
    h1 {font-size: 3em;}
    .topnav {padding-left: 25%;}
    .bar {
      margin-left: 25%;
      width: 50%;
    }
    .swiper {width: 50%}
    .fright {float: right;}
    .topnav .icon {
      display: none;
    }
    .sidemenu a {
      text-align: left;
    }
  }

    
    
  

