.immyimg{
width: 100%;
}
.melodi{
    width: 250px;
}
.iphone{
   max-height: 350px;
        margin-top: 30px;
}
.topiphone{
    width: 100px;
        margin-bottom: 5px;

}
body{
    
    overflow-x: hidden !important;
}
.portlogo{
    width: 100px;
   
   
}
.row{
    margin-right: 0;
}

.btn{
   border: 3px solid #f7b733;    
   background-color: #f7b733;
   font-family: 'Open Sans', sans-serif;
}
.button {
	border: 3px solid #f7b733;
 font-family: 'Open Sans', sans-serif;
    border-color: #f7b733;
   border-radius: 100px;
     color: #fff;
    font-size: 10px;
    padding: 10px;

}

.toptitle{
    font-size: 15px;
}
.button:hover {
	border: 3px dotted #f7b733;
	color: #fff;
	background: rgba(0,0,0,0);
}
h1{
    font-size: 60px;
font-family: 'Lato', sans-serif;
color: #000;
font-weight: 900;
}
h4{
    color: #000;
}
.toptitle{
    color: #000;
    text-align: center;
}
h3{    font-size: 30px;
font-family: 'Lato', sans-serif;
color: #fff;
font-weight: 900;}
.section-heading {
    margin-bottom: 30px;
}
.lead{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.46428571;
   }
.lead2{
     font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.46428571;
 
}

section.other {
    padding-top: 100px;

    height: 100%;
overflow-x: hidden !important;
    background-color: #4abdac;
    
  
}
section.otherbottom{
      padding-top: 100px;
padding-bottom: 100px;
    height: 100%;
overflow-x: hidden !important;
    background-color: #4abdac;
}
.container-full{
    margin: 0 auto;
    width: 100%;
   height: 100%;
    background-image: url(background.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    color: #eee;
     
}
section.top{
 
        padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
   height: 100%;
    min-height: 100%;
   
       
  font: normal 40px/50px Arial, sans-serif;
  
  
}
.descp {
   
    padding: 0;
    line-height: 40px !important;
}
li {
    list-style-type: none;
}

.footer-content{
    background-color: #356f66;
    color: #fff;
}
.footer-content a{
    color: #fff;
}
.textiam {
  height: 50px;
  float: left;
  margin-right: 0.3em;
}
b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.smallimg{
    height: 40px;
}
.extra{
    padding-left: 30px;
    padding-top: 30px;
}
.center{
    padding-top: 50px;
}
span1 {
 display: inline-block;
color: #e74c3c;
position: relative;
white-space: nowrap;
top: 0;
left: 0;
-webkit-animation: move 10s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
}
.footerextra{
    padding: 15px 15px;
}

.logo{
    width:200px;
}
@keyframes move {
0%  { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
}
@media (max-width : 990px) {
    .topiphone {
        display:none;
    }
    .container-full {
        height: 100%;
    }
    .iphone{
        max-height:200px;
        
    }
    .button{
        color: #000;
    }
    .portlogo{
        width: 100%;
        padding-left: 25%;
        padding-right: 25%;
    }
    .extra{
        padding-top: 0px;
    }
    h1{
        font-size: 30px;
    }
    section.top{
        padding-top: 50px;
    }
    section.other{
        padding-top: 50px;
    }
    section.otherbottom {
        padding-top: 50px;
    }
    .center{
            text-align: center;
        padding-top: 5px;
    }
    .device-wrapper{
        display: none;
    }
}