#wrapper{   
margin: 15px auto;
max-width: 85%;
background-color: white;
border-radius:1px; 
cursor:url('circle-outline.png'), auto;


}
img{  
width: 100%;
padding-bottom: 20px; 
}


body {
background-color: white;
margin: 9px;
font-family: helvetica;
color:white;
font-size:12px;
cursor:url('circle-outline.png'), auto;
padding-top: 3px;

}
nav {
background-color: white;
border-radius: 5px;
margin: 10px;
height: 35;
font-size: 100%;
font-weight: bold;
color: #000;
}
nav a {
padding: 15px 55px;
text-decoration:none;
color: #000;
}

nav ul{ background:white;
padding:0;
text-decoration:none;
}
nav ul ul{
position:absolute;
padding:0;
opacity:.9;
z-index:10;
}
nav ul li{ 
display:inline-block; 
position:relative;
}
nav ul li a:before{

content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;left: 0;
background-color: #000;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);

}

nav ul li a:hover:before {visibility: visible;transform: scaleX(.5);}

nav ul li ul{ 

min-width:100%;
  opacity:0.9;
  display:none;
              position:absolute;

}
  
nav ul li ul li a{padding:8px;}
  

nav ul a, nav ul li:hover ul,nav ul li ul li {display:block; }

a{
color: pink;
cursor:url('circle-outline.png'), auto;
}

a:link{ 
color:#000;
font-weight:bold;
cursor:url('circle-outline.png'), auto;
}

a:hover{
color: pink;
cursor:url('circle-outline.png'), auto;
}


/*----------------------------about me------------------------------*/
.column {
    float: left;
    width: 50%;
    letter-spacing: 7px;
    line-height: 40px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.hello{
	width: 480px;
	height: 500px;
	float: right;
}
.about{
	text-align: left;
	font-size: 12px;
	padding-top: 150px;
	font-family: roboto;
	color: black;
}
.hobbies{
	text-align: left;
	font-family: roboto;
	font-size: 25px;
	color: pink;
}
/*---------------------------light box-----------------------------*/

.room{ 
width: 250px;
float: left;
padding: 0 10px 15px 0; }
/*----------------------------Slider------------------------------*/

.banner{
	width: 100%;
	height: 600px;

	
	}
#slider{
	width: 100%;
	height: 600px;

	

	
	}
#next{
	text-align: center;
	font-size: 25px;
	line-height:800px;
	color: gray;
	width:300px;
	height:25px;
	position: absolute;
	top:130px;
	right:0;
	z-index:8;
	cursor:url('circle-outline.png'), auto;
	opacity:10;
	}
#pre{
	text-align: center;
	font-size: 25px;
	line-height:800px;
	color: gray;
	width:300px;
	height:25px;
	position: absolute;
	top:130px;
	left:0;
	z-index:8;
	cursor:url('circle-outline.png'), auto;
	opacity:10;
	}

	
.banner:hover #pre{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	}
	/*------------------------Image slider---------------------------*/
#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);}

	#light{
		max-width: 80%;
		max-height: 80%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		margin: auto;}

		#close{
			height: 50px;
			width: 50px;
			top:0;
			right: 0;
			position: absolute;
			z-index: 990;}
/*------------------------Gallery Page--------------------------*/
.image { 
   position: relative; 
   width: 100%;
}

.slidetext { 
	font-family: serif;
   position: absolute; 
   top: 200px; 
   padding-left: 60px;
   color: white;
   width: 100%; 
}

h1{ font-family:century-schoolbook;
letter-spacing:3px;
font-size:40px;
height:100px;
padding:40px 0 0 65px;
margin:0;
color:gray;
font-weight: bold;
}
h2{ font-size:27px;
margin:0;
color:#000;
}
h3{ font-size:12px;
margin:0px;
padding:5px;
color: pink;
letter-spacing:0.5px;
text-align: right;
}
h4{
	font-size: 78px
	color:black;
}



.clear{
clear: both;
}
p{      
margin:10px 0;
font-size:9px; 
letter-spacing:0.5px;
}
script{
	padding-right: 10px;
}
main p { margin:15px; 
text-align: justify;
margin:15px;
line-height:150%;
}
ul li: hover{
text-decoration:underline;
cursor:pointer; 
}

input[type=submit]{
width: 110px;
padding: 13px;
border:0;
cursor:pointer;
background-color: pink;
border-radius: 2px;
}

input[type=text],[type=email]{
padding: 10px;
border-radius: 2px;
}

form{
padding-top: 15px;
}
span{
font-weight: bold;
}

aside ul{
padding: 0;
margin: 0;
}

aside ul li{
padding-bottom: 0px;
}

aside ul li a{
text-decoration: none;
}

footer{
margin:auto;
font-size: 9px;
width: 100%;
background-color:white;
height: 100px;
color:gray;
text-align:right;
padding-top: 20px;
padding-left: 0px; 
font-family: roboto;
font-weight:bold;
}
.trial
{
	background-image: fixed;
}
/*------Home Page----------*/

.room{ 
width: 250px;
float: left;
padding: 0 10px 15px 0; }

.roomtext{
text-align:center;
font-size: 12px;
font-weight: bold;
}

@media screen and (max-width: 480px){

body{
margin:0px;

}
nav, section, aside, .sideleft, .sideright {
width:100%;
}	
#wrapper{
	width:auto;
	min-width:0px;
	margin:0px;
	padding: 0px;
	box-shadow: none;
	
	
}
h1{
	font-size:40px;
	text-align:center;
	
}
nav li{
	display:inline-block;
	padding:.5em;
	
}
nav ul{
	text-align:center;
	
}
nav a{
	border-style:none;
}
h2{
	font-size: 120%;
	text-align:center;
}
p{
	font-size: 90%;
	padding-right: 5px;
}

.sideleft{
	width:95%;
	border-right:none;
}	

	
}
.cycle-slideshow {
position: relative; 
z-index:200;
}
.text1 {
    position: absolute; 
    top: 200px; 
    color:#00000;
    z-index:200;
    

} 


/*------------------------Gallery Page--------------------------*/
/*Images that lead to other pages (Collection Page)*/

.container {
    padding: 40px;
    position: relative;
    width: 25%;
    height: 125px;
    overflow: hidden;
    float: left;
    margin-bottom: 0.5em;

}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #333333;
    color: white;
    font-size: 12px;
    font-family: roboto;
    padding: 16px 32px;
}

.text {
	color: #f2f2f2;
	font-size: 1px;
	
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	font-family: serif;
    letter-spacing: 1.5px;
}

.text a{
    color: white;
    text-decoration: none;
}

.maintext {
    background-color: #333333;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    text-align: center;
}

.maintext a{
    color: white;
    text-decoration: none;
    font-size: 10px;
    font-family: : roboto;
}
label{
	color: black;
}
