* {
    box-sizing: border-box;
  }
  
body,html {
  margin:0;
  font-family: Helvetica;
}

header {
  font-family: cursive; 
  text-align: center;
  font-size: 25px;
  color: #4B1F0E;
} 

h3 {
  color:#4B1F0E;
  padding: 1%;
  border-left:2px solid #BE7656;
  border-bottom:2px solid #BE7656;
}
h4 {
  color:#794028;
}

.titlet {
  color:#794028; 
  border-bottom: 1px solid #4B1F0E;
  padding: 2%;
  width:fit-content;
  text-align: center;
}

.whatever {
  width:100%;
  margin-top: 2%;
  margin-bottom: 2%; 
  align-items: center;
  justify-content: center;
  display:flex;
}

.wood-text {
  background: url(../media/wood.jpg);
  background-size: cover;
  position: relative;
  text-transform: uppercase;
  -webkit-background-clip: text;
  color: transparent;
}

nav {
  width: 100%;
  background-color: #794028;
}

nav ul {
  display: flex;
  border-top: 1px solid #0E0504;
  border-bottom: 1px solid#0E0504;
  width: 100%;
  list-style-type: none;
  justify-content: space-around;
}

nav ul li {
  padding: 1.5vh;
}

nav ul li a {
  /* width: 190px; */
  text-align: center;
  color:white;
  padding: 10px 0 10px 0;
  text-decoration: none;
}
  
nav ul li:hover a {
  color:#BE7656;
}

.active {
  color:#BE7656;
}

.ukeimage {
  width: 40vw;
} 

.ukesizes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.images {
  max-width:100%;
  height: auto;
  object-fit: cover;
}

.im30 {
  
  width:30%;
}

.im50 {
  width:50%;
}


.intro {
  line-height: 1.5;
  padding: 5%;
  text-align:center;
  border-top: 2px solid #4B1F0E;
  border-bottom: 2px solid #4B1F0E;
  margin: 5%;
}

article {
  display: flex;
  line-height: 1.5;
  margin-top: 5vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10%;
}

.center {
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
}
.ptim {
  text-align: center;
}

section {
  justify-content: center;
  align-content: center;
  flex-direction: column;
  display:flex;
  margin-top: 15vh;
  width:100%;
}

.sub-section {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10vh;

}

a {
  color:#4B1F0E;
}

form {
  display: flex;
  flex-direction: column;
  color:#794028;
  border:2px solid#BE7656 ;
  justify-content: center;
  align-items: center;
  padding: 10%;
  box-shadow: 2px 2px 4px #4B1F0E;
  width:80%;
  margin: auto;
}

button {
  background-color:#794028;
  color:bisque;
  width: 30%;
  padding: 2%;
}

p {
  margin:0;
  padding:0;
}

.kala {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.kala p {
  padding-left: 3%;
  padding-right: 3%;
}

video {
  width:100%;
  height:100%;
}

.mtb {
  margin-top: 10%;
  margin-bottom:10%;
}

.al1 {
  width:100%;
  display:flex;
  flex-direction: row;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.al2 {
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2%;
  justify-content: center;
}

.txt {
  justify-content: flex-start;
  width:100%;
}

.radiobutton {
  width:100%;
  display: flex;
  justify-content: space-around;
}

.left{
  justify-content: left;
  align-items: flex-start;

}
input[type="text"], input[type="password"], input[type="date"], input[type="file"]{
  padding: 2%;
  margin: 3%;
  display: inline-block;
  border:solid 1px #BE7656;
  width:100%;
}

label {
  flex: none;
}

footer {
  background-color: #4B1F0E;
  width:100%;
  font-size: 1em;
  color: bisque;
  padding:1%;
  text-align: center;

}

.kalaz {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row-flex{
  flex: 1;
  display: flex;
  flex-direction: row;
}


@media screen and (max-width:768px) {
  .images {
    width: 100%;
  }

  .kala {
    flex-direction: column-reverse;
  }

  .al1 {
    flex-direction: column;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
  }
  
}
@media screen and (max-width:480px) {
  .images {
    width: 100%;
  }

  .kala {
    flex-direction: column-reverse;
  }

  .al2 {
    flex-direction: column;
  }

}

