
html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  text-align: center;
  font-size: 40px;
  position: relative;
}

.logo-div {
  width: 15%;
}

.logo {
  width: 100%;
}

.home-div {
  width: 100%;
  height: 550px;
  position: relative;
  background-image: url('../img/newsback.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100% 95%;
  font-size: 1em;
}

.container {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.nav-div {
  text-decoration: none;
  font-family: 'Neuropolitical', sans-serif;
  width: 53%;
  margin-top: 25px;
  padding-left: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
}

.select {
  color: #01e461 !important;
}

.nav-div a {
  color: #fff;
  font-size: 0.3em;
  text-decoration: none;
}

.nav-div a:hover {
  color: #01e461
}

.cut {
  border-right: #fff 1px solid;
  padding-right: 3%;
}

.reach {
  width: 50%;
  height: 20%;
  position: absolute;
  top: 280px;
  left: 10%;
  font-family: 'Neuropolitical', sans-serif;
  font-size: 1.1em;
  color: #fff;
}


.news-div {
 border: solid 4px #1bab00 ;
 background-color: 
 #f1f1f1;
 border-radius: 40px;
  background-size: 100% 100%;
  height: 200px;
  margin-top: 100px;
  overflow: hidden;
}

.news-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 14px; */
  height: 100%;


}

.news-text {
  width: 60%;
  padding: 0 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 85%;
  /* border-right: solid 1px #373737; */
  margin-top: 15px;
}

.news-date {
  width: 100%;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-size: 0.4em;
  font-weight: bold;
  color: #121e10;
}
.news-read{
  width: 100%;
  text-align: right;
  font-family: 'Neuropolitical', sans-serif;
  font-size: 0.3em;
  font-weight: bold;
  color: #121e10;
}
.news-title {
  width: 100%;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 0.4em;
  font-weight: 900;
  color: #000;
}

.news-subtitle {
  width: 100%;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 0.3em;
  color: #184a21;
}

.news-imgdiv {
  height: 100%;
  width: 40%;

}

.news-imgdiv img{
  height: 100%;
  width: 100%;
  vertical-align: middle;
  border-radius: 4px;
}
.contain{
  border-bottom: 5px solid #000;
  position: relative;
}
.high {
  border-right: solid 6px #000;
  width: 1px;
  height: 120px;
  right: 0;
  position: absolute;
  bottom: 0px;
}

.low {
  position: absolute;
  border-right: solid 6px #000;
  width: 1px;
  left: -1PX;
  height: 60px;
  bottom: 0;
}



.contact-div {
  margin-top: 100px;
  width: 100%;
  background-image: url(../img/contact.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-head {
  font-family: 'Neuropolitical', sans-serif;
  font-size: 0.9em;
  color: #fff;
  padding-top: 3%;
}

.london {
  font-family: 'Roboto', sans-serif;
  font-size: 0.5em;
  color: #fff;
}

.address {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-family: 'Roboto', sans-serif;
  font-size: 0.4em;
  font-weight: 900;
  width: 80%;
  color: #fff;
}

.address a {
  text-decoration: none;
  color: #fff;
}

.address p {
  width: 30%;
}

#toggle {
  display: none;
}

/**
  Hamburger
**/
.hamburger {
  display: none;
  position: absolute;
  top: 90px;
  left: 11%;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: relative;
  width: 2em;
  height: 4px;
  border-radius: 3px;
  background-color: #fff;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
  position: absolute;
  width: 100%;
  height: 90vh;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0.981), rgba(0, 0, 0, 0.203), rgba(0, 0, 0, 0.044));
  padding-top: 150px;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 70%;
  text-align: center;
}

nav {
  text-align: left;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

nav a {
  font-family: 'Neuropolitical', sans-serif;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 0.7em;
  display: inline-block;
  transition: color 0.2s ease-in-out;
  border-bottom: #979797 1px solid;
  width: 50%;
  padding: 20px;

}

nav a:hover {
  color: #01e461;
}

nav a:hover:before {
  height: 100%;
}

/**
Animations
**/
#toggle:checked+.hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked+.hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked+.hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked+.hamburger+.nav {
  top: 0;
  transform: scale(1);
  z-index: 4;
}

.sticky {
  position: fixed;
  margin-top: 0;
  height: 42px;
  padding-top: 15px;
  /* padding: 0 176px; */
  padding-left: 174px;
  width: 55%;
  align-items: center;
  background-color: #000;
  margin-left: 0%;
  padding-right: 590px;
  overflow: hidden;
  z-index: 4;

}

.res-logo {
  display: none;
}

.hidden {
  display: none;
}

.pagination-container {
  /* width: calc(100% - 2rem); */
  display: flex;
  flex-direction: row;
  align-items: baseline;
  /* position: absolute; */
  /* bottom: 0; */
  padding: 1rem 0;
  justify-content: center;
  font-family: 'Roboto', sans-serif;  
}

.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  /* width: 2.5rem; */
  border-radius: .2rem;
  font-size: 0.4em;
}


.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #01e461;
}

.pagination-number.active {
  color: #fff;
  background: #01e461;
}
.news-list{
  list-style: none;
}
.phone{
  display: none;
}