.content {
	max-width: 960px;
	margin: auto;
}
.column {
	float: left;
	width: 33.33%;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
}

h1, h2, h3 {
	font-family: "Oswald", serif;
}

img {
	width: 100%;
	height: auto;
}

.google-slides-container{
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.google-slides-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}