body{
  height: 100%;
  font-family: sans-serif;
}

.header{
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  text-align: center;
  background: #fff;
  color: white;
}
.header .logo{
  font-weight: 800;
  font-size: 48px;

}
.header .item{
  flex-grow: 1;
}
.header .logo img{
  width: 9%;
  border: 1px solid white;
  border-radius: 52px;
  height: 35%;
  position: relative;
  top: -8px;
}
.header .title{
  font-size: 24px;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 100;
  color: white;
  position: relative;
  left: -80px;
  top:-5px;
}

.body{

  text-align: center;
  border-bottom: 1px solid lightgray;
  padding:40px 0px;
}
.body .item{
  flex-grow: 1;
}
.body .img img{
  width: 50%;
}

.body .img .left-img{
  width: 43%;
  margin-top: 12px;
}

.body .title{
  font-weight: 600;
  padding:50px 0px 40px 0px;

  color:#000;
  font-size: 36px;
}

.body .focus .title{
  color:#fff;
}
.body .item img{

}
.logo-title{
  font-weight: 400;
  font-size:33px;
  color:#2380ff;
  margin-left: 10px;font-family: 'Roboto', sans-serif;
}


#thankyou_message h2{
  font-weight: 200;
  font-size: 24px;
}

.press .item-logo{
  width:150px;
  height:50px;
}
  .sidekick{
      font-size: 20px;
      color: #5e5e5e;
      font-weight: 300;
      margin-top: 5px;
      text-align: center;
      margin-bottom: 35px;
    }


  .boss{
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top:30px;
  }
  .text-center{
    text-align: center;
  }

  .duke{

    padding: 20px;
    color: white;
  }
  .duke img{
    width: 250px;
  }

  .press a{
    color:#2380ff;
  }
  .press q{
      color:#2380ff;
      font-weight:500;
      font-size:15px;
  }
@media (min-width: 320px) and (max-width: 480px) {

  .header{
    flex-direction: column;
    height: 200px;
    text-align: center;
  }
  .header .item{
    flex: 1 100%;
    text-align: center;
  }
  .header .signup{
    display: none;
  }
  .header .logo img{

    width: 35px;
    height: 35%;

  }
  .header .title{
    position: static;
  }

  .body{
    flex-direction: column;
  }
  .body .title{
    text-align: center;
    padding:40px 20px;
  }
  .body .img{
    width: 80%;
    margin: 0 auto;
  }
  .body .img img{
    width:100%;
  }

  .sidekick{
      padding: 10px;
  }
  .body .img .left-img{
    width: 90%;
    margin-bottom:20px;
  }
  body .featured{
    display: block!important;
  }
  body .fastcompany{
    padding-left: 0px;
  }
  .signup-form .inputbox{
    width: 80%;
    box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .signup-form .earlyaccess{
    margin-top: 20px;
    display: block;
    box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    width: 55%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor:pointer;
  }
  .signup-form .sidekick{
    font-size: 18px;
    margin-bottom: 0px;
  }
  .signup-form .heading-l{
    margin-bottom: 2px;
    font-weight: 400;
  }
  #thankyou_message{

  }


  #thankyou_message h2{
    font-size: 18px;
    text-align: center;
    font-weight: 100;
  }
  .logo-img{


  }
  .navbar-brand{
    margin:0 auto;
    text-align:center;
  }

}


.protect-img{
  width: 57%;
  margin:0 auto;
}


.container .card{
  display: inline-block;


}
.container .card-title,.container .card-text {
  font-size: 1.1rem;
}


.signup-form{
    width:100%;
}
.signup-form .inputbox{
  width: 380px;
  height: 50px;
  border: none;
  padding-left: 10px;
  box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.signup-form .earlyaccess{
  height: 52px;
  border: none;
  background-color: #2380ff;
  color:#fff;
  text-transform: uppercase;
  font-weight: 500;
  padding:0px 25px;
  vertical-align:top;
  box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

#thankyou_message h2{
  font-weight: 200;
}



@media only screen
      and (min-width: 360px)
      and (orientation: portrait)
      and (-webkit-min-device-pixel-ratio: 3.0)
       {

.call-to-download .title{
font-size: 21px;
}
.call-to-download .desc {
font-size: 18px;
}
.press .item{
text-align:center!important;
margin-bottom:25px;
}
}
