@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

*{
    color: rgb(0, 0, 0);
}
body{
  background-color: #F6EEE0;
}
.mid-items a:hover{
    color: #a8baba;
}
.navbar{
    justify-content: space-around;
    background: #F6EEE0;
}
.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: #EC692F;
}

.color-me{
  color: white;
}

.container {
  display: flex;
  width: 99vw;
  margin: auto;
}

.panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 88vh;
  border-radius: 50;
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin: 0  10px 10px 10px;
  position: relative;
  transition: all 600ms ease-in;
}

.panel h3 {
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  color: white;
}

.panel.active {
  flex: 3;
}

.panel.panel.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 580px) {
  .container {
    width: 100vw;
  }

  .panel:nth-of-type(4){
    display: none;
  }
}

.news-cont{
  width: 95vw;
  margin: auto;
}

li img{
  
  height: 25vh;
}
li{
  list-style-type: none;  
  display: flex;
  margin: 2vh 3vw;
}
.news-section{
  margin-left: 30px;
  margin-right: 30px;
}
p a:hover{
  text-decoration: underline;
  
}
h1,h2{
  font-family: 'Oswald', sans-serif;
}
h2:hover{
  color: #EC692F;
}
.color-me:hover{
  color: #EC692F;
}

.news-box{
  margin: auto;
  width: 60vw;
}
.news-box h3{
  font-family: 'Oswald', sans-serif;
}
.head-img, .news-img{
  width: 60vw;
  height: 60vh;
}
/* .more{
  display: block;
  margin: auto;
  border: 5em;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  -webkit-transform: translate(0);
  transform: translate(0);
  background-image: linear-gradient(45deg, #EC692F, #EC692F);
  padding: 0.7em 2em;
  border-radius: 65px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.438);
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  color: white;
} */

a.bn11:hover {
  border-color: rgb(255, 255, 255);
}
.btn41-43 {
  margin: auto;
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display:  block;
}

.btn-42 {
  border: 2px solid rgb(0, 0, 0);
  z-index: 1;
  color: rgb(0, 0, 0);
}

.btn-42:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(0, 0, 0);
  transition: all 0.3s ease;
}

.btn-42:hover {
  color: rgb(255, 255, 255);
}

.btn-42:hover:after {
  top: 0;
  height: 100%;
}

.btn-42:active {
  top: 2px;
}

