body{
  background-color: #ffe4b8;
}

.navbar {
  width: 80vw;
  min-width: 300px;
  margin: 5vh auto;
}

@media only screen and (max-width: 768px) {
  .navbar{
    width: 100vw;
  }   
}

.keptarto{
  background-color: white;
  width:100%;
  display: flex;
  height: auto;
  flex-wrap: nowrap;
}


.keptarto img{
  width:50%;
  height: auto;
}


.cimtarto{
  align-self: center;
  text-align: center;
  position: relative;
  max-height:80%;
  width:10%;
  right:59%;
  color: white;
  text-shadow: 5px 5px 2px black;
}

.cim{
  font-size: max(3.5vw, 24px);
  font-family: 'Cambria';
  font-weight: bold;
}

.navbar-menu{
  background-color: #995c22;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
}

.navbar-menu a{
  color: white;
  text-decoration:none;
  font-size: 1.8vw;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}