/* style.css */
header, footer {
  background-color: white;
}

header {
  height: 175px;
}

footer {
  padding: 10px;
  border: solid 1px black;
  color: black;
  border-radius: 3px;
  background-color: #f2f799;    
}

body {
  font-family: Bahnschrift;
  font-size: 30x;
  background-image: url(../img/toys_flat_bg3.jpg);
  background-attachment: fixed;
}

h1 {
  font-family: Cambria;
  font-size: 20px;
  font-weight: normal;
  float: center;
  text-align: left;
}

h2 {
  font-family: Cambria;
  font-size: 25px;
  font-weight: normal;
  text-align: left;
}

h3 {
  font-family: Cambria;
  font-size: 20px;
  font-weight: normal;
  float: center;
  text-align: center;
}

h4 {
  font-family: Bahnschrift;
  font-size: 30px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  padding: 0;
  margin: 0;
}

.img-logo {
  height: 175px;
  display: block;
  float: left;
  margin-left: 5px;
}

#main {
  border: solid 3px #2f78ed;
  border-radius: 5px;
  color: #202020;
  margin: 20px 0;
  padding: 5px;
  color: black;
}

#main label {
  color: #2f78ed;
  padding: 5px;
  letter-spacing: 2px;
}

.slideshow {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 70%;
  height: 0;
  padding-bottom: 40%;
  background: white;
}

.slide_img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide_img img{
  width: 100%;
  height: 100%;
}

#i1, #i2, #i3, #i4{
  display: none;
}

.pre, .nxt {
  width: 12%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(88.88.88..4);
  z-index: 99;
  cursor: pointer;
}

.pre {
  left: 0;
}

.nxt {
  right: 0;
}

.slide_nav {
  width: 100%;
  height: 11px;
  bottom: 12%;
  position: absolute;
  text-align: center;
  z-index: 99;
}

.dots {
  top: -5px;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  position: relative;
  border-color: yellow;
  border-radius: 50%;
  display: inline-block;
  background: #2f78ed;
}

.slide_img {
  z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four {
  z-index: 9;
}

#i1:checked ~ .nav #dot1,
#i2:checked ~ .nav #dot2,
#i3:checked ~ .nav #dot3,
#i4:checked ~ .nav #dot4 {
  background: white;
}

.greeting {
  padding: 20px;
}

.social_media {
  height: 65px;
  padding: 5px;
}

.title_home {
  color: red;
}

.title_category {
  color: red;
}

.title_schedule {
  color: red;
}

.title_trade {
  color: red;
}

.title_about {
  color: red;
}

.container {
  width:70%;
  max-width: 1300px;
  min-width: 1000px;
  margin: auto;
  background-color: white;
  padding: 10px;
  font-size: 21px;
  text-align: center;
}

header nav {
  float: right;
  margin-right: 5px;
}

header nav li {
  display: inline;
  font-size: 12px;
}

#nav {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.social_uncle {
  padding: 3px;
  display: inline-block;
  text-align: center;
  padding; 0px;   
}

.contactform {
    text-align: left;
}