/* 
Theme

Dark purple: #202a47;
mdeium purple: #363f5a;
Light purple: #5c5e99;

Light grey: #ebebf2;

font-family: 'Wotfard webfont', sans-serif;

*/

@font-face {
  font-family: "monotype";
  src: url("../fonts/Monotype\ Corsiva.ttf");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

@font-face {
  font-family: wotfard;
  src: url(/fonts/OpenSans/OpenSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: wotfard;
  src: url(/fonts/OpenSans/OpenSans-Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: wotfard;
  src: url(/fonts/OpenSans/OpenSans-Light.ttf);
  font-weight: 200;
}

body {
  font-family: wotfard, "sans-serif";
  font-weight: 200;
  padding-top: 70px;
}

span,
strong {
  font-family: "times new roman", serif;
  text-transform: uppercase;
  font-weight: 600;
}

span.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
}

i,
em {
  font-family: "monotype";
  font-weight: 600;
}

h1,
h2 {
  font-weight: 600;
  color: #363f5a;
}

h3,
h4 {
  font-weight: 400;
  color: #363f5a;
}

h5,
h5 {
  font-weight: 400;
  color: #5c5e99;
}

p {
  color: #363f5a;
  font-weight: 200;
  font-size: 16px;
}

/* NAVIGATION -------------------------------------------------------------- */

.navbar {
  background-color: #202a47;
  color: #fff;
  border-radius: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
}

.navbar a {
  color: #fff;
}

.social-icons {
  height: 25px;
  width: 25px;
  object-fit: fill;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.container .navbar-brand {
  position: absolute;
  top: 0px;
  height: 100%;
  padding: 20px 10px;
}

.navbar-brand > .logo-img {
  height: 100%;
  width: 200px;
  background-image: url(/images/imaa_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-nav {
  float: right;
}

.navbar-nav > li > a {
  font-size: 22px;
  line-height: 30px;
  padding: 10px 0px 5px 20px;
  font-weight: 400;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  opacity: 0.8;
}

.dropdown-menu {
  padding: 10px;
  left: 20px;
}

.nav-item.dropdown a {
  display: flex;
  align-items: center;
}

.nav-item a p {
  transform: rotate(90deg);
  font-size: 16px;
  font-weight: 900;
  border: 2px white solid;
  padding: 0px;
  width: 14px;
  height: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: white;
  color: #363f5a;
  margin: 3px 0px 0px 5px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #337ab7;
}

.nav-item a.dropdown-item {
  color: #363f5a;
  font-weight: 500;
}

.navbar-nav.social-media {
  text-align: right;
  padding: 5px 0px 5px 5px;
  clear: both;
}

.navbar-nav.social-media > li > a {
  font-size: 16px;
  line-height: 16px;
  padding: 5px 5px 10px;
}

/* HERO -------------------------------------------------------------------- */
.hero {
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  display: flex;
  flex-direction: column-reverse;
}

.hero-statement {
  padding: 30px 20px;
  background-color: #fff;
}

.hero-statement h2 {
  font-size: 70px;
  line-height: 60px;
  font-style: italic;
}

/* ANIMATION ---------------------------------------------------------------- */
.blk-wrap-animate {
  position: relative;
  left: 1px;
  width: 43px;
}

.circle.adj-studio {
  position: absolute;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  opacity: 0.7;
}
.circle.icon-1 {
  background-color: #f5d1c1;
  left: 0px;
  top: 0px;
}

.circle.icon-2 {
  background-color: #cbb6e4;
  left: 10px;
  top: 10px;
}

.circle.icon-3 {
  background-color: #b4d8e1;
  left: -5px;
  top: -3px;
}

.icon-info.adj-studio {
  width: 30px;
  height: 30px;
  max-width: none;
}

/* INTRO -------------------------------------------------------------------- */
.intro {
  padding: 30px;
  padding-top: 75px;
  padding-bottom: 100px;
}

.intro h2 {
  font-weight: 200;
  font-size: 50px;
  line-height: 55px;
  max-width: 800px;
}

/* INFO -------------------------------------------------------------------- */

.info-section-one {
  padding-top: 50px;
  padding-bottom: 75px;
}

.info-flex-section {
  display: flex;
  flex-wrap: nowrap;
}
.flex-info {
  padding: 15px;
  padding-bottom: 35px;
}

.flex-info p strong {
  font-family: "Times New Roman", Times, serif;
  font-weight: 800;
}

.flex-info h4 {
  margin-bottom: 31px;
  color: #363f5a;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.flex-info p {
  color: #363f5a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

/* EDUCATION ---------------------------------------------------------------- */
.education-section-one {
  background-color: #ebebf2;
}

.layout-grid {
  display: flex;
  height: 10px;
}

.colour-fill {
  height: 10px;
  background-color: transparent;
  flex-grow: 1;
}

.colour-fill.peach {
  background-color: #f5d1c1;
}

.colour-fill.purple {
  background-color: #cbb6e4;
}

.colour-fill.blue {
  background-color: #b4d8e1;
}

.education-section {
  padding: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.education-section h3 {
  padding: 15px;
  font-size: 40px;
}
.education-flex-section {
  display: flex;
  flex-wrap: nowrap;
}

.education-flex {
  padding: 15px;
  padding-bottom: 50px;
  padding-top: 50px;
  flex-grow: 1;
}

.education-flex .img {
  background-image: url(/images/edu1.jpg);
  background-position: center;
  background-size: cover;
  height: 24vw;
  width: 100%;
  border-radius: 12px;
}

.education-flex p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.education-flex .button {
  padding: 12px 23px 10px;
  clear: both;
  border: 1px solid #5c5e99;
  border-radius: 30px;
  background-color: #5c5e99;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Wotfard webfont", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.education-flex .button:hover {
  background-color: #fff;
  color: #5c5e99;
}

.education-flex .button button {
  background-color: transparent;
  text-transform: uppercase;
  border: none;
}

/* EQUIPMENT ------------------------------------------------------------ */
.equipment-section {
  padding: 15px;
  padding-top: 100px;
}

.equipment-flex-section {
  display: flex;
}

.flex-item {
  flex-grow: 1;
}

.flex-item.one {
  padding: 20px;
}

.flex-item.one h4 {
  font-size: 40px;
}

.flex-item.two {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}

.inner-item {
  flex-grow: 1;
  flex-basis: 50%;
  padding: 10px;
  min-width: 300px;
  margin-bottom: 70px;
}

.item-img {
  height: 200px;
  background-image: url(/images/edu1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 14px;
  margin-bottom: 40px;
  transition-duration: 0.6s;
  position: relative;
}

.item-img .after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition-duration: 0.6s;
  background-color: transparent;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.item-img .after h4 {
  color: white;
  font-size: 35px;
  font-weight: 500;
}

.item-img:hover {
  background-size: 110%;
}

.item-img:hover .after {
  background-color: rgba(15, 70, 162, 0.75);
  opacity: 1;
}

.inner-item h5 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: "Wotfard webfont", sans-serif;
  color: #9396a4;
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.inner-item p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 30px;
}

.inner-item a {
  color: #5c5e99;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.inner-item a:hover {
  opacity: 0.8;
}

.inner-item a span {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  margin-right: 5px;
}

.inner-item a:hover span {
  transform: translateX(8px);
  opacity: 0.8;
}

/* Studios global ------------------------------------------------------------ */

.studios-flex-section {
  display: flex;
}

.studios-flex-section h4 {
  font-size: 40px;
}

.studios-flex-section h6 {
  font-size: 20px;
  line-height: 28px;
}

.studios-flex-section .flex-item.text-holder {
  padding: 15px;
  padding-left: 10vw;
  max-width: 450px;
}

.flex-item.img-holder {
  flex-basis: 100%;
}

.flex-item.img-holder .item-img {
  height: 40vw;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
}

.flex-list {
  display: flex;
  flex-direction: column;
  max-height: 180px;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}

.flex-list p {
  color: #5c5e99;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* CONTACT US ------------------------------------------------------------ */
.contact-section {
  background-color: #ebebf2;
}

.contact-inner-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.contact-inner-section h4 {
  font-size: 40px;
}
.contact-inner-section form {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contact-inner-section form p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-inner-section form .input-holder {
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 300px;
}

.contact-inner-section form .input-holder:nth-child(3n + 2) {
  flex-basis: 100%;
}

.contact-inner-section form input {
  border-radius: 4px;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

form input::placeholder,
form textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 400;
  font-family: wotfard, "sans-serif";
}

.contact-inner-section form textarea {
  margin-top: 0px;
  border-radius: 4px;
  font-family: wotfard, "sans-serif";
  font-weight: 400;
  display: block;
  width: 100%;
  height: 150px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  min-height: 100px;
  max-height: 150px;
  min-width: 100%;
  max-width: 100%;
}

.contact-inner-section button {
  padding: 12px 23px 10px;
  clear: both;
  border: 1px solid #5c5e99;
  border-radius: 30px;
  background-color: #5c5e99;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Wotfard webfont", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-inner-section button:hover {
  background-color: #fff;
  color: #5c5e99;
}

.errors {
  list-style: none;
  padding: 0;
}

.errors li {
  color: red;
}

.form-group {
  margin-bottom: 0px;
}


/* SUCCESS PAGE ------------------------------------------------------------ */

.message.success {
  background-color: #6ea76e;
  color: white;
  padding: 10px 20px;
}

.success-section {
  padding-bottom: 30vh;
}

.inner-success {
  padding-top: 50px;
}

.inner-success h3 {
  font-size: 50px;
}

.inner-success h4 {
  font-size: 30px;
}

.inner-success p,
.inner-success li {
  font-size: 18px;
}

/* FOOTER ------------------------------------------------------------ */
footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #202a47;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer-left {
  max-width: 300px;
}

.footer-left h4 {
  color: #fff;
  font-size: 28px;
  margin-top: 20px;
}

.footer-left h5 {
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
}

.footer-left a {
  color: #fff;
}

.footer-right ul {
  list-style: none;
  max-width: 400px;
  display: flex;
}

.footer-right ul img {
  margin: 5px;
}

.footer-right ul img:hover {
  opacity: 0.7;
}

/* MULTI USE PAGE ----------------------------------------------------------- */

.multi-page {
  padding-top: 75px;
  padding-bottom: 75px;
}

.multi-body {
  column-count: 1;
  border-top: 2px solid #363f5a;
  padding-top: 15px;
}

.multi-body img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.multi-body a {
  padding: 12px 23px 10px;
  clear: both;
  border: 1px solid #5c5e99;
  border-radius: 30px;
  background-color: #5c5e99;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: "Wotfard webfont", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.multi-body a:hover {
  background-color: #fff;
  color: #5c5e99;
}

.multi-body p {
  margin-top: 25px;
}

/* MEDIA QUERIES ------------------------------------------------------------ */

@media screen and (max-width: 991px) {
  .flex-info p {
    font-size: 18px;
    line-height: 25px;
  }

  .studios-flex-section {
    flex-wrap: wrap;
  }

  .flex-item.img-holder .item-img {
    height: 60vw;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .container .navbar-brand {
    padding: 15px 20px;
  }

  .navbar-brand > .logo-img {
    max-height: 20px;
  }

  .navbar-nav {
    float: left;
  }

  .navbar-nav > li > a {
    font-size: 40px;
  }

  .navbar-nav.social-media {
    float: right;
    padding-right: 10px;
  }

  .nav-item a.dropdown-item {
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding: 5px 5px 5px 25px;
  }

  .social-icons {
    height: 35px;
  }

  .hero {
    background-position: center;
  }

  .hero-statement {
    width: 100%;
  }

  .hero-statement h2 {
    font-size: 54px;
    line-height: 43px;
  }
  .intro {
    padding: 15px;
  }

  .info-flex-section {
    display: flex;
    flex-wrap: wrap;
  }

  .intro {
    padding: 25px;
  }

  .info-section-one {
    padding: 50px 0px;
  }

  .education-section-one {
    padding: 0px;
  }

  .intro h2 {
    font-weight: 200;
    font-size: 28px;
    line-height: 34px;
    max-width: 100%;
  }

  .education-flex-section {
    flex-wrap: wrap;
  }

  .education-section {
    padding: 0px;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .education-flex .img {
    height: 44vw;
  }

  .equipment-section {
    padding: 0;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .equipment-flex-section {
    flex-wrap: wrap;
  }

  .flex-item.img-holder .item-img {
    height: 60vw;
  }

  .studios-flex-section .flex-item.text-holder {
    padding: 25px;
    padding-left: 25px;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-right {
    padding-top: 50px;
  }

  .multi-body {
    column-count: 1;
  }
}

@media (max-width: 550px) {
  .intro {
    padding: 15px;
  }

  .education-flex .img {
    height: 65vw;
  }

  .flex-item.img-holder .item-img {
    height: 70vw;
  }
}
