/* Base Parallax Element Style*/ 
.paral {
height: 350px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}


/* Heading for Parallax Section */ 
.paral h1 {
color: rgba(255, 255, 255, 0.8);
font-size: 80px;
text-align: center;
padding-top: 100px;
line-height: 100px;
}

/* Custom Button Element for Parallax Section */
.paral button {
font-size: 30px; 
border-radius: 5px;
color: #808080;
background-color: #a0f0f0;
padding: 6px 12px;
line-height: 40px;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
}

div.button {
text-align: center;
}

/* Background Images for 3 Parallax Sections */
.paralsec1 {
background-image: url("https://img.webnots.com/2015/11/parallax1.jpg");
}
.paralsec2 {
background-image: url("https://img.webnots.com/2015/11/parallax2.jpg");
}
.paralsec3 {
background-image: url("https://img.webnots.com/2015/11/parallax3.jpg");
}

/* Background Images for 3 Parallax Sections */
.paralsecindex {
background-image: url("../images/paral/stockice.jpg");
}