body {
    background: url('canvas.jpg');
    font-family: 'IM Fell DW Pica', serif;
    font-size: 17px;
}

h1, h2, h3, h4 {
    font-family: 'Lobster', cursive;
}

h2 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 15px;
}

h3 {
    font-size: 30px;
    margin-bottom; 0;
}

a {
    color: #2b3f7a;
    text-decoration: none;
}

strong {
    text-transform: uppercase;
}

.main {
    max-width: 800px;
    text-align: center;
    margin: 5% auto;
}

.main .icon-top {
    margin-bottom: 25px; 
    height: 58px;
}

.main .icon-top .heart {
    display: none;
}

.main .icon-top .heart .ion-heart {
    font-size: 50px;    
}

.main img {
    max-width: 100%;
}

.main .icons {
    margin-top: 40px;
}

.main .icons .icon {
    font-size: 50px;
}

ul {
    padding-left: 0;
}

li {
    padding-left: 0;
    list-style: none;
    margin-bottom: 5px;
}

.details {
    margin-top: 60px;
}

.map iframe {
    margin: 20px 0;
}

.button {
    background: #2b3f7a;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    margin-bottom: 30px;
    margin-top: 10px;
}

.button:hover,
.button:focus {
    color: white;
    background: #2b3f7a;
    text-decoration: none;
}

.icon-bottom {
    margin-top: 50px;
}