@charset "UTF-8";

table { border-spacing: 5px 5px; }

a:link,a:active{ 
	color:#1d0a37;
}

a:hover{color:#5e41db;}

a:visited{color:#ff84f2;}


body {90i
	background-position:top left;
	background-attachment:fixed;
	background-repeat: no-repeat;
        background-image: url('https://img.mfcimg.com/photos2/706/7063509/754-849-360-274-2478236.jpg');
        background-size:100%;

}

body,td {
	color: #1d0a37;
	font-family: 'arial';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock{font-size:10px;}

.container_padding {height:100%;}

.container_transparency {
        background-color:#f9dbea;
        /opacity:0.9;/
	height:100%;
	width:100%;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 5px 5px 5pxrgba(0,0,0,0.5);
        -webkit-box-shadow: 5px 5px rgba(0,0,0,0.5);
         box-shadow: 5px 5px rgba(0,0,0,0.5);
       
}


.container {
	color: #1d0a37;
	position:relative;
	border:none;
	height: 100%;
        margin:10px 10px;
	background-color:transparent;
        -moz-border-radius: 5px;
        border-radius: 5px;

}


/
img{opacity:0.75;}
img:hover{opacity:1;}
/



.container .heading {
padding: 5px;
background-color: #1D0A37;
color: white;
font-family: Arial,Helvetica,sans-serif;;
font-weight: bold;
font-style: normal;
font-size: 16px;
letter-spacing: .1em;
-moz-border-radius: 5px;
border-radius: 5px;

}

.content {padding:10px; background-color:#dac9ed; opacity: 0.8;}
.content.about_me{ background-color:#E8D6BB; }

.key, .value{padding: 10px 10px;}


.content.about_me .key{color:#670000; font-size:14px; font-family:Arial,Helvetica,sans-serif; }

.heading title{ height:50px; width:100%; background-color:#1d0a37;}