.topnav {
  background: #5e160d;
  background-image: linear-gradient(to bottom, #5e160d 0%, #871f14 100%);
  border-top: 1px solid #cb3a2e;
  border-bottom: 1px solid #cb3a2e;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 5px 0px #000;
     -moz-box-shadow: 0 2px 5px 0px #000;
          box-shadow: 0 2px 4px 0px #000;
}

.topnav_box {
  margin: 0px auto;
  max-width: 680px;
  border-left: 1px solid #cb3a2e;
}

.topnav ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.topnav ul li {
  list-style: none;
  float: left;
  text-align: center;
  border-right: 1px solid #cb3a2e;
  width: 25%;  
  box-sizing: border-box;

 }

.topnav ul li a {
  display: block;
  text-decoration: none;
  color: #ffebc2;
  padding: 10px 0px;
  background: #781c11;
  background-image: linear-gradient(to bottom, #781c11 0%, #ab291d 100%);
}

.topnav ul li a:hover {
  background: #871c11;
  background-image: linear-gradient(to bottom, #871c11 0%, #bf2a1d 100%);
  color: #fff;
}

.button a{ 
  font-family: 'PT Sans', Arial, sans-serif;
  text-decoration: none;
  color: #d4e3e5 !important;
  font-size: 16px;
  font-weight: 900;
  display: block;
  max-width: 240px;
  height: 48px;
  padding-top: 12px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  border: 1.5px solid #7f9bbb;
  border-radius: 10px;
  box-sizing: border-box;
  background: #3b5060;
  background-image: linear-gradient(to bottom, #3b5060 0%, #56748b 100%);
}

.button a:hover, .button a:active{
  display: block;
  color: #fff !important;
  text-decoration: none;
  border: 1.5px solid #a5c4e0;
  background: #47647d;
  background-image: linear-gradient(to bottom, #47647d 0%, #6a94b1 100%);
}

.pagination{
  margin: 0 auto;
  width: 100%;
  height: 45px;
}

.p_button_l a{
  font-family: 'PT Sans', Arial, sans-serif;
  text-decoration: none;
  color:#ffffff;
  font-size: 15px;
  font-weight: 900;
  display: block;
  width: 120px;
  height: 48px;
  padding-top: 11px;
  text-align: center;
  border: 1px solid #d983ad;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ee98b1;
  background-image: linear-gradient(to bottom, #ee98b1 0%, #ea95ae 100%);
  float: left;
}

.p_button_l a:hover, .p_button_l a:active{
  display: block;
  color: #511255;
  background: #f5c4d2;
  background-image: linear-gradient(to bottom, #f5c4d2 0%, #f1c0ce 100%);
}

.p_button_r a{  
  font-family: 'PT Sans', Arial, sans-serif;
  text-decoration: none;
  color:#ffffff;
  font-size: 15px;
  font-weight: 900;
  display: block;
  width: 120px;
  height: 48px;
  padding-top: 11px;
  text-align: center;
  border: 1px solid #d983ad;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ee98b1;
  background-image: linear-gradient(to bottom, #ee98b1 0%, #ea95ae 100%);
  float: right;
}

.p_button_r a:hover, .p_button_l a:active{
  display: block;
  color: #511255;
  background: #f5c4d2;
  background-image: linear-gradient(to bottom, #f5c4d2 0%, #f1c0ce 100%);
}

@media only screen and (max-width :375px){

.topnav ul li a {
  font-size: 15px !important;
}

}