@font-face {
    font-family: 'sky_bold';
    src: url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skybold-webfont.eot');
    src: url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skybold-webfont.eot?#iefix') format('embedded-opentype'), url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skybold-webfont.woff') format('woff'), url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skybold-webfont.ttf') format('truetype'), url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skybold-webfont.svg#sky_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sky_medium';
    src: url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skymed-webfont.eot');
    src: url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skymed-webfont.eot?#iefix') format('embedded-opentype'), url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skymed-webfont.woff') format('woff'), url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skymed-webfont.ttf') format('truetype'), url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Fonts/skymed-webfont.svg#sky_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Images/background.jpg') no-repeat top center;
    color: #fff;
}

body a:hover {
    text-decoration: none;
}

.container {
    width: 724px;
}

.header-img {
    width: 133px;
    margin: 100px auto 0px;
}

h1 {
    text-align: center;
    font-size: 57px;
    line-height: 57px;
    margin-top: 15px;
    margin-bottom: 35px;
    text-shadow: #0d480a 0px 4px 3px;
    text-shadow: rgba(13, 72, 10, 0.75) 0px 4px 3px;
    font-family: "sky_bold", "Arial", sans-serif;
    font-weight: normal;
}

.find-out-more {
    width: 205px;
    display: block;
    margin: 0 auto;
}

.island {
    margin-top: 40px;
    padding: 25px;
    border: 10px solid #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(70%, #fff), color-stop(100%, #e7e7e7));
    background-image: -webkit-linear-gradient(#ffffff, #fff 70%, #e7e7e7);
    background-image: -moz-linear-gradient(#ffffff, #fff 70%, #e7e7e7);
    background-image: -o-linear-gradient(#ffffff, #fff 70%, #e7e7e7);
    background-image: linear-gradient(#ffffff, #fff 70%, #e7e7e7);
    background-color: #e6e6e6;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 50px;
}

    .island h2 {
        color: #424242;
        font-size: 21px;
        line-height: 24px;
        text-align: center;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 15px;
        font-family: "sky_medium", "Arial", sans-serif;
    }

    .island .twibbon-equation {
        width: 576px;
        margin: 0 auto;
    }

    .island .add-buttons {
        width: 410px;
        margin: 20px auto 0px;
    }

@media (max-width: 724px) {
    body {
        background-image: url('https://manualuploads.s3.amazonaws.com/amazingamazon/Content/Images/mobile-background.jpg');
    }

    .wwf-sky-logo {
        width: 225px;
        margin: 0 auto;
    }

    .wwf-sky-logo p {
        font-size: 10px;
        font-family: 'sky_medium', 'Arial', sans-serif;
        text-align: center;
        margin-top: 10px;
    }

    .header-img {
        margin-top: 40px;
    }

    .container {
        width: auto;
    }

    .island .twibbon-equation {
        width: auto;
    }

    .island .add-buttons {
        width: 210px;
    }

        .island .add-buttons a img {
            margin-bottom: 20px;
        }
}
