/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body,
 html {
    width: 100%;
    height: 100%;
}

body{
    background-color: #f2efe4;
    color: #333;
    font-family: 'Nunito', sans-serif;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #4f4f4f;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #333;
}

.me {
    position: relative;
    border-radius: 85px;
}

.content-section {
    padding: 50px 0;
}

.section-heading {
    margin-bottom: 30px;
}

footer {
    padding: 30px 0;
}

p.copyright {
    margin: 15px 0 0;
}