/* Remove link underline when user hovers over anchor tag */
.a:hover {
  color: none;
}

/* Styling for CyberSecurityClub text for Navbar Brand */
.navbar .navbar-brand {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

/* Google font's styling for the curvise-like fonts */
.fancy-font {
  font-family: 'Lobster', cursive;
  font-size: 30px;
}

/* Smaller size for Google font's styling */
.fancy-font-small {
  font-family: 'Lobster', cursive;
  font-size: 25px;
}

/* ============================== index.html ================================ */

/* Jumbotron Homepage */
.jumbotron-home {
  background-image: url('../img/jumbo-cybersec.png');
  background-size: cover;
  padding-top: 200px;
}

/* Mailing List*/
.btn-mail {
  width: 60%
}

/* Styling for the Mission section of the website */
#mission-section {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}

/* Cards styling for People section */

.card-role {
  font-size: 14px;
}

.card-title-lightblue {
  color: #3b94d9;
}

.card-title-admin {
  color: #17a2b8;
}

#advisor-section {
  color: #3b94d9;
  text-shadow: 2px 2px 2px #D3D3D3;
}

#admin-section {
  color: #17a2b8;
  text-shadow: 2px 2px 2px #D3D3D3;
}

/* Styling for Projects section */

.projects-header {
  color: #ffffff;
}

.card-header:first-child {
  background: #343a40;
}

.other-page-links {
  font-weight: bold;
  color: #3b94d9;
}

.light-blue-font {
  font-weight: bold;
  color: #3b94d9;
}

.black-bold-font {
  font-weight: bold;
}

/* Styling for Contact section */

.btn-primary {
  color: #ffffff;
  background-color: #3b94d9;
  background-image: none;
  border-color: #3b94d9;
}

.contact-info a {
  color: #343a40;
  padding: 10px;
  display: inline-block;
}

/* Styling for Slack contact button */

#slack-icon {
  height: 50px;
}

.btn-outline-light {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.darkgray-font {
  color: #343a40;
}

/* Styling for Footer section */

.footer-row {
  background-color: #343a40;
}

/* ============================== cybercamp.html ================================ */

/* Styling for Cyber Camp 2018 Jumbotron */
.jumbotron-cybercamp {
  background-image: url('../img/jumbo-cybercamp.png');
  background-size: cover;
  padding-top: 200px;
}

/* Styling for the Cyber Camp 2018's Purpose section in cybercamp.html */
#intro-cybercamp-section {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}

/* ============================= fbctf.html ===================================== */

.jumbotron-fbctf {
  background-image: url('../img/jumbo-fbctf.png');
  background-size: cover;
  padding-top: 200px;
}
