@import url('https://fonts.googleapis.com/css?family=Lato:300');

@font-face {
    font-family: "muna";
    src: url('../font/Muna.ttf');
    src: url('../font/Muna.ttf') format('truetype');
    src: url('../font/Muna2.ttc');
}

@font-face {
  font-family: "B Arabic Style";
    src: url('../font/BArabics.ttf');
    src: url('../font/BArabics.ttf') format('truetype');
}

body{
    font-family: "Muna";
    background: url(../images/bgImage@3x.png) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    -webkit-appearance:none;
}

a:focus, a:hover{
  text-decoration: none;
}

.header{
    padding: 5px 0px 0px 0px;
}

.header img{
      padding-top: 9px;

}

.header span{
    font-size: 50px;
    color: #ffffff;
}

#weather p{
  font-size: 45px;
  margin-bottom: -50px;
  margin-left: -5px;
}

.header h2{
    color: #ffffff;
    margin: -30px 0px 0px 0px;
}

.alkadi h1{
    color: #ffffff;
    font-size: 60px;
    font-family: "B Arabic Style";
    margin-bottom: 30px;
}

/*.alkadi img{
    margin-top: 10px;
}*/

.alkadi .txt{
    padding-left: 3em;
    margin-top: -5px;
}



.alkadi h2{
    color: #fbbe57;
    font-weight: bold;
    padding-top: 25px;
}

.tawasal{
    margin: 25px 0px 0px 0px;
}

.btn-primary{
    background-color: #fbbe57;
    color: #ffffff;
    border-color: #fbbe57;
}

.btn-primary:hover{
    background-color: #fbbe57;
    color: #ffffff;
    border-color: #fbbe57;
}

/*footer .copyright img{
  float: right;
}*/

.copyright img{
  -webkit-margin-before: 150px;
}



@media only screen and (max-width: 479px)  {
	html{
		height: 100%;
	}
	
    body{
        background-image: url("../images/bgImage@3-x.png");
        background-repeat: no-repeat;
        background-size:100% auto;
        back
        height: 100%;
    }

    .header span{
      font-size: 40px;
      padding-top: 5px;
    }

    .header img{
      width: 90px;
    }

    .alkadi img{
        width: 120px;
        margin-top: 20px;
    }

    .alkadi h1{
        margin-top: 20px;
        font-size: 40px;
    }

    .alkadi h2{
        margin-top: -0.5em;
    }

    .tawasal{
        margin: 35px 0px 0px 0px;
    }

    .tawasal img{
        width: 100px;
        margin-bottom: 20px;
    }

    footer .copyright{
      padding-bottom: 15px;
      text-align: center;
    }
    
    .copyright img{
		-webkit-margin-before: 60px;
	}


}
