body {
  background: #fff;
  font-family: "Nunito Sans", sans-serif;
}

p {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #4a4a4a;
}

h1,
h2 {
    text-transform: uppercase;
  color: #4a4a4a;
}

h1 {

}

h1.main-title {
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 40px;
  line-height: 1.2;
}

h2 {
  font-weight: 900;
  padding-bottom: 25px;
}

button {
  cursor: pointer;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}

.hero-image {
  width: 100%;
  height: auto;
}

.btn-trans {
  font-family: "Nunito Sans", sans-serif;
  border: 2px solid #16b8fb;
  color: #4a4a4a;
  background: #fff;
  padding: 15px 60px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 900;

  min-width: 345px;
}
.btn-trans:hover {
  background: #16b8fb;
  color: #fff;
  opacity: 1;
}

.text-center {
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feed {
  margin-top: 60px;
  padding: 0 20px 200px 20px;
}

.main-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 120px;
  grid-row-gap: 60px;

  max-width: 960px;
  margin: 0 auto;
}



.post-head img {
  height: 150px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

footer {
  background: #16b8fb;
  padding: 15px 0;
}

nav {
  margin: 0 auto;
  max-width: 1200px;
}

.footer-menu {
  font-size: 16px;
  padding: 20px 0 0 0;
  list-style: none;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
}

.footer-menu li a:hover {
  text-decoration: underline;
}

.footer-menu li::after {
  content: "|";
  color: #fff;
}
.footer-menu li:last-child::after {
  content: " ";
}

@media only screen and (max-width: 960px) {
  .main-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  h1 {
    font-size: 120%;
  }

  h2 {font-size: 105%;}

  p {
    font-size: 1.1rem;
  }

  .btn-trans {
    font-size: 14px;
    padding: 10px 60px;
  }

  h1.main-title {
    max-width: 100%;
  }
}

/*FONTS*/

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Bold.woff2') format('woff2'),
      url('fonts/NunitoSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Black.woff2') format('woff2'),
      url('fonts/NunitoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
      url('fonts/NunitoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-LightItalic.woff2') format('woff2'),
      url('fonts/NunitoSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
      url('fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
      url('fonts/NunitoSans-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Italic.woff2') format('woff2'),
      url('fonts/NunitoSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
      url('fonts/NunitoSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
      url('fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-SemiBold.woff2') format('woff2'),
      url('fonts/NunitoSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Regular.woff2') format('woff2'),
      url('fonts/NunitoSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
      url('fonts/NunitoSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
      url('fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Light.woff2') format('woff2'),
      url('fonts/NunitoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
