/*-----LARGE VIEWS------*/

@media only screen and (min-width: 64em) {


    main {
        margin: auto;
        max-width: 1200px;}

}
