@import url('fonts.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #FEFEFE;
}

.header {
    font-family: 'cera pro bold';
    color: #1AA260;
    text-transform: uppercase;
}

.content {
    font-family: 'cera pro bold';
    color: #808080;
}

/* Mobile image background*/
.transparent-image {
    opacity: 0.2;
}

/* list */
.bulleted-ul {
    list-style-type: disc;
}

.bulleted-li {
    font-family: 'ubuntu mid';
    color: #808080;
}