#top-fixed{
	z-index:1000;
	position:fixed;
	top:0;
	width:100%;
	background: rgba(0, 0, 0, 1.0);
	border-bottom:1px solid #FFFFFF;
}
#content{
	position:relative;
	top:150px;
	padding-bottom:0;
	z-index:1;
}
#footer{
	position:relative;
	bottom:0;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#000000;
	border-top:1px solid #FFFFFF;	
	min-height:50px;
	z-index:1;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color:#000000; 
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px; 
    border-radius: 10px;
    font-size: 18px;
}
#myBtn:hover {
    background-color:#696969;
}

#slogan{
	font-family: 'Francois One', sans-serif;
	text-align:center;
	color:#FFFFFF;
    font-weight: 300;
    font-size: 2.5rem;
    margin-top: .5em;
    margin-bottom: .5em;	
}
#phone{
	text-align:center;
	color:#FFFFFF;
    font-weight: 300;
    font-size: 1.75rem;
    margin-top: .05em;
    margin-bottom: .5em;	
}
#PDF-BROCHURE{
	text-align:center;
	background:#ffc800;
	color:#FFFFFF;
    font-weight: 300;
    font-size: 1.75rem;
    margin-top: .05em;
    margin-bottom: .5em;	
}
.center{
	text-align:center;
}
.box-shadow{
	box-shadow:1px 1px 2px #696969;
}
.parallax-1 {
	position:relative;
	padding:10% 0;
	background-image: url("../images/the-future-of-snowmaking.jpg");
	min-height: 800px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-2 {
	position:relative;
	padding:10% 0;
	background-image: url("../images/snow-2.jpg");
	min-height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.background-black{
	background: rgba(0, 0, 0, 0.5);
}
.background-yellow{
	background:#ffc800;
	color:#000000;
}
.background-grey{
	background: #333333;
}
.background-white{
	background: rgba(255, 255, 255, 1.0);
}
.transparent-background-black{
	background: rgba(0, 0, 0, 0.5);
}
.transparent-background-white{
	background: rgba(255, 255, 255, 0.5);
}
.min-height-600{
	min-height:600px;
	padding:10% 0;
}
.white{
	color:#FFFFFF;
}
.border-yellow{
	border:2px solid #ffc800;
}
.border-black{
	border:2px solid #000000;
}
.yellow{
	color:#ffc800;
}
.padding-top-20{
	padding-top:20px;
}
.padding-bottom-20{
	padding-bottom:20px;
}
.min-width-200{
	min-width:200px;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#top-fixed{
	position:relative;
	}	
	#content{
	top:0;
	}
	
}


