@charset "utf-8";
body {
    background-color: #121212;
    color: #D7D7D7;
    text-align: left;
    font-family: 'Jost', 'Oswald', Times, "Times New Roman", serif;
    font-size: 1rem;
    background-image: url(assets/graphics/background4.jpg);

}
a {
    color: #8CB3E9;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
ul li  {
    display: inline-block;
    list-style-type: none;
    padding-right: 26px;
    font-size: 1.2rem;
}


header {
    width: 500px;
    text-align: center;
    margin-left: 24%;
}
header h1 {
    color: #FFD077;
    font-weight: bold;
    margin-bottom: -20px;
    font-size: 2.3rem;
}
header h2 {
    font-weight: bolder;
    margin-bottom: -5px;
    font-size: 1.5rem;
    color: #FFD077;
}
main h1 {
    font-weight: normal;
    font-size: 1.6rem;
    margin-bottom: -10px;
}



#mainDescription {
    width: 640px;
    text-align: center;
    margin-left: 17.5%;
}


#mainPhotos {
}

#mainPhotos h1 {
    text-align: center;


}
#mainPhotos p {
    text-align: center;
    width: 45%;
    margin-left: 28%;
}

#mainPhotos .bigPic {
    width: 480px;
    float: left;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: -5px;
}
#mainPhotos .smallpic {
    width: 160px;
    float: left;
    padding-bottom: 10px;
}
#mainRates  {
    text-align: center;
    width: 640px;
    margin-left: 17.5%;
    padding-bottom: 5px;
}
footer {
    width: 480px;
    text-align: center;
    margin-left: 25%;
}
footer h1 {
    font-weight: bold;
    color: #FFD077;
    font-size: 1.5rem;
    margin-bottom: -10px;
}
