
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Cimero Pro';
  src: url('../fonts/CimeroPro.woff2') format('woff2');
  font-display: swap;
}


html,body { height: 100%; margin: 0px; padding: 0px; }

body {
	background: #d9e5f3;
    font-family: 'Cimero Pro', sans-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;}


.intro-text {margin-top:40px;}


.intro-text p {
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    }

.intro-text p { text-align: justify; filter: brightness(1); color: #000000; }
.intro-text p strong { font-size:20px; font-weight: 400;}
.intro-text p small { opacity:.6}

.top-layer {
    background-image: url(../img/main-bg.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cimero Pro', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
  filter: brightness(0);
  opacity: .5;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
}

h4 {
	font-weight: 400;
	font-size: 20px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
}

p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    filter: brightness(0);
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -o-filter: brightness(0);
    -ms-filter: brightness(0);
}


a {
    color: #4c270d;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #2b3bb8;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.logo {
  box-sizing: border-box;
  max-width: 80%;
  display: inline;
  position: relative;
  margin-top: 7em;
}

.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;
}

.grey-bg {
  background: linear-gradient(171deg,rgb(255, 255, 255) 0%, rgb(217, 227, 227) 100%);
  padding: 20px;
  border-top: 3px solid #96A8AA;
}


/* wrapper */

.middle-image {
  width: 100%;
  max-width: unset;
  margin: 30px 0px 60px;
}

#wrapper h1 {
  margin-top: 5em;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 400;
  filter: brightness(0);
  text-align: left;
}

#wrapper h1 small {
    display: block;
    font-size: 50%;
    color: black;
}

h2.subtitle {
  font-size: 1.4em;
  margin-top: 3vh;
  margin-bottom: 8vh;
  font-weight: 400;
  line-height: 1.5em;
  filter: brightness(0);
  text-align: left;
}

.email {
  font-size: 30px;
  font-weight: 500;
}

.phone {white-space: nowrap; font-size: 26px;}


.phone {
  margin-bottom: 20px;
  display: block;
  font-size: 2.5em;
}

.social a:hover {
    color: #5cacce;
}


/* footer */
p.copyright {
	color: #666;
    padding: 0;
    margin-top: 10vh;
    margin-bottom: 5px;
    font-size: 12px;
}	

p.registration { 
    display: none;
    margin-top: 30px;
    color: black;
    text-align: center;
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.credits, .credits a {
    color: #fff;
}

.phone {
  display: inline-block;
  margin:
20px 0 15px;
}



@media (max-width: 767px) {

    .intro-text p {
    font-size:13px;
    line-height: 1.5em;
    }

    .top-layer {
      background-size: auto 100%;
      background-attachment: scroll;
    }

    h2.subtitle {
      margin-top: 4vh;
      font-size: 17px;
      margin-bottom: 6vh;
    }

    .logo-wrapper {
      width: 60vw;
      height: 60vw;
    }

    .logo {
      margin-top: 4em;
    }

    #wrapper h1 {
      font-size: 24px
    }

    .email {
      font-size: 24px;
    }

    p.copyright {
      margin-top: 8vh;
    }

}