@import url(https://fonts.googleapis.com/css?family=Dosis:400,600);

HTML, BODY     {
	background:#000000;
	width:100%;
	height:100%;
	background:url(graphics/cover2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	}

* {
	margin:0px;
	padding:0px;
	}

.phot {
	background-image:url(graphics/cover.jpg);
	background-repeat:repeat-y;
	background-size:100% 100%;
	}


#bg1 {
	position:fixed;
	top:0px;
	left:0px;
	width:360px;
	height:560px;
	}

#put {
	position:relative;
	top:68%;
	left:8%;
	width:120px;
	z-index:100;
	}

#put input {
	width:100px;
	height:30px;
	z-index:100;
	font-size:1.25em;
	}

#logo {
	position:fixed;
	top:5%;
	left:2%;
	width:96%;
	max-width:490px;
	//z-index:100;
	}

#but1 {
	position:relative;
	top:60%;
	left:5%;
	width:120px;
	z-index:100;
	}

#but2 {
	position:relative;
	top:65%;
	left:5%;
	width:120px;
	z-index:100;
	}

#but3 {
	position:relative;
	top:70%;
	left:5%;
	width:120px;
	z-index:100;
	}

.butt1 { 
	width:120px;height:28px;	 
	font: 1.0em Arial;
	color:#000000;
	font-weight:600;
	border:solid 1px #000000;
	margin:5px;
	cursor:pointer;
	}

.butt2 { 
	width:200px;height:32px;	 
	font: 1.0em Arial;
	color:#000000;
	font-weight:600;
	border:solid 1px #000000;
	margin:8px;
	cursor:pointer;
	}

.butt3 { 
	width:120px;height:28px;	 
	font: 1.0em Arial;
	color:#000000;
	font-weight:600;
	border:solid 1px #000000;
	margin:12px 5px;
	cursor:pointer;
	}

.rad1 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	}

.grad1 { background-image: linear-gradient(#ee66aa, #ffffff, #ee66aa); }

.shad {
	box-shadow: 7px 7px 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 7px 7px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 7px 7px 5px rgba(0,0,0,0.7);
	}

#photos {
	position:relative;
	float:right;
	top:20%;
	margin:5%;
	width:320px;
	font: 0.85em Arial;
	color:#ffffff;
	}

  
  #scrn {
	position:relative;
	float:right;
	top:30%;
	width:100%;
	max-width:640px;
	z-index:10;
	background-color:#000000;
	}


.titles {
	font: 2em Dosis;
	color:#ff88cc;
	font-weight:600;	
	display:block;
	}

#bck {
	position:fixed;
	top:10px;
	left:10px;
	z-index:100;
	}
	
a {
font-size:2em;
color:#ff88ff;
}











