/* font-family: 'Archivo', sans-serif;
font-family: 'Open Sans', sans-serif; */

body, html {
  height: 100%;
  background-color: #F5F5F5;
  overflow-x: hidden;
  overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Archivo', sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.modal-body img.desktop-modal {
  display: none;
}

.modal-body img.mobile-modal {
  width: 100%;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  background-color: transparent;
  border:none;
}

.close {
  color: white;
  opacity: 1;
}

.close:not(:disabled):not(.disabled):hover {
  color: white;
} 


/* Sections */

.contest img {
  width: 100%;
  cursor: pointer;
}

.contest-desktop {
  display: none;
}

#left {
  height: 80vh;
  background-color: blue;
  background-image: url("../images/cover-image-2x-bg.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;

}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-blurb {
  text-align: center;
  background-color: white;
  padding: 7px;
}

.mobile-logo {
  width: 80%;
}

.mobile-blurb-text {
  font-size: 1rem;
  line-height: 1.7rem;
}

#right {
  background-color: #F5F5F5;
  /* background-color: bisque; */
  height: 100%;
  padding: 0;
}

.leaderboard {
  display: none;
}

/*sheblogs content*/
.content-sbm {
  padding: 0 30px;
}

/*Insider Content*/
.content-inisder {
  height: 100%;
  padding: 0 30px;
  background-color: black;
}

/*crowdsocial banner*/
.content-cs {
  cursor: pointer;
  padding: 0 15px;
  height: 448px;
  background-color: #FEDA67;
  background-image: url("../images/cs-mobile.jpg");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}

.content-title {
  font-size: 2.4rem;
}

.content-blurb {
  font-size: 1.1rem;
  font-weight: 400;
}

.content-inisder .content-title, .content-inisder .content-blurb {
  color: white;
}

/* Card Styles */

/*new banner for new articles*/
.banner {
  position: absolute;
  background-color: red;
  top: 4%;
  text-align: center;
  padding: 3% 7%;
  border-radius: 0 2rem 2rem 0;
  text-transform: uppercase;
  color: white;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;

} 

.banner p {
  margin: 0;
}

.card-deck a {
  text-decoration: none;
  color: black;
  display: inline-block;
}

.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 0;
  transition:0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.07);
}


.card-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

.card-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.card-text:last-child {
  margin-bottom: 17px;
}

.btn {
  padding: .700rem 2rem;
  border-radius: 2em;
}

.btn-dark {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white !important;
}


/*Article CSS*/

.article a {
  font-weight: 700;
  text-decoration: none;
  color: black;
  transition: all 0.2s;
}

.article a:hover {
  color: #BEBEBE;
}

.back-button {
  display: none;
} 

.card-deck a:hover {
  text-decoration: none;
}

.article-page .back-button {
  position: relative;
  top: 3%;
}

.article h1 {
  font-size: 2rem;
  margin: 7% 0;
}

.article h2 {
  margin: 8% 0 3% 0;
  font-size: 1.5rem;
}

.article p, .article ol {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.article ul li {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.article .recipe-card {
  padding: 20px;
  background-color: white;
  margin-bottom:10px;
}


.article-page .content-cs {
  margin-top: 5%;
}

.hairstyle {
  margin: 15px 0 15px 0;
  border-bottom: 1px solid gainsboro;
}




/* Article Images */

#article-1 #left  {
  background-image: url("../images/a-first-10-minutes.jpg");
}

#article-2 #left  {
  background-image: url("../images/a-word-from-editor.jpg");
}

#article-3 #left  {
  background-image: url("../images/a-congrats-on-failure.jpg");
}

#article-4 #left  {
  background-image: url("../images/a-summer-hairstyles.jpg");
}

#article-5 #left  {
  background-image: url("../images/a-confessions-of-a-messy-girl2.jpg");
}

#article-7 #left  {
  background-image: url("../images/a-vacation.jpg");
}

#article-8 #left  {
  background-image: url("../images/a-make2.jpg");
}

#article-9 #left  {
  background-image: url("../images/a-tanning.jpg");
}

#article-10 #left  {
  background-image: url("../images/summer-playlist.jpg");
}

/* Insider Images */
#insider-1 #left  {
  background-image: url("../images/i-spring-tropical-smoothie.jpg");
}

#insider-2 #left  {
  background-image: url("../images/i-stop-sabotaging-happiness.jpg");
}

#insider-3 #left  {
  background-image: url("../images/i-take-10-happy-hour.jpg");
}