
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300&display=swap');
 html,body { height: 100%; margin: 0px; padding: 0px; }

body {
    font-family: 'Urbanist', 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;}

.top-layer {
    background: rgb(241,246,249);
    background: linear-gradient(30deg, rgba(241,246,249,1) 0%, rgba(203,221,255,1) 100%);
    margin-bottom: 4vw;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
  margin-bottom: 30px;
  font-size: 18px;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    color:#333;
}


a {
    color: #2b65b0;
    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: black;
    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 {
    margin: 8vh 0 0 auto;
    box-sizing: border-box;
    max-width: 60%;
    display: inline;
}

.address-line {text-transform: uppercase; color: white; font-size: 12px; font-weight: 600;}

.middle-block {padding: 20px;}

.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 {background-color: #eaeaea; padding:20px;}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          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;
}
form.signup input  {
	height: 42px;
	width: 250px !important;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


/* wrapper */

#wrapper {
	text-align: center;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
}

h2.subtitle {
    color: black;
    font-size: 26px;
    margin-top: 10vh;
    margin-bottom: 8vh;
    font-weight: 400;
}

.email {
    font-size: 23px;
    margin-top: 20px;
    display: block;
}

.phone {
    white-space: nowrap;
    font-size: 30px;
}

/* social */
.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #333;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	color: #666;
	text-align: center;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}	

p.registration { 
  margin-top: 30px;
  color: #666;
  text-align: center;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

.credits, .credits a {
    color: #fff;
}



@media (max-width: 767px) {

h2.subtitle {font-size: 20px;}


}