.zoomLogo {
	width: 150px; height: 100px;
    margin: 20px auto 40px;
}
	.zoomLogo div {
		position: relative;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		height: 100%; width: 100%;
	}
	.zoomLogo .blackLogo {
		background-image: url('../img/zoomlogo-color.png');
	}
	
.row {
	max-width: 72rem;
}

h1 {
	font-family: 'HelveticaNeue-Bold';
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 40px;
}
h2 {
	font-family: 'HelveticaNeue-Bold'; 
	text-transform: uppercase; 
	font-size: 2rem;
	margin-top: 40px;
}
h4 {
	font-family: 'HelveticaNeue-Bold'; 
	text-transform: uppercase; 
	margin-top: 40px;
}

p {
	font-family: 'HelveticaNeue-Reg';
    font-size: 16px;
    line-height: 28px;
}

.indentbox {
	padding-left: 3rem;
}

blockquote {
	padding: 10px 0 20px 0;
    border: none;
    color: #000;
    font-size: 1.65rem;
    font-family: 'HelveticaNeue-Reg';
}

button {
	position: relative;
    display: inline-block;
    border: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 12px;
    margin: 40px 0px;
    cursor: pointer;
    font-family: "Gotham A","Gotham B";
    font-style: normal;
    font-weight: 700;
}
button a, button a:hover {
	color: #000;
}
.print-show {display: none}

.patent {
    
}

@media only screen and (max-width: 30em) {
    .zoomLogo {
        height: 80px;
        margin: 0px auto 50px;
        float: right;
        text-align: right;
        padding: 20px;
        width: 100%;
    }
    .zoomLogo img {
        max-height: 50px;
    }
    
    .aboutHeadline {
        margin: 20px 0px;
    }
}