/*dark violet, stripe */
/*violet, hover for black text */
/*darker violet hover */
/*pink button */
/*pink button hover */
/*dark grey*/
/*even more greyer! */
/* standart blue FB color*/
/* standart red google plus color*/
/*light grey*/
.header {
  grid-area: header;
  background-color: rgb(54, 46, 134);
  width: 100%;
  position: fixed;
  z-index: 3;
}

.logo {
  cursor: pointer;
}
.logo img {
  margin-top: -8px;
  margin-right: 3rem;
}

.navigation {
  grid-area: navigation;
  width: 100%;
  background-color: white;
  top: 36px;
  position: fixed;
  z-index: 3;
}

.contact-stripe {
  height: 24px;
  font-family: "LatoRegular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 12px !important;
}
.contact-stripe .contact-stripe__phone {
  padding-left: 30px;
}
.contact-stripe .contact-stripe__phone, .contact-stripe .contact-stripe__email {
  color: white;
}

.navigation {
  height: auto;
  min-height: 90px !important;
  margin-bottom: 0;
}
.navigation ul a {
  color: black;
}

/*dark violet, stripe */
/*violet, hover for black text */
/*darker violet hover */
/*pink button */
/*pink button hover */
/*dark grey*/
/*even more greyer! */
/* standart blue FB color*/
/* standart red google plus color*/
/*light grey*/
body {
  font-size: 12px;
  text-align: left;
  color: black;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

button {
  cursor: pointer;
  outline: none;
}
button:active {
  position: relative;
  top: 1px;
}

/*grids styles */
.grid {
  margin: 0 auto;
  display: grid;
  grid-template-areas: "header" "navigation" "main" "about" "service" "history" "team" "enroll" "contacts" "footer";
}

.main {
  margin-top: 50px;
  position: relative;
  grid-area: main;
  background: url("/img/banner_main_sky@1x.jpg") no-repeat center;
  background-size: cover;
  height: 950px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.people {
  position: absolute;
  background: url("/img/banner_main_people@1x.png") no-repeat center;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top 510px center;
}

.about {
  grid-area: about;
  background-color: white;
  height: auto;
  padding-bottom: 90px;
}

.service {
  grid-area: service;
  background-color: #f9f9f9;
  height: auto;
  padding-bottom: 80px;
}

.history {
  grid-area: history;
  background: url("/img/bg_history@1x.jpg") no-repeat center;
  background-size: 100%;
  height: 520px;
}

.team {
  grid-area: team;
  height: auto;
  padding-bottom: 80px;
}

.enroll {
  grid-area: enroll;
  background: url("/img/bg_rails@1x.jpg") no-repeat center;
  background-size: 100%;
  height: 520px;
}

.contacts {
  grid-area: contacts;
  height: auto;
  margin-bottom: 80px;
}

footer {
  grid-area: footer;
  margin: 3em 0;
  border-top: 1px dotted lightgrey;
  padding-top: 2em;
}
footer a {
  color: lightgrey;
  margin-left: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
}
footer a:hover {
  color: darkgrey;
}

.footer__stripe {
  height: 75px;
  background-color: rgb(54, 46, 134);
}

.footer__nested {
  height: auto;
}

.main, .people, .history, .enroll {
  background-attachment: fixed;
}

.content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

/* intro screen */
.main__intro, .history__intro, .enroll__intro {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 30%;
  color: white;
  text-align: center;
}

.main__intro {
  top: 48%;
}

.main__intro__title {
  position: relative;
  font-family: "LatoBlack", Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
.main__intro__title:after {
  content: "";
  position: absolute;
  top: 140%;
  left: 47.5%;
  width: 50px;
  height: 1px;
  background: white;
}

.main__intro__about {
  padding: 46px 0 36px;
  font-family: "LatoBoldItalic", Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.main__intro__button, .enroll__content__button {
  background-color: rgb(204, 0, 102);
  border: 1px solid rgb(204, 0, 102);
  padding: 12px 0 28px;
  min-width: 48px;
  width: 158px;
  height: 40px;
  color: white;
  font-family: "LatoSemibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.main__intro__button, a.enroll__content__button, a.about__content__button {
  padding: 12px;
}
a.main__intro__button:hover, a.enroll__content__button:hover, a.about__content__button:hover {
  color: white !important;
}

.switch-language {
  height: 100%;
}
.switch-language a {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  line-height: 90px;
  padding: 1rem;
}
