body, html {
    height: 100%;
}

p {
	font-size: 15px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	color:#0066ff;
}

.customsmall p{
	font-size: 13px;
}

.bgmain {
    /* The image used */
    background-image: url("../images/background.jpg");
	background-attachment: fixed; 
    /* Full height */
    min-height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-fluid {
	background: #f2f2f2;
	opacity: 0.9;
	z-index: -1;
}

.slider{
	opacity: 1;
	
}

.footer{
	text-align: center;
	background-color: #c8c8c8;
	padding-top: 20px;
	}

@media screen and (max-width: 600px) {
p {
	font-size: 13px;
}


.bgmain {
    /* The image used */
    background-image: url("../images/backgroundp.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-fluid {
	background: #f2f2f2;
	opacity: 0.9;
	z-index: -1;
}

}