@import url(vendor/strppd.css);
* {
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  width: 100%;
  height: 100%;
}

button, input, textarea {
  border: none;
}

.font-sans, h5, h6, p, li, .contact-form .contact-form-plate .form-group input, .contact-form .contact-form-plate .form-group textarea, .contact-form .submit .btn-form, p a, ol.list li {
  font-family: 'Roboto', Arial, sans-serif;
}

.font-serif, .title, .heading, .intro {
  font-family: 'Roboto Slab', Georgia, serif;
}

.font-narrow, a {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

.font-disp, h1, h2, h3, h4 {
  font-family: 'Anton', Arial, sans-serif;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
}

a {
  text-transform: uppercase;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3.5em;
}

h3 {
  font-size: 2.7em;
}

h4 {
  font-size: 2.2em;
}

h5 {
  font-size: 1.3em;
}

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.wrapper {
  width: 80%;
  max-width: 1164px;
  margin: 0 auto;
}

.wrapper-lg {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.wrapper-full {
  width: 100%;
  margin: 0 auto;
}

.divider-line {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}

.rel {
  position: relative;
}

.fix {
  position: fixed;
}

.abs {
  position: absolute;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.contact-form {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
}

.contact-form .contact-form-plate {
  text-align: center;
  background: #f4f4f4;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  min-width: 280px;
}

.contact-form .contact-form-plate .text-group {
  margin-bottom: 20px;
}

.contact-form .contact-form-plate .form-group {
  margin-bottom: 10px;
}

.contact-form .contact-form-plate .form-group input, .contact-form .contact-form-plate .form-group textarea {
  font-size: 0.8em;
  border: 2px solid #E5E5E5;
  padding: 10px;
  width: 100%;
  color: #000;
}

.contact-form .contact-form-plate .form-group input:focus, .contact-form .contact-form-plate .form-group textarea:focus {
  border: 2px solid #cccccc;
  color: #7F7F7F;
}

.contact-form .contact-form-plate .form-group textarea {
  height: 100px;
}

.contact-form .contact-form-plate .form-group p.help-block {
  font-style: italic;
  color: red;
  font-size: 0.9em;
}

.contact-form .submit #success {
  margin: 20px 0;
  color: #7F7F7F;
  font-size: 1.1em;
}

.contact-form .submit .btn-form {
  background: #636363;
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #f4f4f4;
}

.contact-form .submit .btn-form:hover {
  background: #4a4a4a;
}

#contact-map .map {
  width: 100%;
  height: 540px;
  position: relative;
}

#contact-map .map #map-canvas {
  height: 540px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

.content {
  width: 100%;
  height: 100%;
  background-image: url(../images/school.png);
}

@media screen and (max-width: 960px) {
  .wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .wrapper {
    width: 100%;
  }
}

.content-holder {
  background: #fff;
  padding: 50px 120px 1px;
  color: #333;
}

@media screen and (max-width: 960px) {
  .content-holder {
    padding: 50px;
  }
}

@media screen and (max-width: 600px) {
  .content-holder {
    padding: 50px 20px;
  }
}

.logo-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo-holder .logo {
  padding: 0 10px;
}

.logo-holder .logo img {
  width: 100%;
}

.divider {
  width: 50%;
  height: 4px;
  background: #eaeaea;
  margin: 60px auto;
}

@media screen and (max-width: 600px) {
  .divider {
    margin: 20px auto;
  }
}

.title, .sub-title {
  text-align: center;
}

.intro, .sub-title {
  margin-bottom: 40px;
}

.title {
  margin-bottom: 20px;
  font-weight: 700;
}

.sub-title {
  line-height: 1.2em;
}

.heading {
  margin-bottom: 15px;
  text-align: left;
}

.intro {
  font-weight: 500;
}

p {
  text-align: justify;
  margin-bottom: 20px;
}

p a {
  text-transform: inherit;
  font-weight: 500;
  color: darkred;
}

p a:hover, p a:visited {
  color: #580000;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background: darkred;
  color: #fff;
}

.btn-more:hover {
  background: #580000;
}

ol.list {
  list-style: decimal;
  margin: 0 0 60px 40px;
}

ol.list li {
  list-style: inherit;
  font-weight: 300;
}

span.asterisk {
  position: relative;
  bottom: 5px;
}
