


@media screen and (max-width: 600px) {

  .main-title {
    font-size: 14vw;
    font-weight: 900;
  }
  .no-mobile {
    display: none;
  }
  #menu-icon{
    padding-top: 0;
  }
  #mobile_topbar{
    font-size:13vw;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .resp-img{
    height: 10rem;
  }
}






@media screen and (min-width: 600px) {
  .main-title {
    font-size: 2.5rem;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: -2px;
  }
    .no-web {
    display: none;
  }
    .resp-img{
    height: 15rem;
  }
    }


a {
      text-decoration: none;
      color: black;
}

a:hover {
      text-decoration: none;
      color: black;
}

.main-title {
  font-family: 'Raleway', sans-serif;
  color: black;
  }

  

h1 {
      font-family: 'Raleway', sans-serif;
      font-size: 2.5rem;
      font-weight: 700;
}
    
p, a, h2, h3, h4, h5, li{
      font-family: 'Raleway', sans-serif;
      line-height:1.8;
      color: black;
}



.pure-img-responsive {
    max-width: 100%;
    height: auto;
}


/*
The content `<div>` is where all your content goes.
*/

.content {
  padding: 2.5em 2em 0;
  width: 92%;
  margin: 0 auto;
  padding-top: 1rem;
  max-width: 1030px;
}

.header {
    color: #333;
    /*padding: 2.5em 2em 0;*/
    width: 90%;
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 1rem;
     /*border-bottom: 1px solid #eee;*/
 }
    .header h1 {
        margin: 0.2em 0;
        font-size: 2.5em;
        font-weight: 300;
    }
     .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}


.footer {
	padding: 2rem;
	max-width: 65rem;
	margin: 0 auto;
	padding-top: 1rem;
  background-color: black;
}

.footer p,a {
  color: white;
}




html {
  scroll-behavior: smooth;
}

#menu-icon{
    padding-top: 1rem;
    padding-left: 0;
    cursor:pointer;
    font-size: 2.5rem;
}

.back-img {
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px px 0 rgba(0,0,0,.26);

}


 .article-card {
  /*border-radius: 4px;*/
  height: 9rem;
  width: 11rem;

 }

.meta-title{
  color: gray;
  padding-bottom: 0;
  margin: 0;
}