html, body {
	border: 0;
    margin: 0;
    padding: 0;
    font-family: 'IngramMono-Regular', Helvetica, Arial, Sans-Serif;
	vertical-align: baseline;
}

a, a:visited {
	color: blue;
    background-color: white;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: green;
text-decoration: none;
}

.left, .right {
	position: fixed;
	top: 10px;
	color: blue;
	z-index: 2000000;
	font-size: 12pt;
}

.left {
	float: left;
	left: 0;
	margin-left: 10px;
    width: 200px;
}

.left a, .left a:visited, .left a:visited:hover {
	text-decoration: none;
}

.right {
	float: right;
	right: 0;
	margin-right: 30px;
}

.newsbox {
	width: 700px;
	margin: 0 auto;
	padding-top: 100px;
	line-height: 16pt;
    font-family: times, serif;
    font-size: 14pt !important;
    line-height: 18pt;
}



.cv {
    width: 700px;
	margin: 0 auto 100px auto;
	padding-top: 100px;
	line-height: 16pt;
    font-family: times, serif;
    font-size: 14pt !important;
    line-height: 18pt;  
}

.cv p {
    margin: 0 0 5px 0;
}

.newsbox p {
	margin-bottom: 4px;
}

/* img {
  height: 550px;
} */

img.bigimage {
    width: 1800px;
    max-width: 100vw;
    height: auto;
}

img.videolink {
    cursor: pointer;
}

.newsbox p img {
    max-width: 550px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-top: 35px;
}

.videocaptionlink {
    font-size: 10pt;
    line-height: 13pt;
    margin: 0;
    padding: 10px 0 20px 5px;
    width: 90%;
    text-align: center;
}

#mc_embed_signup {
    margin-left: 10px;
    margin-top: 30px;
    font-family: 'IngramMono-Regular', Helvetica, Arial, Sans-Serif;
}

#mc-embedded-subscribe-form, #mc-embedded-subscribe {
    font-family: 'IngramMono-Regular', Helvetica, Arial, Sans-Serif;
}

#mc-field-group {
    margin-bottom: 20px;
}

.button {
    color: #000;
    border: 1px solid blue;
    background-color: white;
}


* {box-sizing:border-box}





@media (max-width: 900px) {

	html, body {
	font-size: 16pt;
	}

	.right {
		font-size: 16pt !important;
	}

	.left {
		font-size: 16pt !important;
	}

	.newsbox, .cv {
		width: 95vw !important;
        font-family: times, serif;
        font-size: 14pt !important;
        line-height: 18pt;
        margin: 0 auto 100px auto;
	   padding-top: 50px;
    }
    
    
    
     .newsbox p img {
    width: 95vw !important;
    height: auto;    /* add this */
    display: block;
    margin-bottom: 0;
    margin-top: 50px;
  }
    
    
}

@media (max-height: 500px) and (orientation: landscape) {
  .right, .left {
    font-size: 16pt !important;
  }
}
