.navbar{
  margin-bottom:0;
  border:none;
}

.navbar-brand .glyphicon{
  margin-right:6px;
}

.hero{
  background:url(../../assets/img/hero.jpg);
  background-position:top center;
  background-size:cover;
  background-repeat:no-repeat;
  border:none;
}

@media (min-width:992px) {
  .hero .get-it{
    text-align:right;
    margin-top:80px;
    padding-right:30px;
  }
}

@media (max-width:992px) {
  .hero .get-it{
    text-align:center;
  }
}

@media (max-width:992px) {
  .hero .phone-preview{
    text-align:center;
  }
}

.hero .get-it h1, .hero .get-it p{
  color:#fff;
  text-shadow:2px 2px 3px rgba(0,0,0,0.3);
  margin-bottom:40px;
}

.hero .get-it .btn{
  margin-left:10px;
  margin-bottom:10px;
  text-shadow:none;
}

div.iphone-mockup{
  position:relative;
  max-width:250px;
  margin:20px;
  display:inline-block;
}

.iphone-mockup img.device{
  width:100%;
  height:auto;
}

.iphone-mockup .screen {
    position: absolute;
    width: 88%;
    height: 77%;
    top: 12%;
    border-radius: 2px;
    left: 6%;
    border: 1px solid #444;
    background-color: #aaa;
    overflow: hidden;
    background: url(../../assets/img/innerphone.png);
    background-size: cover;
    background-position: center;
}

.iphone-mockup .screen:before{
  content:'';
  background-color:#fff;
  position:absolute;
  width:70%;
  height:140%;
  top:-12%;
  right:-60%;
  transform:rotate(-19deg);
  opacity:0.2;
}

.icon-feature{
  text-align:center;
}

.icon-feature .glyphicon{
  font-size:60px;
}

section.features{
  background-color:#369;
  padding:40px 0;
  color:#fff;
}

.features h2{
  color:#fff;
}

.features .icon-features{
  margin-top:15px;
}

.testimonials blockquote{
  text-align:center;
}

section.testimonials{
  margin:50px 0;
}

.site-footer{
  padding:20px 0;
  text-align:center;
}

@media (min-width:768px) {
  .site-footer h5{
    text-align:left;
  }
}

.site-footer h5{
  color:inherit;
  font-size:20px;
}

.site-footer .social-icons a:hover{
  opacity:1;
}

.site-footer .social-icons a{
  display:inline-block;
  width:32px;
  border:none;
  font-size:20px;
  border-radius:50%;
  margin:4px;
  color:#fff;
  text-align:center;
  background-color:#798FA5;
  height:32px;
  opacity:0.8;
  line-height:32px;
}

@media (min-width:768px) {
  .site-footer .social-icons{
    text-align:right;
  }
}




.notify-wrapper {
    display: flex;
    flex-direction: row;
    height: 47px;
    min-width: 250px;
    border: solid 0.5px #ACB6C6;
    border-radius: 40px;
    padding: 3px;
    background-color: #2A303C;
    background-color: rgba(42, 48, 60, 0.8);
    overflow: hidden;
    cursor: pointer;
}

.notify-icon {
    flex: 0 0 40px;
    border: solid 0.5px #ACB6C6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

    .notify-icon i {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: center;
        vertical-align: text-top;
        color: #eaedec;
    }

.notify-content {
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0px 10px;
    overflow: hidden;
}

    .notify-content p {
        margin: 0;
        padding: 0;
        color: white;
        white-space: nowrap;
        padding-right: 20px;
    }

.notify-wrapper.error .notify-icon {
    background-color: #FF3344;
}

.notify-wrapper.success .notify-icon {
    background-color: #64B37B;
}

.notify-wrapper.warning .notify-icon {
    background-color: #F59322;
}

.notify-wrapper.info .notify-icon {
    background-color: #29ABE0;
}

