/* CSS document */

/* DESKTOP */
title {
	display: none;
}
a:hover {
	text-decoration:none;
}
body {
	width:1190px;
	height:2840px;
	margin:0 auto;
	font-family:arial;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#top {
	width:1190px;
	height:270px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	position: relative;
}
.top-img {
    width: 1190px;
    height: 200px;
}
#top p {
	color:black;
	font-size:60px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
	opacity:0.9;
}
.title {
	color:black;
	font-size:50px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px grey;
	text-decoration:none;
	opacity:0.9;
}
hr.hr1 {
	border: 10px solid #28343E;
    border-radius: 5px;
}
#content {
	width:1190px;
	height:2100px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
	margin-top:20px;
}
.content-right {
	float:right;
	width:850px;
	height:2100px;
}
.content-right p {
	color:black;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.first-img {
	background-repeat: no-repeat;
	width:50%;
	height:auto;
	border-radius:5%;
}
.title-article {
	color:black;
	font-size:30px;
	letter-spacing:0.5px;
    text-align:right;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.button {
	width:250px;
	height:50px;
    background-color: #28343E;
	color:white;
	font-size:20px;
	border-radius:5px;
	text-align:center;
	text-shadow:0.2px 0.2px white;
	padding:10px;
}
.button:hover {
	background-color: #0F385C;
}
.content-left {
	float:left;
	width:330px;
	height:2100px;
	background-color:#E3E3E3;
	position:relative;
}
.content-left-title {
	color:#395F80;
	font-size:20px;
	letter-spacing:0.5px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.content-left-img {
	background-repeat: no-repeat;
	width:300px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin:0 auto;
	display: block;
}
.content-left p {
	color:black;
	font-size:15px;
	letter-spacing:0.5px;
    text-align:right;
	margin-right:13px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	font-weight:bold;
}
#contact {
	width:600px;
	height:350px;
	direction:rtl;
	position:relative;
	
}
.contact-title {
	color:#28343E;
	font-size:25px;
    text-align:center;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
}
.contact-subtitle {
	color:#3B3B3B;
	font-size:15px;
	margin-top:10px;
	font-family:tahoma;
    text-align:right;
	direction:rtl;
	text-shadow:0.3px 0.3px grey;
}

#footer {
	width:1190px;
	height:50px;
	right:0;
	left:0;
	margin:0 auto;
	overflow:hidden;
	text-decoration:none;
	background-color:#28343E;
}
#footer p {
	color:white;
	font-size:15px;
    text-align:center;
	margin-top:10px;
	direction:rtl;
	text-shadow:0.2px 0.2px white;
	text-decoration:none;
}