@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
body {
  margin: 0;
  overflow: hidden;
  background:url('../img/Hubble2005-01-barred-spiral-galaxy-NGC1300.jpg');
    background-size: cover;
	background-repeat:no-repeat;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	cursor: crosshair;
	font-family: 'Didact Gothic', sans-serif;
}
anvas, img {
    display:block;
    margin:1em auto;
    border:1px solid black;
}
canvas {
    background:url('../img/Hubble2005-01-barred-spiral-galaxy-NGC1300.jpg');
    background-size: cover;
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index:;
}


/** END OF CANVAS **/
.topSec {
    position: fixed;
    top: 0;
    left: 50%;
	-webkit-transform: translate(-50%, 0);
	width:200px;
	height:80px;
	padding-top:10px;
	cursor: default;
	text-align:center;
	/*****/
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.centerSec {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    width:530px;
	height:190px;
	/**
	background:url(../img/bg-overlay50.png) repeat rgba(255,255,255,0.21);
	background-size:2px 2px;
	***/
	padding:10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1);
	color:rgba(252,252,252,0.80);
	/*****/
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.bottomSec {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
	width:250px;
	height:80px;
	/*****/
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.topSec, .centerSec, .bottomSec{cursor:default;}
.centerSec h1{
	font-size:2.35em;
	font-family: 'Didact Gothic', sans-serif;
	margin-top:-5px;
	word-spacing: -5px;
}
.profile{margin-top:0;}
/** FONTS **/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?-92rtd8');
	src:url('../fonts/icomoon.eot?#iefix-92rtd8') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-92rtd8') format('woff'),
		url('../fonts/icomoon.ttf?-92rtd8') format('truetype'),
		url('../fonts/icomoon.svg?-92rtd8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

.icon-quote-close:before {
	content: "\e601";
}

.icon-quote-open:before {
	content: "\e600";
	text-shadow:none;
}

.icon-twitter:before {
	content: "\f099";
	text-shadow:0 0 10px #000;
}

.icon-facebook:before {
	content: "\f09a";
	text-shadow:0 0 10px #000;
}

.icon-linkedin:before {
	content: "\f0e1";
	text-shadow:0 0 10px #000;
}
.icon-quote-open:before, .icon-quote-close:before{
	font-size:70px;
	color:rgba(255,255,255,0.56);
}
.topSec a{
	font-size:30px;
	color: rgba(255,255,255,0.26);
	margin:0 10px 0 10px;
	
}
.topSec a:hover{
	color: rgba(255,255,255,1);
}
.facebook + .tooltip > .tooltip-inner{ background:#3b5998}
.twitter + .tooltip > .tooltip-inner{ background:#5ea9dd}
.linkedin + .tooltip > .tooltip-inner{ background:#0077b5}

.facebook + .tooltip > .tooltip-arrow{ border-bottom-color:#3b5998;}
.twitter + .tooltip > .tooltip-arrow{ border-bottom-color:#5ea9dd;}
.linkedin + .tooltip > .tooltip-arrow{ border-bottom-color:#0077b5;}

.CoSo{margin-top:-29px; font-weight:bold}
/** MersaDesign.com & DanialSabagh.com Copyright **/
.DanialSabagh-FT { 
	/** Main box **/
	width: 100%;
	z-index: 0;
	height: 30px;
	color: #fff;
	z-index: 99998;
	margin:40px 0 0 50px !important;
	text-shadow:0 0 10px #000000;
}

#copyright {
	/** Text setting **/
	width: 120px;
	height: 30px;
	margin-top:-2px !important;
	padding: 0 0 0 5px;
	line-height: 16px;
	margin-top: 1px;
	float: left;
	font-size:14px;
}
#copyright b{ font-size:16px; font-weight:normal}
#copyright a {text-decoration: none; color: #fff;}
#copyright a:visit {text-decoration: none; color: #fff;}
#copyright a:hover {text-decoration: underline;}

#MersaDesign-logo {
	/** Logo setting **/
	background:url(https://danialsabagh.com/logo/DanialSLogoWBG.png) no-repeat;
	background-position: -40px 0;
	display:block;
	height:30px;
	width:40px;
	text-indent:-9999px;
	float:left;
	padding:0 0 0 0;
	margin-top:0;
	-webkit-transition: background-position 0.5s;
}
#MersaDesign-logo:hover {background-position: 0 0; }


@media screen and (max-width: 868px) {
	.topSec {
    position: fixed;
    top: -5px;
    left: 50%;
	transform: translate(-50%, 0);
    border:dotted 1px rgba(255,255,255,0.02);
	width:200px;
	height:80px;
	padding-top:10px;
	cursor: default;
	text-align:center;
	z-index:100;
	
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.centerSec {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width:100%;
	height: auto;
	color:rgba(255,255,255,0.81);
	background-size:2px 2px;
	padding:10px;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.bottomSec {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	width:170px;
	height:40px;
	
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.DanialSabagh-FT {margin:0 !important;}
.centerSec h1{font-size:1.8em;}
.icon-quote-open:before{font-size:40px}
.profile{margin-top:-10px;}
.CoSo{margin-top:20px; margin-bottom:-2px;}
[class^="icon-"], [class*=" icon-"] {color: rgba(255,255,255,0.84)}
}