@import url('https://fonts.googleapis.com/css?family=Lato|Share+Tech+Mono&display=swap');

body {
    font-family: 'Lato', sans-serif;

}

.basic-nav {
    font-family: 'Share Tech Mono', monospace;
    
}

.basic-nav a {
    color: black;
}


.fine-print {
font-size: .3em;
color: grey;

}

.img-holder{
    margin-left: 10px;


}

.diagram {
    border: 1px solid black ;
    width: 100%;
    
}

.pretty {
width: 100%;


}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media only screen and (min-width: 768px) { 

    .pretty {
        width: 75%;
    }

    .diagram {
        border: 1px solid black ;
        width: 50%;
        
    }

}
