div {   
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.logo {
    width: 20%;
}

p {
    font-weight: 100;
    font-style: italic;
    opacity: 0.65;
}

/* .text:before, .text:after {
    font-weight: 100;
    font-style: italic;
	opacity: 0.65;
	content: '';
	position: relative;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	background: url(../images/quote.svg) no-repeat;
	background-size: contain;
	opacity: 0.65;
} */

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
    /*  @media only screen and (min-width: 768px) and (max-width: 959px) {

    .center                     {   display: block;
                                    margin-left: auto;
                                    margin-right: auto;
                                    margin-top: auto;
                                    margin-bottom: auto;
                                    width: 20%;
        }
    
    }
*/
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */
     /*  @media only screen and (max-width: 767px) {

    .center                     {   display: block;
                                    margin-left: auto;
                                    margin-right: auto;
                                    margin-top: auto;
                                    margin-bottom: auto;
                                    width: 20%;
        }
   
    }
*/
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */
     /*  @media only screen and (min-width: 480px) and (max-width: 767px) {

    .center                     {   display: block;
                                    margin-left: auto;
                                    margin-right: auto;
                                    margin-top: auto;
                                    margin-bottom: auto;
                                    width: 20%;
        }

    }
*/