@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    
}

.cover { 
    width: 100%; 
}

img, picture, svg, video {
    width: 100%;
    height: auto;
}

html {
    font-family: 'Times New Roman', serif;
}

body {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    color: #333;
    font-size: 16pt;
}

hr { color: #fff; height: 1px; }

h1 { 
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 19rem;
    font-weight: 900;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    text-transform: none;
    letter-spacing: -1px;
    color: #000;
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -1px;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    text-align: center;
    color: #111;
}

h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0;
    min-height: 3rem;
    color: #222;
}

p {
    margin-top: 0;
    color: #565656;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.15rem;
    line-height: 1.1em;
}
p:first-child { margin-top: 3.0rem; }

header, footer {
    min-height: 80px;
    background: #eee;
}
footer { font-size: 1.6rem; }

/* Flex Containers */

.flex-simple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: larger;
}

.flex-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-plans {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 1em;
    text-align: center;
}

/* Flex Items */

.flex-item {
    flex-basis: 1;
    align-self: center;
}

.plan {
    flex-basis: 2;
    margin-bottom: 2em;
}

.callout {
    font-size: 24pt;
    text-align: center;
}

.callout p { margin-bottom: 0.25em;}

.services-include {
    font-size: 20pt;
    text-align: center;
}

.questions {
    margin-top: 2em;
    font-size: 20pt;
}

.words {
    margin-top: 0;
    margin-bottom: 0.25em;
    padding-top: 0;
    padding-bottom: 0.5em;
}
.delivery {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.price {
    margin-top: 0.25em;
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0;
}

.full { width: 100%; max-width: 100%; }

.main.home ul, .main.cv ul, .main.contact ul, main.review ul { list-style: none; color: #aaa; margin-left: 2rem; }
.main.home ul li a, .main.cv ul li a, .main.contact ul li a, .main.review ul li a { color: #fff; text-decoration: none; font-weight: 300; }
.main.home ul li a:hover, .main.cv ul li a:hover, .main.contact ul li a:hover, .main.review ul li a:hover { color: #000; text-decoration: underline; }
.main.home ul li:last-child, .main.cv ul li:last-child, .main.contact ul li:last-child, .main.review ul li:last-child { margin-bottom: 1.5rem; }

footer .socials { background-color: #ddd; padding-top: 1em; padding-bottom: 1em; }
footer .socials a { color: #c00; margin-right: 3em; font-size: 16pt;}
footer .socials a:last-child { margin-right: 0; }
footer .copyright { padding-top: 0.5em; padding-bottom: 0.5em; }

footer { text-align: center; margin-top: 1em; margin-right: 0; margin-left: 0; margin-bottom: 0; padding: 0 0; }

@media (min-width: 960px) {
    main {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }

    .cover { 
        width: 100%;
    }
}