* {
    font-family: Times, Times New Roman, serif;
}

/* Responsive Design section */
[class*="col-"] {
    float: left;
    padding: 0.5px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media screen and (max-width: 480px) {
  .col-s-0 {
    display: none;
  }
}
@media only screen and (min-width: 480x) {
    /* 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-0 {display: none;}
    .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%;}
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/*///////////////////////////////////////*/


.header {
    margin: auto;
    align-content: center;
    padding: 20px 0 20px 0;
}

.menubar {
    text-align: center;
    border-bottom: 1px solid grey;
}

.logo {
    margin: auto;
    display: block;
}

.button1 {
    display: inline-block;
    padding: 5px;
    width: 80px;
    transition-duration: 1.5s;
    border-radius: 3px;
}

.button1 a {
    text-decoration: none;
    color: black;
}

.button1:hover {
    background-color: #965e64;
}

.menubar-s {
    border-bottom: 1px solid grey;
}

.button2 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #a26b71;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 3px;
}

.button2 a {
    text-decoration: none;
    color: black;
}

.body {
    height: 400px;
}

.footer {
    height: 80px;
    border-top: 1px solid grey;
    text-align: center;
    font-size: 11px;
}



