@media all and (max-width: 990px) {
    .header h1 {
        font-size: 2.5em;
    }

    .header p.lead {
        font-size: 18px;
        line-height: 26px;
    }

    section, footer, section.section--even {
        padding: 3em 0;
    }

    #guestbook h3,
    #services h3,
    #values h3,
    #what-we-do h3 {
        font-size: 34px;
    }

    #values img{
        max-width: 40%;
    }

    .bg--white p {
        font-size: 16px;
        line-height: 28px;
    }
	
    #services p {
        font-size: 16px;
        line-height: 28px;
    }


    .de .feature.boxed {
        /* min-height: 450; */
        min-height: auto;
        height: auto;
    }

    .feature.boxed h5 {
        font-size: 16px;
    }

    .feature.boxed li {
        font-size: 15px;
    }

    #how-we-do h2 {
        font-size: 34px;
    }

    #how-we-do p {
        font-size: 16px;
        padding-bottom: 200px;
        line-height: 26px;
    }

    .pricing .h1 {
        font-size: 20px;
    }

    .pricing p {
        font-size: 15px;
        line-height: 28px;
    }

    blockquote p {
        font-size: 20px;
    }

    p.text-right{
        font-size: 15px;
    }

    #values h5 {
        font-size: 20px;
    }

    #values p {
        line-height: 28px;
    }

    .navbar .logo {max-width: 50%;}

    .copyright p {
        font-size: 18px;
    }
}