html{
	height:100%;
	font-family: "Arial", "helvetica", sans-serif;
}
body{
	background-repeat:no-repeat;
	height:100%;
	background:#F2F2F2;
}

a{
	cursor:pointer;
	text-decoration: inherit;
	color:black;
}



header h1 a{
	color:#2657FF;
	text-decoration: inherit;
	font-size: 3em;
}

a:hover{
	color:#D6D6D6;
}


header{
	display:flex;
	flex-direction:row;
	align-items:center;
}

nav{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	gap:0.5em;
	font-size:2.5em;
}


.bedroom {
	display:flex;
	flex-direction:row;
	width:100%;
}

.bedroom a:hover{
	color:#D6D6D6;
	text-decoration: underline;
}

.bedroom p, li{
	font-size:1.8em;
}

.bedroom .row{
	display:flex;
	flex-direction:column;
}

.bedroom .row h2{
	font-size:1.8em;
}

.bedroom-post .row .subtitle{
	font-size:xx-large;
}

.bedroom .row .bedroom-post {
	width:95%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.bedroom .row .bedroom-post a{
	width:100%;
	font-size:x-large;
	color: #0000EE;
	margin-bottom:0.5em;
}


.bedroom img{
	width:18%;
	height:18%;
	margin-right:10em;
	box-shadow: 15px 15px;
}

.bedroom .contact{
	color:#2657FF;
	text-decoration:underline;
	cursor:pointer;

}
