@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600&display=swap');

body {
	background-color:firebrick;
}

h1, p, h2, h3, h4, h5, nav a, a  {
	color: white;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
h1 {
	font-size: 52px;
	font-weight: 100;
	margin: 30px 30px;
}
h2 {
	padding: 20px 0;
	font-weight: 300;
	font-size: 28px;
}
h3 {
	font-weight: 300;
	font-size: 25px;
	margin-botom: 20px;
}
h4 {
	font-weight: 600;
	font-size: 34px;
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
nav {
	padding: 18px 0;
}
.floatleft {
	float: left;
	margin-right: 10px;
}

#wrapper {
	width: 1000px;
	margin: 5px auto;
	padding: 30px;
}

#wrapper2 {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	overflow: auto;
}

.item {
	
	width: 28%;
	float: left;
	padding: 10px;
	border: 1px solid #0D600D;
	margin: 10px;
}


#sidebar{
		
	width:350px;
	float: right;
	align-content: center;
	 position: relative;
     border: 3px solid #f8f8ff;
     padding: 14px 14px 14px;
	height: 300px;
	}	
	
#sidebar2{
		
	width:450px;
	float: left;
	align-content: center;
	text-align: center;
	 position: relative;
     border: 3px solid #f8f8ff;
     padding: 14px 14px 14px;
	margin: 0px 0px 150px 0px;
	height: 110px;
	}


.colorsign {
	color:slateblue;
	font-size: 30px;
}

.colorsign2 {
	color:green;
	font-size: 30px;
}

nav a {
	font-weight: 300;
	font-size: 20px;
}
a:hover, a:active {
	color: #999999;
}

footer {
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
}

.imgright {
	clear:both;
	padding: 10px 10px 10px 10px;
}

.imgleft {
	align-content: flex-end;
	
}

#clearpage {
	clear: both;
	padding: 0px 0 10px;
}
.pageleft {
	position: relative;
	float: left;
	padding-left: 15px;
}
.pageright {
	position: relative;
	float: right;
	padding-right: 15px;
}

.pagebody {
	margin: 25px auto;
	width: 850px;
	text-align: left;
}

.pagetitle {
	margin: 35px 0;
	text-align: center;
	font-size: 35px;
	color: white;
}

.pagetitle2 {
	margin: 35px 0;
	text-align: center;
	font-size: 35px;
	color: white;
	float: left;
}

.center{
	align-content:center;
	text-align: center;
	margin-left: auto;
	position: relative;
	clear: both;
}

.center2{
	align-content:center;
	text-align: center;
	margin-left: auto;
	position: relative;
	clear: both;
	font-size: 20px;
}

aside{
     width: 200px;
     float: right;
     padding: 14px 14px 14px;
     text-align: center;
	margin: 0px 0px 150px 0px;
}


.cottage-details img{
	margin-top: 15px;
	margin-bottom: 25px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.navbar {
    overflow: hidden;
	width: 728px;
}
.navbar a {
    float: left;
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 14px 16px 14px 14px;
    text-decoration: none;
	display: block;
}


.navbar a:hover {
    background-color: #212121;
}

.navp {
	display: inline-block;
}

label{
  	
}

/* --------- TRANSITION EFFECTS --------- */
aside .cottage-details{
	opacity: 1;
}

aside .cottage-details:hover{
	opacity: 0;
	transition: linear 1s;
}
.preview {
     width: 340px;
     height: 280px;
     position: absolute;
     top: 0;
     left: 0;
     text-align: center;
     background-color:white;
     opacity: 0;
     transition: linear 2s;
}
.preview:hover {
     opacity: 1;
}
.preview h2,
.preview p{
     opacity: 0;
}
.preview:hover h2{
	font-size: 2em;/*23px/16px*/
	color:black;
	opacity: 1;
	margin-top: 25%;
}
.preview:hover p{
	font-size: 1.25em;/*20px/16px*/
	color: black;
	opacity: 1;
	margin-bottom: 40px;
}

.box{
	margin: 40px auto; 
	display:flex;
	flex-wrap:wrap;
}

.cottage-box{
	
	border-radius:5px;
	display:block;
	margin:5px;
	background-size:100%;
	background-repeat:no-repeat;
	transition:scale,2s;
}

.cottage-box:hover{
transform:scale(1.25);
}

.storage {
  border-radius: 5px;
  padding: 30px;
}

.table {
	width: 90%;
border-style: solid;
border-width: 3px;
border-color: white;
	align-content:center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}


.half{
	float: left;
	width: 48%;
	border-radius: 5px;
	height: 480px;
	border-style: solid;
border-width: 3px;
border-color: white;
}

.other-half{
	float: right;
	width: 48%;
	height: 480px;
	border-radius: 5px;
	border-style: solid;
border-width: 3px;
border-color: white;
	text-align: left;
	
}

.storage2 {
  border-radius: 5px;
  padding: 30px;
	position: relative;
}

.list-group{
	list-group-color: white;
align-content:center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	padding: 15px, 15px, 15px;
}

.list-group-item{
	
	padding: 15px, 15px, 15px;
	word-spacing: 2px;
	font-size: 20px;
	
}


/**------Media Query Table------**/



@media only screen and (max-width: 1024px) {
	header img {
	margin-left: 300px;
		margin-right: 300px;
	}
}




