﻿
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
html,
body {
    height: 100%;    
    font-family: 'Roboto';
    font-size:16px;

}


.menu
{
	background-color:#694f40;
}
.img
{
}

.img img
{
    width:100%;
    object-fit: cover;
}


.all
{

padding:20px 0 0 0;
}



.all-inner
{

padding:20px 0 20px 0;
}

.title
{
	font-size:25px;
	color:#d6c381;
	margin-bottom:20px;
	text-transform:capitalize;
	font-weight:bold;
}

.footer 
{
    padding: 4px 0;
    text-align: center;                               
    font-size: 12px;                       
    color: #fff;
    background-color: #694f40;
}


.footer a
{
	color:#fff;
}



