@media only screen and (min-width: 62.5em) {
  /* 62.5 x 16px = 1000 px */
    #mtspoke-info h2{
        font-size: 1.4rem;
    }
    #mtspoke-info h3 {
        font-size: 1.2rem;
    }
    #mtspoke-info p {
        font-size: 1rem;
    }

    #prime-nav ul li {
         margin: 0px;
         width: auto;
    }
    #prime-nav li:first-child, #prime-nav li:last-child {
    background-color: #660000;
    }
    #prime-nav li:nth-child(2), #prime-nav li:nth-last-child(2){
        background-color: #990000;
    }
    #prime-nav li:nth-child(3), #prime-nav li:nth-last-child(3){
        background-color: #7C7C7C;
    }
    #centerstage {
        width: 80%;
    }
    #poi, #testimonials {
        display: block;
    }

}