.login:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
    color: #e6e4e9;
    background-color:transparent;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway-Regular.ttf");
    font-style: normal;
}
@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Regular.ttf");
    font-style: normal;
}


html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Raleway;
}

div.dropdown {
    display: inline-block;
}

div.background {

    background-image: url('../img/bg3.jpg');
    background-size:cover;
    min-width: 100%;
    width: 100%;
    color: #fff;
}

.container {
    text-align: center;
}

h1 {
    margin-top: 5px;
    margin-bottom: 29.5px;
    font-size: 29.5px;

}

.img-set img,
img.img-set {

    border-radius: 6px;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-top: -10px;
}

.dropdown-menu img {
    width: 90px;
    height: 188px;
    border-radius: 2px 2px 0px 0px;
    transition: all 0.5s ease;
}



img.img-set:hover {
    transform: translateY(2px);
    border-radius: 6px 6px 0px 0px;
}

button {
    margin-top: 30px;
    letter-spacing: 1px;
    padding: 18px 25px;
}

.col {
    margin-bottom: 35px;
}
.lang, .login, a {
    color: #e6e4e9;
    font-size: 22px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #e6e4e9;
}
@media only screen and (min-width:320px){
    .lang{
        float:left !important;
    }
    .login{
        float:right !important;
    }
}
/******************************************** Menu Styles *******************************************************/