@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

a:link {
  color: 000000;
  background-color: #ffffff;
  text-decoration: underline;
}

a:visited {
  color: 000000;
  background-color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: 000000;
  background-color: #ffffff;
  text-decoration: underline;
}

span.blockspam {
  display: none;
}

p#link {
  line-height: 1.4;
}

p#about {
  line-height: 2;
}

[class*="col-"] {
  float: left;
  padding: 5px;
}

html {
  font-family: "Helvetica", "Arial", sans-serif;
}

#title {
  color: #000000;
  text-align: right;
  font-weight: bold;
}

img {
  border-radius: 0px;
  box-shadow: 0px;
  max-width: 100%;
  display: inline-block;
  height: auto;
  padding: 0;
}

img#mn {
  width: 25px;
  display: inline-block;
  padding-top: 30px;
}

img#lg {
  width: auto;
  max-height: 80px;
  display: inline-block;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px;
}

img#lgo {
  max-width: 80px;
  max-height: auto;
  display: inline-block;
  border-radius: 0px;
  border: 0px;
  padding-top: 0;
}

@media screen and (max-width: 480px) {
 img#lgo {
  display: none;
  }
}

img#icon {
  max-height: 30px;
  height: auto;
  display: inline-block;
}

img#icon2 {
  max-height: 20px;
  height: auto;
  display: inline-block;
}

img#gl {
  max-width: 100%;
  height: auto;
  border: 0;
}

img#mb {
  max-width: 200px;
  border-radius: 0px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 5px;
}

img#lmb {
  max-width: 30px;
  padding: 0;
  vertical-align: middle;
}

.responsive {
  max-width: 80%;
  height: auto;
}

.header {
  background-color: #ffffff;
  padding: 0;
  max-height: 80px;
  width: 100%;
  color: #000000;
  background-image: url(i/logot.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 80px;
  z-index: 9999;
}

.main {
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 16px;
}

.inlinemain {
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 16px;
}

.aside {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
  margin-left: 10px;
  color: gray;
  text-align: right;
  font-size: 16px;
}

.inlineaside {
  background-color: #fffff;
  padding: 10px;
  color: gray;
  text-align: right;
  font-size: 16px;
}

.inlineinside {
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  text-align: right;
  font-size: 16px;
}

.footer {
  position: float;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 12px;
}

.footercontents {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  color: #000000;
}

/* Menu */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a, dropbtn {
  display: inline-block;
  background-color: #ffffff;
  text-align: left;
  padding: 6px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #ffffff;
}

li.dropdown {
  display: inline-block;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-colour: #ffffff;
  min-width: 100px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 0px;
  z-index: 9999;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  background-color: #ffffff;
  padding: 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ffffff;
}

/* Gallery */

.gallery {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

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

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .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%;}
}
@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%;}
}
