/*// Variables*/
/*// Mobile var*/
/*colors*/
/*Fonts*/
/*// Mixins Here*/
/*Default card photo mixin with parametric naming [@name value should be name of image file]*/
/*Font family mixin with parametric sizing*/
/*// General Styles*/
a {
  text-decoration: none;
  text-decoration-color: none;
  color: inherit;
}
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: #fffdf9;
}
/*Nav Properties*/
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 150px;
  align-content: center;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
nav .linksSec {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}
@media (max-width:800px) {
  nav .linksSec {
    width: 100%;
  }
}
@media (max-width:1000px) {
  nav .linksSec {
    width: 100%;
  }
}
nav a.navLinks {
  font-size: 25px;
  padding: 0 15px;
  text-decoration: none;
  color: #FFFDF9;
  margin: auto;
  align-content: center;
  font-family: 'Open Sans Condensed';
  letter-spacing: 5px;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width:800px) {
  nav a.navLinks {
    font-size: 15px;
  }
}
nav a.navLinks:hover {
  color: #8ac6d1;
  font-weight: 800;
}
/*Footer*/
footer {
  background-color: #333333;
  width: 100vw;
  height: 10vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
footer h5.footerContent {
  font-family: 'Raleway';
  font-size: 20px;
  color: #FFFDF9;
}
/*HOME LESS STYLING*/
.tMain {
  height: 100vh;
  width: 100vw;
  background-image: url('../images/aDark2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.4);
}
/*Header Section*/
header {
  height: 400px;
  width: 95vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*align-content: center;*/
}
@media (max-width:800px) {
  header {
    width: 100%;
  }
}
@media (max-width:1000px) {
  header {
    width: 100%;
  }
}
header section#slogan {
  width: 80%;
  height: 100%;
}
@media (max-width:1000px) {
  header section#slogan {
    width: 100%;
  }
}
@media (max-width:800px) {
  header section#slogan {
    width: 100%;
  }
}
header h1.title {
  width: 100%;
  height: 90px;
  text-align: left;
  padding: 0;
  color: #8ac6d1;
  font-family: 'Raleway';
  font-size: 90px;
  letter-spacing: 9px;
  margin: 0;
}
@media (max-width:800px) {
  header h1.title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 6px;
    height: 40px;
  }
}
@media (max-width:1000px) {
  header h1.title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 9px;
    height: 40px;
  }
}
header h1.title span.highlighter {
  color: #ffc9dd;
}
header h4.underTitle {
  width: 100%;
  height: 35px;
  text-align: left;
  font-family: 'Open Sans Condensed';
  font-size: 25px;
  letter-spacing: 12px;
  margin: 0;
  color: #ffe3ed;
}
@media (max-width:800px) {
  header h4.underTitle {
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    height: 30px;
  }
}
@media (max-width:1000px) {
  header h4.underTitle {
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    height: 30px;
  }
}
header h4.underTitle span#highlighter2 {
  color: #93cad5;
}
header h4.underTitle span.highlighter {
  color: #ffe3ed;
}
header #signup {
  background-color: #8ac6d1;
  color: #ffe3ed;
  width: 190px;
  height: 30px;
  border-radius: 15px;
  margin: 10px auto auto 0;
  line-height: 30px;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-size: default;
  letter-spacing: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header #signup:hover {
  background-color: #ffe3ed;
  color: #8ac6d1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width:1000px) {
  header #signup {
    margin: 10px auto;
  }
}
/*Trending Subjects*/
section#trSubject {
  padding: 30px auto 30px auto;
  width: 100vw;
  display: block;
  background-color: #fffdf9;
}
@media (max-width:800px) {
  section#trSubject {
    display: block;
    height: 100%;
  }
}
@media (max-width:1000px) {
  section#trSubject {
    display: block;
    height: 100%;
  }
}
section#trSubject h3.trSubjectTitle {
  width: 85%;
  height: 40px;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-size: 40px;
  letter-spacing: 8px;
  color: #555555;
  margin: 35px auto;
}
@media (max-width:800px) {
  section#trSubject h3.trSubjectTitle {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    margin: 30px auto;
  }
}
@media (max-width:1000px) {
  section#trSubject h3.trSubjectTitle {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    margin: 30px auto;
  }
}
section#trSubject section.trSubjectCards {
  width: 90%;
  height: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width:800px) {
  section#trSubject section.trSubjectCards {
    width: 100%;
  }
}
@media (max-width:1000px) {
  section#trSubject section.trSubjectCards {
    width: 100%;
  }
}
section#trSubject section.trSubjectCards div.trCard {
  display: flex;
  width: 275px;
  height: 300px;
  background-color: #fffdf9;
  border-radius: 9px;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.4);
  color: #1b262c;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 5px;
  font-family: 'Open Sans Condensed';
  font-size: default;
  margin: 15px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#trSubject section.trSubjectCards div.trCard:hover {
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width:800px) {
  section#trSubject section.trSubjectCards div.trCard {
    width: 90%;
    height: 200px;
    margin: 15px auto;
  }
}
@media (max-width:1000px) {
  section#trSubject section.trSubjectCards div.trCard {
    width: 90%;
    height: 200px;
    margin: 15px auto;
  }
}
section#trSubject section.trSubjectCards div.trCard h4.trCardTitle {
  display: flex;
  width: 250px;
  height: 30px;
  color: #fffdf9;
  text-align: center;
  justify-content: center;
  align-items: center;
  letter-spacing: 6px;
  font-family: 'Open Sans Condensed';
  font-size: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#trSubject section.trSubjectCards div.trCard h4.trCardTitle:hover {
  text-decoration: underline;
  text-decoration-color: #fffdf9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section#trSubject section.trSubjectCards #quantum {
  background-image: url("../images/quantum.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
section#trSubject section.trSubjectCards #comSci {
  background-image: url("../images/computerScience.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
section#trSubject section.trSubjectCards #biology {
  background-image: url("../images/biology.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
section#trSubject section.trSubjectCards #zoology {
  background-image: url("../images/Animals.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
section#trSubject section.trSubjectCards #poliSci {
  background-image: url("../images/PoliSci.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
/*Trending Articles*/
section#trArticles {
  width: 100vw;
  display: block;
  background-color: #fffdf9;
  margin-bottom: 30px;
}
section#trArticles h3.trArticlesTitle {
  width: 85%;
  height: 40px;
  text-align: center;
  font-family: 'Open Sans Condensed';
  font-size: 40px;
  letter-spacing: 8px;
  color: #555555;
  margin: 35px auto;
}
@media (max-width:800px) {
  section#trArticles h3.trArticlesTitle {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    margin: 30px auto;
  }
}
@media (max-width:1000px) {
  section#trArticles h3.trArticlesTitle {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    margin: 30px auto;
  }
}
section#trArticles section.trArticlesSection {
  width: 90%;
  height: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width:800px) {
  section#trArticles section.trArticlesSection {
    width: 100%;
  }
}
@media (max-width:1000px) {
  section#trArticles section.trArticlesSection {
    width: 100%;
  }
}
section#trArticles section.trArticlesSection div.articleCard {
  width: 80%;
  border: 0.45px solid #555555;
  margin: 15px auto;
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 25px;
}
section#trArticles section.trArticlesSection div.articleCard:hover {
  box-shadow: 1px 0.5px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width:800px) {
  section#trArticles section.trArticlesSection div.articleCard {
    width: 90%;
  }
}
section#trArticles section.trArticlesSection div.articleCard .articleTag {
  color: #8ac6d1;
  font-family: 'Open Sans Condensed';
  font-size: 22px;
}
section#trArticles section.trArticlesSection div.articleCard .articleTitle {
  color: #555555;
  font-family: 'Raleway';
  font-size: default;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}
section#trArticles section.trArticlesSection div.articleCard .articleDate {
  color: #ffb0cc;
  font-family: 'Open Sans Condensed';
  font-size: initial;
  width: 100%;
  text-align: right;
}
section#trArticles section.trArticlesSection div.articleCard .articleBlurb {
  color: #333333;
  font-family: 'Open Sans Condensed';
  font-size: 20px;
}
section#trArticles section.trArticlesSection div.articleCard .articleAuthor {
  font-family: 'Open Sans Condensed';
  font-size: 20px;
  text-align: left;
  color: #8ac6d1;
  margin: 0px;
}
.container {
  width: 100%;
  display: block;
}
.container header {
  width: 100%;
  height: 250px;
  margin-top: 60px;
  background-color: #333333;
}
.container header nav {
  width: 100%;
  height: 60px;
  background-color: #FFFDF9;
  position: fixed;
  top: 0;
}
@media (max-width:800px) {
  .container header nav {
    display: flex;
    justify-content: space-between;
  }
}
.container header nav h4 {
  width: 40%;
  font-family: 'Raleway';
  font-size: 30px;
  color: #78bdca;
  letter-spacing: 7px;
}
.container header nav h4 span.highlighter {
  color: #ffc9dd;
}
.container header nav .navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 30%;
  align-content: center;
}
.container header nav .navbar a {
  text-decoration: none;
  color: #333333;
  font-family: 'Open Sans Condensed';
  font-size: 21px;
  letter-spacing: 5px;
  font-weight: 800;
}
.container header .ap-top-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #333333;
  color: #fffdf9;
  width: 100%;
  height: 100%;
}
.container header .ap-top-section h1 {
  width: 70%;
  margin: 0 auto;
  font-family: 'Open Sans Condensed';
  font-size: 120px;
  font-weight: 800;
  padding-bottom: 30px;
}
.container .mid {
  width: 90%;
  margin-left: 100px;
}
@media (max-width:800px) {
  .container .mid {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
}
.container .ap-main {
  display: flex;
  margin: 0px 0px 100px 100px;
  flex-wrap: wrap;
  width: 90%;
}
@media (max-width:800px) {
  .container .ap-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
}
.container .ap-main h2 {
  width: 85%;
  font-family: 'Open Sans Condensed';
  font-size: 40px;
  height: 40px;
  letter-spacing: 8px;
  color: #333333;
  margin: 35px auto;
}
.container .ap-main .ap-card {
  height: 650px;
  width: 40%;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
}
@media (max-width:800px) {
  .container .ap-main .ap-card {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
}
.container .ap-main .ap-card .ap-photo {
  height: 650px;
  width: 100%;
}
.container .ap-main .ap-card #eunice {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/Eunice.png');
}
.container .ap-main .ap-card #daniel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/Daniel.png');
}
.container .ap-main .ap-card #michael {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/Michael.png');
}
.container .ap-main .ap-card #jason {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/Jason.png');
}
.container .ap-main .ap-card #priya {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/Priya.png');
}
.container .ap-main .ap-card #tim {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/Tim.png');
}
.container .ap-main .ap-card .ap-content {
  width: 100%;
  background-color: #ffe3ed;
  margin: auto auto 0px auto;
  padding: 1px;
}
@media (max-width:800px) {
  .container .ap-main .ap-card .ap-content {
    display: flex;
    flex-direction: column;
  }
}
.container .ap-main .ap-card .ap-content h3 {
  font-family: 'Open Sans Condensed';
  font-size: 40px;
  width: 100%;
  height: 40px;
  text-align: left;
  letter-spacing: 8px;
  color: #333333;
  margin: 5px auto;
}
@media (max-width:800px) {
  .container .ap-main .ap-card .ap-content h3 {
    display: flex;
    flex-direction: column;
    letter-spacing: 0px;
    margin: 0px;
  }
}
.container .ap-main .ap-card .ap-content h4 {
  font-family: 'Open Sans Condensed';
  font-size: 20px;
  width: 100%;
  height: 20px;
  text-align: left;
  color: #8ac6d1;
}
.container .ap-main .ap-card .ap-content p {
  color: #333333;
  font-family: 'Open Sans Condensed';
  font-size: 20px;
}
.container .ap-footer {
  background-color: #333333;
}
.container .ap-footernav {
  display: flex;
  justify-content: center;
}
.container .ap-footernav a {
  margin: 0px 30px 0px 30px;
  color: #fffdf9;
}
