.header{
    background-color: #cbe7fb;
    padding: 20px 20px;
    background-size: cover;
}
nav {
    background-color:#cbe7fb;
}
.content{
    background-color: white;
    padding: 20px 20px; 
}

.footer {
    background-color: #e3f2fd;
    padding: 20px 0;
    margin-top: 30px;
}

.social_icons_header {
    height: 32px;
}
.social_icons_header svg{
    height: 100%;
    transition: scale 0.3s ease;

}
.social_icons_header svg:hover{
    transform: scale(1.05);
}

.social_icons_header a{
     margin: 0 6px;
}

.social_icons_footer {
    height: 24px;
}
.social_icons_footer svg{
    height: 100%;
    transition: scale 0.3s ease;

}
.social_icons_footer svg:hover{
    transform: scale(1.05);
}

.social_icons_footer a{
     margin: 0 3px;
}


.social-icons a {
    color: #6c757d;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
    transform: scale(1.03);
}
.rescale_font {
    font-size: 1.5rem;
}
.header_img {
    height: auto;
    width: 10%;
    display: block;
    background-size: cover;
    margin-bottom: 0.5%;
    min-width: 70px !important;
    max-width: 150px !important;

}
nav div{
  padding-top: 5px;
  padding-bottom: 5px;
}
.header_a {
      color: black;
      text-decoration: none;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  box-sizing: border-box;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  box-sizing: border-box;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
.reactive_div{
  width: 70%
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1000px) {
  .column {
    -ms-flex: 33.3%;
    flex: 33.3%;
    max-width: 33.3%;
  }
  .reactive_div{
    flex: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .reactive_div{
    width: 100%;
    flex: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .reactive_div{
    width: 100%;
    flex: 100%;
  }
}
@media screen and (max-width: 780px) {
  .rescale_font{
      font-size: 1.5rem;
    }
}
@media screen and (max-width: 528px) {
  .rescale_font{
      font-size: 1.4rem;
    }
}

@media screen and (max-width: 502px) {
  .rescale_font{
      font-size: 1.3rem;
    }
}

@media screen and (max-width: 480px) {
  .rescale_font{
      font-size: 1.2rem;
    }
}
@media screen and (max-width: 460px) {
  .rescale_font{
      font-size: 1.1rem;
    }
}
@media screen and (max-width: 430px) {
  .rescale_font{
      font-size: 1.05rem;
    }
}

@media screen and (max-width: 414px) {
  .rescale_font{
      font-size: 1rem;
    }
}
@media screen and (max-width: 401px) {
  .rescale_font{
      font-size: 0.96rem;
    }
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}