/* Main */

@font-face {
    src: url('../css/Cairo-Regular.ttf');
    font-family: 'foryou';
}
body {
	font-family: 'foryou';
	text-align: right;
	background-color: #eee;
}
.modal .modal-header .close {
	margin: -1rem auto -1rem -1rem;
	outline: none;
}
.modal a {
	display: flex;
	text-decoration: none;
	color: #333;
	text-align: left;
	margin-bottom: 20px;
	align-items: center;
    justify-content: flex-end;
}
.modal a:last-child { margin-bottom: 0; }
.modal a svg { width: 30px; margin-right: 15px; }


/* Header */

header .dr {
	height: 250px;
	width: 250px;
	border-radius: 50%;
	margin-top: -100px;
}
header h3, header h5 {
	font-weight: bold;
}
header h3 {
	color: #376a71;
}
header ul {
	padding-right: 0;
	list-style: none;
	text-align: right;
}
header ul li {
	margin-bottom: 15px;
}
header ul li:last-child,
.social .col-md-3:last-child a{margin-bottom: 0;}
header ul li i {
	color: #14a6bd;
	margin-left: 5px;
}
.social a {
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}
.social img{
	height: 60px;
    width: 60px;
    border-radius: 50%;
}
.social span{
	font-size: 20px;
	color: #376a71;
	display: block;
}

/* Media */

@media (max-width: 767px){
	header .dr {
		height: 120px;
		width: 120px;
		margin-top: -30px;
	}	
}