@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/Roboto-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "RobotoBlack";
  src: url("../fonts/Roboto-Black.ttf");
  font-display: swap;
}

*
{
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

html, body
{
  background-color: #fff;
}

svg
{
  fill: #999;
}

svg:hover
{
  fill: #0AFC0F;
}

header
{
  background-color: #333333;
}

.nav-bar
{
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}

.logo
{
  display: flex;
  align-items: center;
}

.logo a
{
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

.nav-list
{
  display: none;
}

.nav-list ul
{
  display: flex;
  justify-content: center;
  list-style: none;
}

.nav-item
{
  padding: 0 15px;
  border-right: 1px solid #555;
}

.nav-item:last-of-type
{
  border: none;
}

.nav-link
{
  font-family: "RobotoBold", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.nav-link:hover
{
  color: #00FF01;
}

.nav-social
{
  display: none;
  align-items: center;
}

.nav-social a
{
  font-size: 1.15rem;
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
}

.mobile-menu
{
  display: none;
}

.mobile-menu-icon
{
  display: flex;
  align-items: center;
}
.mobile-menu-icon button
{
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.mobile-menu ul
{
  width: 100%;  
  text-align: center;
  padding: 0;
  padding-bottom: 1rem;
}
.mobile-menu .nav-item
{
  display: block;
  padding-top: 1.2rem;
}
.mobile-menu .nav-social
{
  display: block;
  padding: 1rem 2rem;
  text-align: center;
}
.open
{
  display: block;
}

.page-title
{
  padding: 15px;
  background-color: #008000;
  text-align: center;
}

.page-title h1
{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.last-news
{
  padding: 30px 15px;
}

.content-title h2
{
  font-family: "Arial", sans-serif;
  color: #2E3144;
  font-size: 45px;
  line-height: 45px;
  margin-left: 15px;
  font-weight: bold;
}

.content-title h2 span
{
  display: block;
  font-family: "Arial", sans-serif;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2E3144;
  margin-left: 85px;
  font-weight: bold;
}

.news-container
{
  margin-top: 30px;
  margin-bottom: 60px;
}
.news-container a
{
  text-decoration: none;
}
.news-image-container
{
  position: relative;
  margin-top: 40px;
  margin-left: 15px;
  max-width: 1280px;
}
.news-tag
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px;
  color: #fff;
  background-color: #595c6b;
  z-index: 2;
  transition: left 0.25s ease-in-out;
}
.bg-cover
{  
  position: absolute;
  top: 30px;
  left: 10px;
  width: 90%;
  height: 80%;
  min-height: 10px;
  background-color: #c9c9c9;
  z-index: 1;
  transition: left 0.25s ease-in-out, background-color 0.7s ease-in-out;
}

figure.news-cover img
{
  position: relative; 
  width: 90%;
  height: auto;
  z-index: 3;
  margin-top: 55px;
  margin-left: 30px;
}

picture.news-cover img
{
  position: relative; 
  width: 90%;
  height: auto;
  z-index: 3;
  margin-top: 55px;
  margin-left: 30px;
}

.news-author
{
  color: #0f8c02;
  font-family: RobotoBold;
  font-size: 18px;
  margin-top: 15px;
  margin-left: 20px;
}
.news-author span
{
  color: #222;
}
.news-author svg
{
  margin-left: 10px;
  fill: green;
}
.news-author svg:hover
{
  fill: green;
}
.news-title
{
  color: #2E3144;
  font-family: RobotoBold;
  font-size: 30px;
  margin-top: 15px;
  margin-left: 20px;
}
.news-title:hover
{
  color: #595C6B;
}
.news-title span
{
  font-family: RobotoBlack;
  color: green;
}
.news-subtitle
{
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 20px;
}

.popular-news
{
  padding: 30px 15px;
}

.popular-news .news-author span
{
  font-size: 14px;
}

.popular-news .news-container a:hover .news-title
{
  color: green;
}

.divider
{
  padding: 15px;
}

.divider hr
{
  width: 80%;
  margin: auto;
  color: #7A797D;
}

.btn-more
{
  margin:60px 15px 30px 15px;
  text-align: center;
}

.btn-more a
{
  font-family: RobotoBold;
  padding: 15px 30px;
  margin: auto;
  background-color: #008000;
  text-decoration: none;
  color: #fff;
}

.btn-more a:hover
{
  background-color: #008E3A;
}

.last-reviews
{
  padding: 30px 15px;
}

.pagination
{
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.news-pagination
{
  display: inline-block;
  list-style: none;
  justify-content: center;
  margin: auto;
}

.news-pagination li
{
  float: left;
  list-style: none;
  font-size: 14px;
}

.news-pagination li button {
  color: black;
  float: left;
  padding: 8px 8px;
  border: none;
  background-color: transparent;
  font-family: "Roboto";
  font-size: 14px;
}

.news-pagination li button:hover {
  color: green;
}

.news-pagination span:hover {
  color: green;
}

.news-pagination li.active button
{
  font-family: "RobotoBlack";
  background-color: transparent;
  color: green;
}

.all-news
{
  padding: 30px 15px;
}

.news-content
{
  margin: 1em 0;
  font-size: 16px;
  line-height: 26px;
}

.news-content p
{
  margin: 1em 0;
  font-size: 16px;
  line-height: 26px;
}

.comment-section div:nth-child(odd) 
{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 5px;
  background-color: #f0f0f0;
}
.comment-section div:nth-child(even)
{
  padding: 10px 5px;
  background-color: #dddddd;
}
.comment-box
{
  background-color: #cccccc;
}


footer
{
  width: 100%;
  background-color: #222;
  float: left;
}
footer .content
{
  padding: 50px;
  text-align: center;
}
footer .content p
{
  font-size: 14px;
  color: #fff;
  padding-bottom: 5px;
}
footer .content p span
{
  font-family: Roboto;
}
footer .content a
{
  display: contents;
  color: green;
  text-decoration: none;
  padding-right: 30px;
}
footer .content a:hover
{
  color: lime;
}

@media only screen and (min-width : 1025px) {
  .columns
  {
    display: flex;
    justify-content: space-between;
  }

  .nav-bar
  {    
    padding: 5px 5rem;
  }
  .nav-list
  {
    display: flex;
    align-items: center;
  }
  .nav-social
  {
    display: flex;
    align-items: center;
  }
  .mobile-menu-icon
  {
    display: none;
  }

  .line
  {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 5rem;
  }

  .last-news
  {
    width: 60%;
    padding: 30px 15px;
  }

  .last-news article
  {
    width: 85%;
  }

  .last-news .btn-more
  {
    width: 85%;
  }

  .popular-news
  {
    width: 35%;
    padding: 30px 15px;   
  }

  .last-reviews-container
  {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width : 1900px) 
{
  .nav-bar
  {    
    padding: 5px 10rem;
  }
  .line
  {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 10rem;
  }
}

input, select, textarea
{
    width: 100%;
    padding: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.btn.btn-primary
{
  background-color: #2D3144;
  border-color: #2D3144;
}

.btn.btn-primary:hover
{
  background-color: #008000;
  border-color: #008000;
}