html {
    background-image: url("../img/constitution.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

div.maincontent {
    margin-top: 20vw;
    font-size: 24px;
    line-height: 30px;
}

div.whitefill {    
    background: rgba(255,255,255,0.75);
}

div.heavywhitefill {    
    background: rgba(255,255,255,0.90);
}

p.largetext {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

ul {
    margin-left: 30px;
    font-size: 20px;
    line-height: 28px;
}

span.black {
    font-weight: 900;
}

h1 {
    font-size:54px;
}

h2 {
    font-size:30px;
}

div.homedivider {
    clear:both;
	width:20%;
	border-top:1px solid #4e0071;
	height:14px;
    margin: 15px auto 0 auto;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
/* Moble styles ================================================== */
@media (max-width:959px) {
    div.maincontent {
        margin-top: 45vw;
    }
    
    p.largetext {
        font-size: 24px;
        line-height: 30px;
    }
}