/*
CSS for nickmoore.co
created by Nick Moore
 */

 
 
 /*--Mountain Deals-----------------*/
 .siderightDeals{
	padding: 5px;
    width: 30%;
    float: right;
}
.sideleftDeals{
    width: 70%;
    float: left;
    padding: 5px 5px 10px 5px;
	border-right: 1px solid #D2691E;
}
.sideleftDeals h2{
    padding-bottom: 10px;
}
.skiImg {
	width: 40%;
	margin: auto;
	position: relative;
}
.sideleftDeals{
	text-align: center;
}
.sideleftDeals table{
	margin: auto;
	color: brown;
	border: 3px solid brown;
}
.buttonDeals{
	background-color: #BAA;
    border: none;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
	margin: auto;
	box-shadow:0 0 10px ;
}
/*--Calendar-----------------*/
* {box-sizing: border-box;}
ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

.month {
    padding: 70px 25px;
    width: 100%;
    background: MediumSeaGreen;
    text-align: center;
}
.month ul {
    margin: 0;
    padding: 0;
}
.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.month .next {
    float: right;
    padding-top: 10px;
}
.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
	position: relative;
}
.weekdays li {
    display: inline-block;
    width: 11.8%;
    color: #666;
    text-align: center;
	position: relative;
}
.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}
.days li {
    list-style-type: none;
    display: inline-block;
    width: 11.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color: #777;
	position: relative;
}
.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
	position: relative;
}
 #floatright{
	 float: right;
 }
 
 #banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
 }
 
 /*--NAV-------------------------------------------------------*/
nav ul li a,nav ul li:hover ul, nav ul li ul li {display:block;}

nav ul{
	list-style-type:none;
	background:#fff;
	padding:0 ;
	text-align: center;
	border-radius: 25px;
}
nav ul li{
	display:inline-block;
	position: relative;
}
nav ul li a{
	padding: 6px 60px;
	font-weight: bold;
	color:#800000;
}
nav ul li ul{
	min-width: 100%;
	opacity: 0.9;
	display: none;
	position: absolute;
}
nav ul li ul li a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}
nav ul li:hover ul{
	display: block;
}
nav ul li a:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color:#6A5ACD;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
}
nav ul li a:hover:before{
	visibility: visible;
	transform: scaleX(1);
}
/*--BODY---------------------------------------------------------*/

body{
    background-color: #F4A460;
    margin: 0;
    font-family:Verdana;
    color: #4B0082;
    font-size: 18px;
}
#wrapper{
    margin: 0 auto;
    width: 85%;
    background: #FFEBCD;
    border: 1px solid #878E63;
    box-shadow:0 0 28px ;
}
header{
    height: 100px;
    padding: 0;
    margin: 0;
    background-color: #D2691E;
}
p a{
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: bold;
}
h1{
    font-family: 'Righteous', cursive;
    letter-spacing: 0.5px;
	text-align: center;
    font-size: 60px;
    margin:0;
    padding: 10px 0 0 10px;
    color:#fff;
}
h2{
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
    color: #000;
	text-align: center;
}
h3{
    font-size: 14px;
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}
p{
    margin: 10px 0;
    padding: 0;
    font-size: 13px;
}
main{
    margin: 15px;
}
aside{
    padding: 10px 4px 10px 24px;
    margin-left: 15px;
    float: left;
}
ul{
    list-style: circle;
}
.sideleft{
    width: 70%;
    float: left;
    padding: 5px 5px 10px 5px;
	border-right: 1px solid #D2691E;
}
.sideleft h2{
    padding-bottom: 10px;
}
.sideright{
	padding: 2px;
    width: 28%;
    float: right;
}
.clear{
    clear: both;
}
input[type=submit]{
    width: 110px;
    padding: 13px;
    border: 0;
    cursor: pointer;
    background-color: #D2691E;
    border-radius: 2px;
}
input[type=text], [type=email]{
    padding: 10px;
    border-radius: 2px;
}
form{
    padding-top: 15px;
}
span{
	font-weight: bold;
}
aside ul{
    list-style-type: circle;
    padding: 0;
    margin: 0;
}
aside ul li{
    padding-bottom: 10px;
}
aside ul li a {
	text-decoration: none;
}
img{
    width: 100%;
}
/*---------------------------------contact us----------------------------------------*/
hr{
    clear:both; 
}
table{
	margin: auto;
}

/*---------------------------------Gallery----------------------------------------*/
.room{
    width: 300px;
    float: left;
	padding: 0 0 15px 0;
	margin: 10px;
}
.roomtext{
    text-align: center;
	font-weight: bold;
}

#subscribe{
    padding:20px;
    text-align:center;
}
/*---------------------------------Footer----------------------------------------*/
footer{
    text-align:center;
    background-color: #D2691E;
    height:100px;
    color:#FAFAFA;
    padding:30px;
}


/*-----Media Query---------*/
@media only screen and (max-width: 1024) {
    body{
        margin: 0;
    }
    nav, section, main, aside, .sideleft, .sideright {
        width: 100%;
        float: none;
    }
    #wrapper {
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    header h1 {
        font-size: 300%;
        text-align: center;
    }
    nav {
        float: none;
        width: auto;
    }
    nav li {
        display: inline-block;
        padding: 0.5em;
    }
    nav ul{
        text-align:center;
    }
    nav a{
        border-style:none;
    }
    h1, h2 {
        font-size: 120%;
		text-align: center;
    }
    p{
        font-size: 120%;
    }
    .sideleft{
        width: 95%;
        border-right: none;
    }  
}
/*----------------------------Slider------------------------------*/
.banner{
	width: 50%;
	height: 538px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
#slider{
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;

}
#next{
	text-align: center;
	line-height:50px;
	color: #ffffff;
	width:50px;
	height:50px;
	background-color:#D2691E;
	position: absolute;
	top:205px;
	right:0;
	z-index:99;
	cursor: pointer;
	opacity:.4;
}
#pre{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width:50px;
	height:50px;
	background-color: #D2691E;
	position: absolute;
	top:205px;
	left:0;
	z-index:99;
	cursor: pointer;
	opacity:.4;
}
.banner: hover #next{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
.banner: hover #pre{
	opacity:1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}

/*------------------------Contact--------------------------*/
#contactImg{
  padding-left: 3%;
  padding-top: 2%;
  float: left;
  padding-right: 3%;
  position: fixed;
}
.quote{
  text-align: center;
  font-size: 40px;
  font-family: 'Indie Flower', cursive;
  color: brown;
  padding-right: 5%;
}



/*------------------------Image slider---------------------------*/
nav ul ul{
	position: absolute;
	padding:0;
	opacity:.9;
	z-index:999;
}
/*-----------------------Image slider 2.0---------------------------*/
#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;}

/*--------------History-----------------------------------------*/
#expand, #front {
    padding: 5px;
    text-align: center;
	width: 800px;
    background-color: #a65959;
    border: solid 1px #c3c3c3;
	border-radius: 25px;
	margin: auto;
}

#expand {
    padding: 50px;
    display: none;
	background-color:tan;
	border-radius: 25px;
}
#expand2, #front2 {
    padding: 5px;
	width: 800px;
    text-align: center;
    background-color: #a65959;
    border: solid 1px #c3c3c3;
	border-radius: 25px;
	margin: auto;
}

#expand2 {
    padding: 50px;
    display: none;
	background-color:tan;
	border-radius: 25px;
	margin: auto;
}
#expand3, #front3 {
    padding: 5px;
    text-align: center;
	width: 800px;
    background-color: #a65959;
    border: solid 1px #c3c3c3;
	border-radius: 25px;
	margin: auto;
}

#expand3 {
    padding: 50px;
    display: none;
	background-color:tan;
	border-radius: 25px;
}
h5{
	color: black;
}
#mydiv {
    position: relative;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
	animation-name: move;
	animation-duration: 4s;
	animation-delay: 2s;
}
@keyframes move {
	from {top: 0px;}
	to {top: 200px;}
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #8B008B;
    color: #fff;
}
.sideleftPlan{
	width: 70%;
    float: left;
    padding: 5px 5px 10px 5px;
	border-right: 1px solid #D2691E;
	
	margin: auto;
    border: 3px solid purple;
    padding: 10px;
	
}
#joindiv {
    position: relative;
    z-index: 9;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
	animation-name: moveAll;
	animation-duration: 4s;
	animation-delay: 2s;
}
@keyframes moveAll {
	0%   {background-color:red; left:0px; top:0px;}
    25%  {background-color:yellow; left:200px; top:0px;}
    50%  {background-color:blue; left:200px; top:200px;}
    75%  {background-color:green; left:0px; top:200px;}
    100% {background-color:red; left:0px; top:0px;}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
