@charset "UTF-8";
/* CSS Document */

#sdlogo {
    float: right;
    margin: 0px 0px 5vw 1em;
    width: 20vw;
}

.flexContainer {
  display: flex;
  justify-content: center; /* Centers children horizontally along the main axis */
}

#remoteContent {
    font-size: 2vw;
    margin: 1em 0px 1em 10vw;
}

#remoteContent > div {
    margin-bottom: 0.8em;
}

 #remoteHeading {
	font-size: 8.7vw;
	padding-bottom: .5em;
	text-shadow: -6px 5px 4px #999999;
	font-style: italic;
    margin-left: 15vw;
}
