/*
Theme Name: BunnyHop
Author: Peter Nilsson
Version: 1.0
Description: Harbacken placeholder website
*/

html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.page-wrapper {
    width: 100%;
}

.site-title {
    margin: 40px 0 35px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}

.hero-image {
    width: 100%;
}

.hero-image img {
    display: block;
    width: 100%;
    height: auto;
}