@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext");
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

html {
  position: relative;
  overflow-x: hidden !important;
}

body {
  font-family: 'Quicksand', sans-serif;
}

.inner-wrapper {
  padding: 2em 4%;
}

h5 {
  font-size: 34px;
  font-weight: normal;
}

a {
  text-decoration: none;
}

/***** IMAGE LAYOUT ******/
.wrap-image {
  height: 260px;
  width: 400px;
  overflow: hidden;
}

.aside-image-new {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .5s;
}

.wrap-image:hover .aside-image-new,
.wrap-image:focus .aside-image-new {
  transform: scale(1.05);
}


/***** NEWS LAYOUT ******/
.wrap-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aside-story {
  width: 400px;
}

.wrap-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 16px;
}

/***** DATE ******/
.month, .date {
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.date-contain {
  padding: 8px 18px;
  background-color: #023043;
  display: inline-block;
  height: fit-content;
  margin-right: 16px;
}

.month {
  font-size: 16px;
}

.date {
  font-size: 30px;
}

.aside-title h3 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 22px;
}
.aside-title h3 a {
  color: #023043;
}
.aside-title h3 a:hover {
  text-decoration: underline;
}
.aside-title p {
  margin-top: 10px;
  color: #707170;
}

.title {
	background: white; 
	/*padding: 60px; */	
	margin:0 auto; 
	text-align:center;
}

.title h1 {
	font-size:35px; 
	letter-spacing:8px;
}
h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
h4 {font-family:'Oswald', sans-serif; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}

@media only screen and (max-width: 700px) {
  .aside-story {
    width: 49.99999%;
    margin: 6px 0;
  }
  .wrap-image {
    width: 100%;
    margin: 6px 0;
  }
  
	.title {background: white; padding: 20px; padding-top: 70px; margin:0 auto; text-align:center;}
	.title h1 {font-size:35px; letter-spacing:8px;}

}

@media only screen and (max-width: 500px) {
  .aside-story {
    width: 100%;
  }
}