html {
    background-color: #082032;
    font-family: 'Lato';

}
body {
    background-color: #eef0f2;
}
main{
    width: 70%;
    margin: 20px auto;
    padding: auto;
}
main p {


}
.landing {
    position: relative;
}
.banner {
    position:relative ;
}
.banner-inside {
    width:100%;
    height:100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(img/park.jpg);
    background-size:cover;
    display: flex;
    justify-content: center;
    align-items: center;

}
.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: -50px;
}
.banner h3 {
    position: relative;
    font-size: 64px;
    font-family: 'Lato';
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent;
    color: #D2d2d2;
}
.container .box {
    width: auto;
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .1);
}
div.polaroid {
    width: 80%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px
}
.images{
    display: flex;
}
.polaroid img {
    align-items: center;
    width: 100%;
    height:80%
}
div.imgcontainer {
    text-align: center;
    padding: px 20px;
}
footer {
    text-align: center;
    margin: 0 auto;
}