/*
Theme Name: Academy 2.0
Version: 0.1
Description: Custom theme created exclusively for Spodek Academy
Author: David Alonso
Tags: 
*/
/******************/
/**** GENERAL ****/
body {
  font-family: 'Open sans', sans-serif !important;
}
h1,
h2 {
  font-family: 'Bitter', serif;
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 48px;
  font-weight: bold;
}
.btn-dark {
  background-color: #457B9D;
  border-color: #457B9D;
}
.btn-dark:hover {
  background-color: #5d95b8;
  border-color: #5d95b8;
}
.primary-bg {
  background-color: #E63946;
  color: #fff;
}
.primary-bg a,
.primary-bg strong {
  color: #A8DADC;
}
.secondary-bg {
  background-color: #1D3557;
  color: #fff;
}
.secondary-bg a,
.secondary-bg strong {
  color: #A8DADC;
}
.terciary-bg {
  background-color: #457B9D;
  color: #fff;
}
.terciary-bg a,
.terciary-bg strong {
  color: #000;
}
.shadow {
  text-shadow: 0 3px rgba(0, 0, 0, 0.3);
}
.faded {
  opacity: 0.6;
}
blockquote.bigquote {
  max-width: 800px;
  padding-top: 40px;
  line-height: 1.4em !important;
  font-size: 24px;
  font-style: italic;
}
blockquote.bigquote footer {
  font-style: normal;
}
blockquote.bigquote p:before {
  content: '\201C';
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  margin: -90px 4px 0 -30px;
  font: normal 240px serif;
  color: #E63946;
}
/******************/
/**** MAIN NAV ****/
#mainnav {
  padding: 30px 50px 15px;
  background-color: #fff;
}
#mainnav .active {
  border-bottom: 5px solid #eee;
}
#navbarSupportedContent {
  margin-top: 10px;
}
.navbar-brand {
  font: 36px 'Bitter', serif !important;
  padding-left: 40px;
  background: url(img/logo.png) 0 8px no-repeat;
}
/**********************/
/**** APPLY BANNER ****/
#apply-banner {
  max-width: 700px;
}
#apply-banner h3 {
  padding-right: 20px;
  font: bold 48px 'Bitter', serif;
  border-right: 6px #eee solid;
  text-align: right;
}
#apply-banner p {
  margin: 14px 0 20px;
}
/*********************/
/**** MAIN FOOTER ****/
#mainfooter .nav-link {
  font-weight: bold;
}
#mainfooter #statement {
  max-width: 400px;
}
#mainfooter,
#mainfooter .navbar-brand,
#mainfooter .nav-link {
  color: #fff;
}
/******************************/
/****** 2 COLUMN ARTICLE ******/
.right-aligned-header {
  max-width: 550px;
  float: right;
  margin: -0.25em 20px 0 0;
  text-align: right;
}
#main-content h1,
#main-content h2 {
  max-width: 550px;
  float: right;
  margin: -0.25em 20px 0 0;
  text-align: right;
}
#main-content .breadcrumbs {
  text-align: right;
  margin: -2.5em 20px 10px;
  font-weight: bold;
  color: #E63946;
}
#main-content li {
  padding-left: 0 !important;
}
/******************/
/****** HOME ******/
#home-banner img {
  width: 100%;
}
#home-statement {
  padding: 2% 12% 0 5%;
  font: 32px 'Bitter', serif !important;
}
#home-statement p:first-child {
  margin-bottom: 40px;
}
#home-logos {
  max-width: 1100px;
}
#home-quotes {
  max-width: 1200px;
}
#home-quotes blockquote {
  margin: 0 20px 0 0;
  padding-top: 40px;
  border-top: 6px solid #eee;
  line-height: 1.4em !important;
  font: italic 24px 'Bitter', serif;
  color: #333;
}
#home-quotes blockquote:before {
  content: '\201C';
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  margin: -70px 4px 0 -30px;
  font: normal 180px serif;
  color: #E63946;
}
/************************/
/****** ABOUT PAGE ******/
#about-josh img {
  max-height: 450px;
  margin-right: 20px;
}
#about-josh h2 {
  font: bold 48px 'Bitter', serif;
}
#about-josh p {
  margin-top: 20px;
}
/***************************/
/****** COURSES PAGES ******/
#method h2 {
  max-width: 550px;
  float: right;
  margin: -0.25em 20px 0 0;
  text-align: right;
}
#method-highlights i {
  font-size: 80px;
  color: #A8DADC;
}
#method-highlights h3 {
  font: bold 24px 'Open sans', sans-serif;
}
#nutshell ul {
  list-style: none;
}
#nutshell i {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  font-size: 50px;
  color: #E63946;
}
/*************************/
/****** ALUMNI PAGE ******/
#student-videos .video {
  width: 100%;
  padding: 80px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
#student-videos .video i {
  font-size: 110px;
  opacity: 0.2;
}
#student-videos h4 {
  margin: 15px 0 0;
  font-weight: bold;
}
/**************************/
/****** CONTACT PAGE ******/
#contact {
  max-width: 600px;
}
#contact .form-group, .wpcf7-form-control-wrap {
  clear: both;
}
#contact label {
  float: left;
}
#contact .form-control, .wpcf7-form-control-wrap {
  float: right;
  width: 460px !important;
  margin-bottom: 15px;
}
.wpcf7-form-control-wrap > div {
  width: 100%;
}
#contact .required {
  font-size: .7em;
  color: #ccc;
}
#contact .btn {
  float: right;
  padding: 12px 55px;
}
/**************************/
/****** APPLY PAGE ******/
#application #questions {
  padding: 0 50px 0 150px;
}
form#apply {
  max-width: 800px;
}
form#apply hr {
  border-color: #fff;
}