/*FOOTER CODE START*/
footer {
  background-color: #bfbfbf;
}

.footer-container {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 40px 0;
}

.footer--info {
  margin-bottom: 20px;
}

.footer--social {
  font-size: 1.8em;
}

.footer--links {
  display: inline-block;
  padding-top: 6px;
}

@media screen and (min-width: 576px) {
  .footer-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 96%;
    margin: auto;
  }
  .footer--info {
    margin-left: 40px;
  }
  .footer--social {
    margin-right: 40px;
  }
}

/*FOOTER CODE END*/
/********HEADER START*********/
nav {
  background: #222;
  padding: 0 7px;
}

nav a {
  color: white;
  text-decoration: none;
}

.navBar {
  list-style-type: none;
}

.logoSectionDesktop {
  display: none;
}

.menuSection {
  width: 100%;
}

.categoryLinks {
  padding: 3px;
  width: 100%;
}

.categoryLinks a:hover::after {
  color: #ccc;
}

.navBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.navBar li a {
  display: block;
  padding: 8px 5px;
}

.logo {
  padding: 2.5px 6px 2.5px 0;
  width: 65%;
}

.logoSection {
  height: 2.3em;
  width: 98%;
  margin: 0 1px 0 1px;
  padding: 3px 2px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoImg {
  width: 20%;
  border-radius: 0.5px;
  height: 2.6em;
}

.logoWord {
  width: 66%;
  color: white;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 2px 1px 4px 1px;
  margin-left: 5px;
}

.toggle {
  width: 25%;
  text-align: right;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 20px;
  margin: 0 2px 0 auto;
}

.categoryLinks.button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.categoryLinks {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.categoryLinks a {
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.03em;
}

.active .logoSection {
  width: auto;
}

.active .categoryLinks {
  width: 100%;
  display: block;
}

/* Tablet menu */
@media screen and (min-width: 576px) {
  .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .toggle {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .logoImg {
    width: 12%;
  }
}

/*Tablet landscape and desktop menu*/
@media screen and (min-width: 992px) {
  nav {
    height: 3.5em;
    width: 90%;
    margin: 0 auto;
  }
  .navContainer {
    height: 3.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logoSectionDesktop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
  }
  .logoImgDesktop {
    width: 80%;
    height: 2.6em;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .logoWordDesktop {
    text-decoration: none;
    font-size: 20px;
    margin: 0;
    padding: 18px 5px 15px 2px;
    letter-spacing: 1px;
  }
  .menuSection {
    width: 60%;
  }
  .navBar {
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: none;
  }
  .logo {
    display: none;
  }
  .categoryLinks {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 22%;
    display: inline-block;
    padding: 0 2px;
    margin: 0 0 0 2px;
  }
  .categoryLinks a {
    text-align: center;
    font-size: 1em;
    margin: 0;
    letter-spacing: 0.2px;
  }
  .categoryLinks a:hover {
    -webkit-text-decoration: 5px solid underline;
    text-decoration: 5px solid underline;
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
    text-underline-position: below;
  }
  .toggle {
    display: none;
  }
}

/*************HEADER END****************/
/* Basic styling */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  background-color: #f2f2f2;
  overflow-x: hidden;
}

/*Reusable component*/
.row {
  max-width: 1300px;
  margin: 0 auto;
}

.mainpage-headline {
  font-family: helvetica, georgia;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  word-spacing: 0.05em;
}

.link-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: space-around;
  -ms-flex-align: space-around;
  align-items: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 15.5vh;
  font-family: helvetica, georgia;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5em;
  word-spacing: 0.01em;
}

.link-details__timestamp {
  color: dimgray;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.5em;
  word-spacing: 0.05em;
  font-style: italic;
  margin-top: auto;
}

/*************BODY START***************/
.content-jar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 15px auto;
  background-color: #e6e6e6;
  border-radius: 3px;
}

.categoryTitle {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.categoryTitle a {
  padding-left: 1%;
  color: red;
}

.first-content {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.first-content__important {
  width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.01em;
  border-bottom: 1px solid gray;
  margin: 5px 0 0 0;
}

.first-content__important a {
  text-decoration: none;
  color: black;
}

.first-content__important img {
  width: 100%;
  height: 35vh;
}

.caption {
  padding: 3px 5px 12px 15px;
}

.first-content__somewhatImp {
  width: 100%;
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.fc-somewhatImp__items {
  width: 100%;
  margin: 8px 0 15px 0;
  border-bottom: 2px solid gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row wrap;
  height: 21vh;
}

.fc-somewhatImpItems__image {
  width: 50%;
  margin: 0;
  padding: 0;
}

.fc-somewhatImpItems__caption a {
  color: black;
  display: block;
  padding: 0px 3px 5px 0px;
  text-decoration: none;
}

.fc-somewhatImpItems__image img {
  width: 100%;
  height: 90%;
  margin: auto;
}

.fc-somewhatImpItems__caption {
  width: 58%;
  padding: 4px 0 4px 15px;
}

.articles-details {
  padding: 2px;
  width: 100%;
  margin-top: 10px;
}

.writers-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.writers-description-link {
  text-decoration: none;
  color: #222222;
}

.writers-description img {
  width: 7%;
  height: 2.5em;
  margin: 0 10px 0 10px;
  border-radius: 50%;
}

.writers-details {
  font-size: 0.8em;
}

.categoryTitlePathak {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 0.8em;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: underline;
}

.writers-paradise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: justify;
      -ms-flex-align: justify;
          align-items: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.writers-paradise-box1 {
  width: 100%;
}

@media screen and (min-width: 577px) {
  .first-content__important {
    width: 100%;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0;
    margin: 5px 0 0 0;
    border-bottom: 0;
  }
  .mainpage-headline {
    font-size: 1.2em;
    width: 50%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.5em;
    word-spacing: 0.02em;
  }
  .first-content__somewhatImp {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    height: 40vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fc-somewhatImp__items {
    width: 32%;
    margin: 8px 0;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    border-bottom: 0;
  }
  .fc-somewhatImpItems__image {
    width: 100%;
    height: 20vh;
  }
  .fc-somewhatImpItems__caption {
    width: 100%;
    font-size: 1.1em;
  }
}

@media screen and (min-width: 992px) {
  .content-jar {
    width: 90%;
    margin: 15px auto;
    height: 54.5vh;
  }
  .first-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50vh;
  }
  .mainpage-headline {
    font-size: 0.8em;
  }
  .first-content__important {
    width: 59%;
    height: 100%;
    margin: 0 10px 0 0;
  }
  .first-content__important img {
    height: 75%;
    /*height:82%;*/
  }
  .caption {
    margin: 0;
    padding: 0 2px 0 10px;
    text-align: left;
    width: 100%;
  }
  .first-content__somewhatImp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39.5%;
    margin: 0;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fc-somewhatImp__items {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .fc-somewhatImpItems__image {
    -o-object-fit: fill;
       object-fit: fill;
    width: 60%;
    height: 15vh;
  }
  .fc-somewhatImpItems__caption {
    height: 15vh;
    padding: 0 10px;
  }
  .link-details {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    height: 13.2vh;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.4em;
  }
  .writers-description img {
    width: 4%;
  }
  .writers-paradise {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1042px) {
  .first-content__important {
    width: 60%;
  }
  .first-content__somewhatImp {
    width: 39%;
  }
  .content-jar {
    max-width: 1300px;
    margin: 15px auto;
    height: 52vh;
  }
  .first-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 47vh;
  }
  .first-content__important img {
    height: 90.5%;
    /*height:82%;*/
  }
  .caption {
    font-size: 0.9em;
    padding: 2px 0 2px 2px;
  }
  .link-details {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    height: 13vh;
  }
}
/*# sourceMappingURL=styles.css.map */