@charset "utf-8";
@import url("../webfonts/Lobster_Regular/stylesheet.css");
body {
    background-color: #332922;
    color: #590F21;
}
body a {
    color: #F6124A;
}
.navbar {
    z-index: 1000;
}

body a:hover {
    color: #FD4673;
    text-shadow: 0px 0px 2px #FD4673;
    text-decoration: none;
}

.whole{
    box-shadow: 0px 0px 8px 8px #FEF1E7;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FEF1E7;
    margin-top: 40px;
    margin-bottom: 40px;
}

header {
    background-color: rgba(254,241,231,1.00);
    height: 190px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-box-shadow: 0px 0px 8px 8px #FEF1E7;
}
h1 , h2, h3, h4, h5, h6{
    font-family: "Lobster Regular";
    color: #FD4673;
    text-shadow: 3px 3px 7px #EFC7A7;
}
header div {
    padding-left: 20px;
}
header p {
    color: #731E33;
}



main {
    background-image: url(../images/bg.jpg);
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #FEF1E7;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    background-size: 700px auto;
    border-color: #8F3249;
    border-top-style: double;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-top-width: 10px;
    box-shadow: 0px 0px 8px 8px #FEF1E7;
    border-collapse: collapse;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

footer {
    background-color: #FEF1E7;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 8px 8px #FEF1E7;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #731E33;
    
}
