body {
    margin: 0;
    padding: 0;
    background-image: url(backgroundTexture.png);
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
    font-family: 'Fredoka One', sans-serif;
}
#from {
	font-size: 8px;
}
#keyPoint {
    background-color: #EB1616;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    color: #efefef;
    margin-top: 2%;
    margin-left: 80%;
    position: fixed;
    z-index: 0;
    font-family: 'Fredoka One', sans-serif;
    font-size: 26px;
}
#footer {
    background-color: #EB1616;
    color: #efefef;
    width: 100%;
    bottom: 0;
    position: fixed;
    text-align: center;
}
#backgroundImageContainer {
    height: 200px;
    width: 100%;
    background-image: url(background.jpeg);
    background-size: cover;
    background-position: center;
    border-top: solid white;
    border-bottom: solid white;
    position: fixed;
    z-index: -1;
    margin-top: 5%;
}
#titleContainer {
    background-color: white;
    position: fixed;
    padding: 5px;
    margin-top: 2%;
    margin-left: 3%;
    margin-right: 3%;
    width: 30%;
    border-radius: 3px;
}
#moderationContainer {
		width: 98%;
		height: 96%;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 1%;
		margin-bottom: 3%;
		position: absolute;
}
#detailsContainerParent {
    width: 57%;
    margin-top: 5%;
    margin-left: 30%;
    margin-right: 30%;
    position: absolute;
}
#detailsContainerChild {
    background-color: white;
    width: 100%;
    border-radius: 3px;
    padding: 1%;
    margin-bottom: 1%;
    margin-top: 1%;
}
#contactContainer {
    box-shadow: 0px 0px 25px #DDDDDD;
    position: fixed;
    z-index: 2;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 8%;
    padding: 3%;
    width: 64%;
    background-color: #efefef;
    border-radius: 3px;
    display: none;
}
#contactMessage {
    margin-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 2%;
    width: 76%;
    text-align: center;
    background-color: white;
    border-radius: 3px;
}
#footerLink {
    color: #efefef;
}
.email {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-bottom: 1%;
}
.message {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-bottom: 1%;
}
.submit {
    border-radius: 6px;
    background-color: #EB1616;
    font-family: 'Fredoka One', sans-serif;
    font-size: 20px;
    color: #efefef;
}
.closeButton {
    border-radius: 6px;
    background-color: #EB1616;
    font-family: 'Fredoka One', sans-serif;
    font-size: 20px;
    color: #efefef;
    z-index: 3;
    margin-left: 90%;
    margin-right: 5%;
}
.profile {
    width: 70%;
    border-radius: 6px;
    margin-bottom: 2%;
}
.contactMe {
    width: 70%;
    border-radius: 6px;
    background-color: #EB1616;
    font-family: 'Fredoka One', sans-serif;
    font-size: 20px;
    margin-bottom: 2%;
    color: #efefef;
}
.footerFont {
    margin: 0;
}
@media screen and (max-width: 950px) {
    body {
        font-size: 18px;
    }
    #footer {
        font-size: 9px;
    }
    #titleContainer {
        position: relative;
        width: 90%;
        margin-left: 2%;
        margin-right: 2%;
        padding: 3%;
    }
    #detailsContainerParent {
        width: 90%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 4%;
    }
    #detailsContainerChild {
        padding: 3%;
    }
    #keyPoint {
        margin-top: 1%;
        margin-left: 1%;
        margin-right: 1%;
        z-index: 1;
        position: fixed;
    }
    #backgroundImageContainer {
        position: relative;
        z-index: 0;
        margin-top: 0;
        height: 100px;
        border-top: 0;
    }
    #contactContainer {
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 4%;
        padding: 5%;
        width: 84%;
    }
    #contactMessage {
        margin-left: 2%;
        margin-right: 2%;
        padding: 2%;
        width: 92%;
        text-align: center;
    }
    .profile {
        width: 80%;
    }
    .contactMe {
        width: 80%;
    }
}