body {
    background-image: url(https://cdn.architextures.org/textures/23/6/leaves-multicoloured-print-none-twinbru-textiles-3hgod8.jpg);
    padding: 10px;
    font-family: 'Amaranth', sans-serif;
}

.container1 {
    margin: 2em auto;
    max-width: 80em;
    border: 8px solid;
    border-color: #9B4444;
    border-radius: 20px;
    padding: 15px;
	background-image: url(https://cdn.architextures.org/textures/23/10/plain-white-texture-twinbru-textiles-8aywdf.jpg);
	height: 780px;
	overflow: auto;
}
/* these control the column widths */
.small { flex: 1 1 9%; }
    
.large { flex: 1 1 82%; }

.full { flex: 1 1 100%; }

.half { flex: 1 1 49%; }

.header1 {
    text-align: center;
	background-size: cover;
	height: 80px; /* change banner height here*/
	border: 5px solid #C68484;
	border-radius: 20px;
	padding: 15px;
	background-color: #EEEEEE;
}

.header2 {
    text-align: right;
	background-size: cover;
	height: 250px; /* change banner height here*/
	border: 5px solid #C68484;
	border-radius: 20px;
	padding: 15px;
	margin-top: 10px;
}

nav {
    border: 5px solid #C68484;
	border-radius: 20px;
	padding: 15px;
	margin-top: 10px;
    overflow: auto;
    background-color: #EEEEEE;
}

nav a {
  float: left;
  color: #9B4444;
  text-decoration: none;
  font-size: 20px;
  width: 20%; /* Four links of equal widths */
  text-align: center;
}

nav a:hover {
  background-color: #A3C9AA;
  border-radius: 10px;
}

.container2 {
    border: 5px solid #C68484;
	border-radius: 20px;
	padding: 15px;
	margin-top: 10px;
    overflow: auto;
    background-color: #EEEEEE;
}

.sidebar {
    flex: 1 1 9%;
    float: left;
    border: 5px solid #C68484;
	border-radius: 20px;
	padding: 15px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
    overflow: hidden;
    background-color: #EEEEEE;
    height: 605px;
    color: #5A827E;
    text-align: center;
    background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/100456942_zlPgOaCGUZLAFVX.png);
    background-position-y: 20%;
    background-position-x: 45%;
    background-size: 200%;
}

.tabs {
    border: 5px solid #C68484;
	border-radius: 20px;
	padding: 15px;
	margin-top: 10px;
	margin-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #EEEEEE;
    height: 605px;
    color: #5A827E;
    text-align: left;
}

div .contentbox {
    border-color: black; 
    border: 2px solid #A3C9AA; 
    border-radius: 10px 10px 0px 0px; 
    padding: 15px; color: #5A827E; 
    font-size: 18px; 
    text-align: center;
}

img .image1 {
  display: flex;
}

.headertext {
    font-family: 'Amaranth', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    color: #5A827E;
    font-size: 23px;
}

a {
    color: #9B4444;
}







/* thumbnails */
.thumbnail {
    flex: 1 1 9%;
    max-height:175px; 
    border-bottom-left-radius: 10px; 
    border-top-left-radius: 10px; 
    border-bottom-right-radius: 0px; 
    border-top-right-radius: 0px;
    margin-left: 2px;
    margin-top: 2px;
  display: block;
}

.thumbimg {
    border-bottom-left-radius: 10px; 
    border-top-left-radius: 10px; 
    border-bottom-right-radius: 0px; 
    border-top-right-radius: 0px; 
    border-width: 2px;
    padding: 1px;
  display: block;
}

.thumbimginnail {
    max-height:175px; 
    border-bottom-left-radius: 10px; 
    border-top-left-radius: 10px; 
    border-bottom-right-radius: 0px; 
    border-top-right-radius: 0px;
  display: block;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  display: block;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: block;
}






/* images */







/* tabs */
.tab-wrap {
    -webkit-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 760px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
}

.tab {
    display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
    opacity: 1;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
    border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab:checked+label {
    background-color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
    cursor: default;
}

.tab:checked+label:hover {
    box-shadow: 0 -1px 0 #fff inset;
    background-color: #fff;
}

.tab+label {
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    height: 50px;
    box-sizing: border-box;
    padding: 15px;
}

.tab+label:hover {
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 6px;
  display: block;
}