.body {
align-content: center;
}

.site-branding {
display: inline-block;
width: 100%;
}

.site-title a {
font-size: 0.5em;
}

.site-description {
font-size: 1em;
}

.vert {
transform: rotate(90deg);
}

.stroke {
-webkit-text-fill-color: inherit;
-webkit-text-stroke-width: 0px;
}

.responsive-iframe {
width:350px; height:270px;
}

.hero {
background-color: rgba(41, 150, 204, 0.065);
}

@media screen and (min-width: 360px) {
.site-branding {
display: inline-block;
width: 20%;
}

.stroke {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
}

.site-title a {
font-size: 0.35em;
}
}

@media screen and (min-width: 480px) {
.responsive-iframe {
width:460px; height:400px;
}
}

@media screen and (min-width: 850px) {
.responsive-iframe {
width:750px; height:550px;
}

.hero {
background-color: transparent;
}
}