body,h1,h2 {
    font-family: "Raleway", sans-serif;
}

body, html {
    height: 100%;
}

p {
    line-height: 2;
}

.bg-pale-red {
    background-color: #f2e1e1;
}

.bgimg, .bgimg2 {
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bgimg {
	background-image: url("./Pictures/Proposal.png");
}

.bgimg2 {
    background-image: url("./Pictures/flowers.jpg");
}

.main-header {
    font-size: 64px;
}

.sub-header {
    font-size: 24px;
}

#kart {
	top: 0;
	left:0;
	width: 100%;
}

@media (max-width: 1000px) {
    .main-header {
        font-size: 48px;
    }
    .sub-header {
        font-size: 22px;
    }
}