body {
background-color: #363332 !important;
margin: 0px;
padding: 0px;
font-family: 'Lora', serif !important;
font-size: 13px;
width: 100%;
height: 100%;
text-align: left;
color: #ede9e7 !important;
}

#container {
position: relative;
top: 30px;
left: 0px;
}

#carouselContainer {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 20px;
}

.carouselItem {
width: 100%;
display: none;
}

p.h1 {
font-weight: 400;
font-size: 42px;
color: #6f6d6c;
padding-bottom: 10px;
text-transform: uppercase;
}

p.h2 {
font-weight: 700;
font-size: 32px;
color: #fffbf9;
font-style: italic;
padding-bottom: 1px;
}

p.normaltext {
font-size: 16px;
}

p.smalltext {
font-size: 12px;
}

.pre {
white-space: nowrap;
}

.inlineImage {
padding-top: 20px;
}

@media screen and (max-width: 768px) {
    p.h1 {
        font-size:32px !important;
    }
	p.h2 {
        font-size:24px !important;
    }
	p.normaltext {
font-size: 14px;
}

p.smalltext {
font-size: 10px;
}
}