@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body { height: 100%; margin: 0px; padding: 0px; }

body {
    background: white;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.text-layer {background-color: white; padding:30px 0 0;}

/* ================= FADE SLIDER ================= */

.top-layer {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  background-color: #949597;
}

.slider-fade {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slider-fade .slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  z-index: 1;
  max-width: unset;
}

.slider-fade .slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.logo-container {
  position: absolute;
  z-index: 3;
  text-align: left;
}

.logo {
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
}

/* ================= TYPOGRAPHY / LAYOUT ================= */

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: white;
}

h1 {
    font-size: 40px;
}

h3 {
  margin-bottom: 20px;
  font-size: 14px;
  color: black;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.intro-text h3 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 50px;
  color: #bcbec0;
}

.intro-text h3 span {
    color: #055ca9;
    font-size: 160%;
}

h4 {
    font-weight: 400;
    font-size: 20px;
}

p, ul li {
    font-size: 16px;
    font-weight: 400;
    color:#333;
}

p {margin-bottom: 20px;}

a {
    color: #4c270d;
    word-wrap: break-word;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #5087c7;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.intro-text {margin:50px 0;}

.logo {
  box-sizing: border-box;
  display: inline;
  position: relative;
  margin-top: 45%;
  transform: scale(1);
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 100px;
}

.address-line {
    text-transform: uppercase;
    color: black;
    font-size: 12px;
    font-weight: 600;
}

.middle-block {padding: 5px;}

.middle-block p {
    color: white;
    font-size: 16px;
    position: relative;
    text-align: left;
    padding-left: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.middle-block p::before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: '';
    background-image: url(../img/bullet.png);
    width: 25px;
    height: 21px;
}

.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }

.ceo-title {
    margin-bottom: 0;
    font-size: 16px;
}

.ceo-name {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.grey-bg {
  padding: 10px;
  background-color: #e6e7e8;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
  transition: background 0.3s;
}
.btn-theme:hover {
  color: #fff;
  background-color: #5cacce;
  border-color: #5cacce;
}

/* wrapper */

#wrapper {
    text-align: left;
}

#wrapper h1 {
  margin-top: 4em;
  margin-bottom: 1em;
  color: black;
  font-size: 3em;
  font-weight: 900;
  text-shadow: 0 0 23px #e088dc;
  -webkit-text-stroke: 2px #e088dc;
  letter-spacing: 4px;
}

#wrapper h1 small {
    display: block;
    font-size: 50%;
    color: black;
}

h2.subtitle {
  color: black;
  font-size: 1.6em;
  margin-top: 4vh;
  margin-bottom: 8vh;
  font-weight: 900;
  line-height: 1.5em;
  text-shadow: 0 0 23px #e088dc;
  -webkit-text-stroke: 2px #e088dc;
  letter-spacing: 3px;
}

.phone { white-space: nowrap; font-size: 20px; }

/* social */
.social {
  padding: 30px 0 0 0;
}

.instagram i {
  color: #e088dc;
  margin-top: 10px;
  text-shadow: 0 0 20px #e088dc;
  font-size: 3em;
  font-weight: 100;
  transition: all ease-in-out .1s;
}

.instagram:hover i {
  color: white;
}

.social a {
  font-size: 24px;
  color: #333;
  padding: 0 5px;
  transition: all 0.3s;
}

.email {
  margin-bottom: 35px;
  display: block;
  font-size: 2em;
  color: #055ca9;
  font-weight: 600;
  transform: scale(1);
  transition: all ease-in-out .1s;
}

.phone {
  margin: 0 15px;
  display: inline-block;
  font-size: 1.7em;
  color: black;
  font-weight: 400;
  transform: scale(1);
  transition: all ease-in-out .1s;
}

.social a:hover {
  color: #5087c7;
}

/* footer */

.footer-wrapper {
  background-color: #055ca9;
}

p.copyright {
  color: white;
  text-align: left;
  padding: 0;
  margin-top: 3vh;
  margin-bottom: 15px;
  font-size: 12px;
}

p.registration {
  margin-top: 40px;
  color: black;
  text-align: center;
  padding: 0;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.credits, .credits a {
  color: #fff;
}

@media (max-width: 767px) {

  .intro-text h3 { font-size:23px }

  p, ul li {
    font-size: 14px;
  }

  h2.subtitle {
    margin-top: 8vh;
    font-size: 22px;
  }

  .top-layer {
      height: 45vh;
    }

  .logo-wrapper {
    width: 60vw;
    height: 60vw;
  }

  .logo {
    margin: 22vh 0 70px 0;
    max-width: 90%;
  }

  #wrapper h1 {
    font-size: 40px;
  }

  .email {
    font-size: 1.5em;
  }

  .phone {
    margin-bottom:20px;
  }
}
