html
{
    height: 100%;
    min-width: 320px;
    min-height: 568px;
    font-family: Roboto, sans-serif;
    background-color: #f9f9f9;
    
}
a.btn.btn-primary.try-now-btn {
    background: #f47735;
    border-color: #ef905e;
}
a.btn.btn-primary.try-now-btn:hover{

     background: #ce5719;
    border-color: #ef905e;
}
body{

    background-image: url("../img/Back.jpg");
     height: 100%;
    background-size: cover;
    font-family: Roboto, sans-serif;
    background-repeat: no-repeat;
    color:#fff;
    padding:20px;
}

a.orange{
	    color: #f47735;
}




.container{
width:50%;
float:right;
    margin-top: 10%;

}
.foot{
    width:50%;
   float:left; 
}
.top-text {
    padding: 15px 15px;
    text-align: center;
}

.p-text {
    font-size: 1.6em;
}


@media (max-width:1600px){

.foot {
    width: 43%;
    float: left;
}
    .container {
    width: 57%;
    float: right;
}
.container{
width:50%;
float:right;
    margin-top: 8%;

}
}

@media(max-width:1000px){
.foot{
    display:none;
}
.container{
    width:100%;
}
}


@media (min-width: 768px) {
    
  }

.label-beta {
    background-color:#f47735;
    vertical-align: super;
    font-size: 0.33em;
    padding:0.3em 1.5em;
    font-weight:300;
}

a.btn {
    min-width: 200px;
    margin: 5px 10px 5px 0px;
    font-weight: 500;
}

h1 {
    font-weight: 300;
    font-size: 4.3em;
    margin: 0px auto 50px;
}


.screenshot img {
    margin: 23% auto 0;
    -webkit-box-shadow: 0px 0px 42px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 42px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 42px -1px rgba(0,0,0,0.5);
}





@media screen and (max-height: 740px) {
   
}

@media screen and (max-width: 820px) and (max-height: 740px) {
    h1 {
        font-size: 2.5em;
        margin-top: 0px;
    }
    .p-text { font-size: 1.0em;}
}





.line-1{
    position: relative;
     
    
    margin: 0 auto 40px;
    border-right: 2px solid rgba(255,255,255,.75);
    
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
      
}

/* Animation */
.anim-typewriter{
  animation: typewriter 2s steps(44) 0.1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 76%;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}



