/* *********************************
           Variables
  ********************************** */
/* *********************************
   Some Style Overrides on Bootstrap
  **********************************
.navbar-inverse {
  background-color: #fff;
  border-bottom: none;
}

.navbar-inverse .navbar-toggle {
  border: 1px solid #333;
  border-color: rgba(255, 255, 255, 0.7);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #fff;
  }
}

.navbar-inverse .navbar-nav > li > a {
  color: black;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}*/

/* *********************************
           Toolbar Logo
  ********************************** */
.small-logo-container {
  padding-top: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
}

.small-logo {
  color: white;
  font-size: 2.5em;
  padding-bottom: 2px;
}

/* *********************************
           Big Logo
  ********************************** */
.big-logo-row {
  background-color: #fff;
}
.big-logo-row .big-logo-container {
  padding: 15px 10px;
}

.big-logo-container img {
	width: 160px;
	height: auto;
	margin: 0 auto;
}

/* *********************************
           Site Basics
  ********************************** */

body {
  line-height: 1.4;
}

section {
	margin: 20px 0;
}

h1, h2 {
	font-family: 'Lora', serif;
	font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

p {
	font-family: 'Chivo', sans-serif;
	font-size: 1em;
}

.btn {
  width: 50%;
	font-size: 1.5em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
  .btn {
    width: 25%;
  }
}

/* *********************************
           Nav Bar
  ********************************** */

.navbar-inverse {
	background-color: #202021;
	border-color: #202021;
	text-transform: uppercase;
	font-family: 'Lora', serif;
	letter-spacing: 1px;
	margin-bottom: 0;

}

@media (min-width: 768px) {
  .navbar {
      border-radius: 0;
  }
}

/* *********************************
            Body
  ********************************** */

.take-quiz {
	background: url("../img/quiztaker.jpg") center center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 60px 0;
	height: calc(100vh - 240px);
  display: flex;
  flex-flow: column nowrap;
}

.take-quiz h2 {
	font-size: 2em;
	text-shadow: 3px 3px 17px rgba(20, 20, 20, 1);
  color: #EAEBED;
}

.tile {
	text-align: center;
	font-size: 2em;
	font-family: 'Lora', serif;
	font-weight: bold;
	padding: 40px 10px;
	margin-bottom: 20px;
}

.tile a {
	color: #202021;
}

.path-tile {
	background: #eaebed;
}

.glossary-tile {
	background: #dbdbdb;
}

.glossary-list {
  list-style: none;
}

li.keyword {
  font-weight: bold;
  margin: 15px 0 0 0;
}

.resource-tile {
	background: #07b1c8;
}

h4 {
  font-size: 16px;
  line-height: unset;
  margin: 20px 0 20px 0;
}

p.resource-description {
  margin: 40px 0 5px 0;
}
