body {
    background-color: #607274;
    background-image:  radial-gradient(#2C3930 2px, transparent 2px), radial-gradient(#2C3930 2px, #607274 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;
    padding: 10px;
    font-family: 'Amaranth', sans-serif;
}

.container {
    margin: 2em auto;
    max-width: 110em;
    height: 800px;
    border: 5px;
    border-style: solid;
    border-radius: 20px;
    border-color: #A27B5C;
    background-color: #DFD0B8;
    background-size: 52px 52px;
    background-image:  repeating-linear-gradient(0deg, #EED2CC, #EED2CC 2.6px, #FDE5CD 2.6px, #FDE5CD);
    overflow: auto;
}

.socials {
    color: #2C3930;
    text-align: center;
    font-size: 25px;
}

.txtbuttonstop {
    color: #2C3930;
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.txtbuttonsbottom {
    color: #2C3930;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}

.txt {
    color: #607274;
    text-align: center;
    font-size: 30px;
}

.headertxt1 {
    color: #2C3930;
    text-align: center;
    font-size: 50px;
}

.sidebarheader {
    background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/104834216_88WuCszsBGCvVW0.png);
    background-size: cover;
    background-position: 60%;
    flex: 1 1 9%;
    float: left;
    width: 40%;
    overflow: auto;
    background-color: #EEEEEE;
    height: 801px;
    color: #5A827E;
    text-align: center;
}

a {
    color: #2C3930;
}

.buttonstop {
    background-color: #C49D85;
    padding: 10px;
    border-radius: 10px;
}

.commsbuttons {
    background-color: #C49D85;
    padding: 10px;
    border-radius: 10px;
}




.row {
  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: 32.5%; /* IE10 */
  flex: 32.5%;
  max-width: 32.5%;
  padding: 0 7px;
}

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

/* 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%;
  }
}