html, body {
    direction: rtl;
    font-family: hacen;
    text-align: right;
    background: url(../img/wave.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}
.container {
    max-width: 900px;
}


/* header */
header, #android, #ios {
    border-bottom: 2px solid #ddd;
    padding-bottom: 30px;
}
header .navbar {
    padding: 30px 0;
}
.navbar .navbar-brand {
    color: #06aa9f;
    font-size: 30px;
}
.social-icons li {
    display: block;
    font-size: 23px;
    padding: 0px 7px;
    margin: 3px;
    border-radius: 10px;
} 
.social-icons .twitter:hover {
    background-color: #00abeb;
}
.social-icons .facebook:hover {
    background-color: #3a5898;
}
.social-icons .instagram:hover {
    background-color: #bb298c;
}
.social-icons li:hover a{
    color: #fff;
}
.intro h3{
    margin: 50px 0 20px;
    color: #00416d;
    text-shadow: 2px 2px 1px #eee;
    line-height: 1.5em;
}

/* sections */
section {
    margin-bottom: 50px;
}
section h3 {
    border-right: 3px solid #06aa9f;
    padding-right: 10px;
}


/* apps */
.app img {
    border-radius: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    width: 180px;
}
.app .app-icon {
    width: 90px;
    
}
.app h4 {
    color: #00416d;
}
.app p{
    font-size: 20px;
}
.app a img {
    width: 150px;
}

/* contact */
#contact p {
    font-size: 20px;
    color: #555;
}

/* footer */
footer {
    background-color: #06aa9f;
    padding: 20px;
    margin-top: 100px;
    color: #fff;
}





@font-face{
    font-family: hacen;
    src: url("../fonts/Hacen.ttf");
}