/* Typography */

@font-face {
    font-family: Calibre;
    src: url("../fonts/Calibre-Medium.otf");
}

@font-face {
  font-family: Calibre-Regular;
  src: url("../fonts/calibre-regular.otf");
}

@font-face {
  font-family: Calibre-Semi;
  src: url("../fonts/calibre-semibold.otf");
}


/* CSS Variables */

:root {
  --primary-color: #7ce6d7;
  --secondary-color: #081345;
  --third-color: #63727F;
}


/* Animation */

.fade-in {
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
     -o-animation: fadein 2s; /* Opera < 12.1 */
        animation: fadein 2s;
}

.ease-in {
  animation: .5s .25s fade backwards ease-out;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
b, strong {
    color:#58E4C4;
    }

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}

.splash {
  position: absolute;
  right: 0;
  z-index: -1;
}

.logo {
  width: 200px;
}
.menuElements li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
}
.menuElements a {
  color: #081345;
  text-decoration: none;
  font-size: 20px;
  padding-top: 5px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.menuElements a:hover {
  color: var(--primary-color);
}



.left-side {
  margin-top: 100px;
  color: var(--secondary-color);
  line-height: 1.2;
  font-size: 20px;
}

.left-side h1 {
  line-height: 1.03;
}

.left-side span {
  font-family: 'Calibre-Regular';
  color: var(--third-color);
  margin-bottom: 15px;
}
.right-side {
  margin-top: 50px;
}

.buttons {
  margin-top: 25px;
}

.buttons img {
  background-size: 100%;
  transition: all 200ms ease
}

.buttons img:hover {
  box-shadow: 0 10px 31px rgba(0,0,0,0.15);
    transform: scale(1.05);
}

.ps p {
  font-size: 25px;
  margin-top: 30px;
}

.feature {
  font-family: 'Calibre-Regular';
  color: var(--secondary-color);
  line-height: 1;
  font-size: 45px;
}
.feature-white {
  font-family: 'Calibre-Regular';
  color: #9AADC0;
  line-height: 1;
  font-size: 35px;
  padding-top: 70px;
}

.section-margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
.feature-image {
  width: 50px;
}

.feature-name {
  font-size: 25px;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.feature-text {
  font-size: 18px;
  color: var(--third-color);
  font-family: 'Calibre-Regular';
  line-height: 1.1;
}

.feature-text-white {
  font-size: 18px;
  color: #fff;
  font-family: 'Calibre-Regular';
  line-height: 1.1;
  margin-top: 20px;
}

.phone {

  width:500px;
}

.appstore-badge {
  margin-right: 10px;
}

.web-badge {
  height: 50px;
  width: 158px;
}

.navy {
  background-color: gray;
  width: 100%;
  height: 300px;
}
.position-glances {
  padding-top: 105px;
}

.mo-cen {
  padding-bottom: 30px;
}

.watch {
  background: url("../images/watch.jpg") center center no-repeat;
  background-size: cover;
  height: 300px;
}


.devices {
  background: url("../images/allDevices.png") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 500px;
}

.devices-text{
  color: var(--secondary-color);
  font-family: 'Calibre';
  font-size: 30px;
}




/* Footer */

footer {
  bottom: 0;
  background-color: white;
  box-shadow: inset 0.5px 0.9px 0 #ebf0f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer span {
  font-family: 'Calibre-Regular';
}

.logo-footer {
  height: 50px;
}

.footerElements li {
  font-family: 'Calibre-Regular';
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
}

.footerElements a {
  color: var(--third-color);
  text-decoration: none;
  font-size: 16px;
  padding-top: 5px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.footerElements a:hover {
  color: var(--primary-color);

}

.beta-field{
height: 48px!important;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
font-size: 16px!important;
background-color: #f1f3f3;
border: 0;
border-radius: 4px;
color: #494f53;
padding: 2px 12px!important;
min-width: 320px;
max-width: 100%;
outline: none;
margin-bottom: 5px;
}

.beta-join-btn {
  margin-top: 25px;
    background-color: #1EC623;
    display: inline-block;
    padding: 0 32px;
    color: #fff;
    max-width: 100%;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;

    text-decoration: none;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px!important;
    line-height: 48px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.12);
    cursor: pointer;
    transition: all .24s;
}

.beta-join-btn:hover {
  box-shadow: 0 10px 31px rgba(0,0,0,0.15);
    transform: scale(1.05);
}

#beta-validation{
  background-color: red !important;
}

.response {
  background-color: white;
  
}
#mce-error-response {
  color: #FA4A65;
}

#mc_embed_signup div.mce_inline_error {
  background-color: white !important;
  color: #333 !important;
  font-weight: 300 !important;
}
