@import url(reset.css);
@font-face {
  src: url(../fonts/roboto-reg.ttf);
  font-family: 'Roboto'; }
@font-face {
  src: url(../fonts/ProximaNovaExtrabold.ttf);
  font-family: 'Proxima'; }
@keyframes moveBG {
  0% {
    background-size: 100%; }
  10% {
    background-size: 110%; }
  20% {
    background-size: 120%; }
  30% {
    background-size: 130%; }
  40% {
    background-size: 140%; }
  50% {
    background-size: 150%; }
  60% {
    background-size: 140%; }
  70% {
    background-size: 130%; }
  80% {
    background-size: 120%; }
  90% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }
.page {
  min-width: 1024px;
  margin: auto;
  font-family: 'Roboto',sans-serif; }
  .page .mainMenu {
    width: 100%;
    min-height: 50px; }
    .page .mainMenu .tomakeitcentered {
      width: 80%;
      margin: auto;
      min-height: 50px;
      position: relative; }
      .page .mainMenu .tomakeitcentered .desktopMenu {
        display: flex;
        justify-content: space-around;
        align-items: center;
        min-height: 50px;
        width: 450px; }
        .page .mainMenu .tomakeitcentered .desktopMenu a {
          display: block;
          color: black;
          text-decoration: none; }
          .page .mainMenu .tomakeitcentered .desktopMenu a:hover {
            transform: scale(1.05);
            cursor: pointer; }
      .page .mainMenu .tomakeitcentered .mobileMenu {
        display: none; }
  .page .mainMobileMenu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/Background-01.svg);
    background-size: cover;
    z-index: 2;
    display: flex; }
    .page .mainMobileMenu .close {
      width: 40px;
      height: 40px;
      background-image: url(../img/close.png);
      background-size: cover;
      position: absolute;
      top: 10px;
      right: 20px;
      z-index: 3; }
    .page .mainMobileMenu .menuMobileLinks {
      margin: auto; }
      .page .mainMobileMenu .menuMobileLinks li {
        text-align: center; }
        .page .mainMobileMenu .menuMobileLinks li a {
          color: white;
          text-decoration: none;
          font-size: 2em;
          line-height: 2.2em; }
  .page .header {
    width: 100%;
    height: 500px;
    background-image: url(../img/Background-01.svg);
    background-size: cover;
    background-position: center; }
    .page .header .headerContent {
      width: 100%;
      height: 500px;
      background-image: url(../img/Patternwhite-01.svg);
      background-size: cover;
      display: flex;
      background-position: center;
      animation: moveBG 20s linear 0s infinite alternate; }
      .page .header .headerContent .logo {
        width: 800px;
        height: 300px;
        background-image: url(../img/Logo.png);
        background-size: cover;
        margin: auto;
        background-position: center; }
  .page .content {
    width: 80%;
    margin: 50px auto; }
    .page .content h2 {
      font-family: 'Proxima';
      font-size: 2em;
      padding-bottom: 1em; }
    .page .content .courseDescription {
      display: flex;
      justify-content: space-between; }
      .page .content .courseDescription .aboutCourse {
        box-sizing: border-box;
        font-family: 'Roboto';
        width: 30%;
        border: 3px solid violet;
        border-image: url(../img/Background-01.svg) 30 stretch;
        min-height: 300px;
        display: flex; }
        .page .content .courseDescription .aboutCourse:hover {
          background-image: url(../img/Background-01.svg);
          background-size: cover;
          border: 0;
          color: white;
          cursor: pointer; }
        .page .content .courseDescription .aboutCourse .courseInfo {
          margin: auto;
          text-align: center; }
          .page .content .courseDescription .aboutCourse .courseInfo .courseName {
            padding-bottom: 0.5em; }
    .page .content .aboutClass {
      width: 100%;
      min-height: 300px;
      position: relative;
      display: flex;
      margin: 50px auto; }
      .page .content .aboutClass .DateTime {
        box-sizing: border-box;
        font-family: 'Proxima';
        width: 30%;
        text-align: center;
        border: 3px solid violet;
        border-image: url(../img/Background-01.svg) 30 stretch;
        display: flex; }
        .page .content .aboutClass .DateTime .when {
          margin: auto; }
          .page .content .aboutClass .DateTime .when h2 {
            font-size: 2.5em; }
          .page .content .aboutClass .DateTime .when p {
            font-size: 1.5em;
            line-height: 1.6em; }
      .page .content .aboutClass .classDescription {
        box-sizing: border-box;
        width: 70%;
        padding-left: 75px;
        padding-right: 60px;
        padding-bottom: 20px;
        border: 3px solid violet;
        border-image: url(../img/Background-01.svg) 30 stretch;
        border-left: 0px; }
        .page .content .aboutClass .classDescription h2 {
          font-family: 'Proxima';
          font-size: 2em;
          line-height: 2.2em; }
        .page .content .aboutClass .classDescription ul {
          list-style-image: url(../img/16x16.png);
          margin-left: 25px; }
          .page .content .aboutClass .classDescription ul li {
            line-height: 2em; }
  .page .subscribe {
    width: 80%;
    margin: 50px auto; }
    .page .subscribe form #mc_embed_signup_scroll {
      display: flex;
      justify-content: flex-start; }
    .page .subscribe form input:focus {
      outline: none; }
    .page .subscribe form input[type='email'] {
      width: 30%;
      height: 40px;
      border: 3px solid violet;
      border-image: url(../img/Background-01.svg) 19 stretch;
      font-family: 'Roboto',sans-serif;
      font-size: 1.1em;
      box-sizing: border-box;
      padding-left: 10px; }
    .page .subscribe form input[type='submit'] {
      width: 300px;
      height: 40px;
      background-image: url(../img/Background-01.svg);
      background-color: white;
      background-size: cover;
      border: 0px;
      color: white;
      text-transform: uppercase;
      margin-left: 75px;
      font-family: 'Roboto',sans-serif;
      font-size: 1.1em;
      transition: 1s;
      box-sizing: border-box; }
      .page .subscribe form input[type='submit']:hover {
        cursor: pointer;
        background-image: none;
        color: black;
        border: 3px solid violet;
        border-image: url(../img/Background-01.svg) 19 stretch; }
    .page .subscribe form label {
      font-size: 2em;
      line-height: 2.2em;
      display: block;
      font-family: 'Proxima'; }
  .page .footer {
    height: 80px;
    background-image: url(../img/Background-01.svg);
    background-size: cover;
    background-position: center; }
  .page .social {
    width: 80%;
    margin: auto;
    position: relative;
    top: 25px;
    left: 0; }
    .page .social .img {
      width: 50px;
      height: 50px; }

@media (max-width: 1024px) {
  .page {
    min-width: 100vw; }
    .page .mainMenu .tomakeitcentered {
      width: 100%; }
      .page .mainMenu .tomakeitcentered .desktopMenu {
        display: none; }
      .page .mainMenu .tomakeitcentered .mobileMenu {
        display: block;
        position: absolute;
        top: 2px;
        right: 20px; }
        .page .mainMenu .tomakeitcentered .mobileMenu .menuPic {
          width: 30px;
          height: 30px;
          background-image: url(../img/Donat.svg);
          background-size: cover; }
        .page .mainMenu .tomakeitcentered .mobileMenu p {
          text-align: center;
          font-size: .7em; }
    .page .header .headerContent .logo {
      width: 400px;
      height: 200px;
      background-image: url(../img/Logo.png);
      background-size: cover;
      margin: auto;
      background-position: center; }
    .page .content {
      width: 100%;
      margin: 50px auto; }
      .page .content h2 {
        width: 80%;
        margin: auto; }
      .page .content .courseDescription {
        display: block;
        width: 80%;
        margin: auto; }
        .page .content .courseDescription .aboutCourse {
          width: 100%;
          margin-bottom: 50px; }
      .page .content .aboutClass {
        width: 100%;
        min-height: 300px;
        position: relative;
        display: block; }
        .page .content .aboutClass .DateTime {
          width: 80%;
          margin: auto;
          box-sizing: border-box;
          padding: 50px; }
        .page .content .aboutClass .classDescription {
          box-sizing: border-box;
          padding: 50px;
          width: 80%;
          border: 3px solid violet;
          border-image: url(../img/Background-01.svg) 30 stretch;
          margin: 50px auto 0; }
          .page .content .aboutClass .classDescription h2 {
            font-size: 1.2em;
            line-height: 1.3em;
            padding-bottom: 10px; }
          .page .content .aboutClass .classDescription ul li {
            line-height: 1.5em;
            padding: 4px 0; }
    .page .subscribe {
      width: 80%;
      margin: 50px auto; }
      .page .subscribe form #mc_embed_signup_scroll {
        display: block; }
      .page .subscribe form label {
        font-size: 1.1em; }
      .page .subscribe form input[type='email'] {
        width: 100%;
        height: 40px; }
      .page .subscribe form input[type='submit'] {
        width: 100%;
        height: 47px;
        margin-top: 20px;
        margin-left: 0; } }
/*styling inner pages*/
.header_inner {
  min-height: 150px;
  background-image: url(../img/Background-01.svg);
  background-size: cover;
  background-position: center; }
  .header_inner .headerContent_inner {
    min-height: 150px;
    background-image: url(../img/Patternwhite-01.svg);
    background-size: cover;
    animation: moveBG 20s linear 0s infinite alternate;
    background-position: center; }
    .header_inner .headerContent_inner .logo_inner {
      width: 300px;
      height: 150px;
      background-image: url(../img/Logo.png);
      background-size: cover;
      margin: auto; }

/*# sourceMappingURL=style.css.map */
