@charset "UTF-8";
/* CSS Document */


h1 {
	    padding-top: 100px;
    text-transform: none;
    text-align: center;
    background: none;
    font-family: 'Copse', serif;
    font-size: 40px;
    line-height: 30px;
    color: #972282;
    font-weight: 300;
}
/*Parallax section*/
.parallax { 
    background-image: url("images/ACinwater-2020-hero-bg.jpg");
    /*height: 100%; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: counter-reset: ;er;
	padding-top: 154px;
}

.parallax2 { 
    background-image: url("images/slide3-2.jpg");
    /*height: 100%;*/ 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 150px;
}


.maincomment {
    color: white;
    font-size: 80px;
    margin: 0 auto;
    padding: 10px;
    line-height: 80px;
    font-weight: bold;
}

.boxcomment {
    border: 1px solid white;
    color: white;
    font-size: 26px;
    margin: 0 auto;
    padding: 10px;
    width: 80%;
    line-height: 40px;
	background-color: rgba(17,27,54, 0.3);
}