body{
background-image: url('SUSig_Seal_Center.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.title{
font-family: 'Source Sans Pro', sans-serif;
font-size: 60px;
color: #820000;
text-align: center;
}
.info{
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
text-align: center;
}
span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.buttons {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #ffffff;
  font-size: 40px;
  background: #8C1515;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  display: flex;
}
.buttons.space-around {
	justify-content: space-around;
	}

.btn:hover {
  background: #820000;
  text-decoration: none;
}
.nobg{
  background-color: rgb(244,244,244);
}
iframe {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 1920px;
  height: 12000px;
}
