@font-face {
    font-family: AgletSlab;
    src: url('/images/Aglet Slab.ttf');
}
@font-face {
    font-family: AgletSlabSemibold;
    src: url('/images/Aglet Slab Semibold.ttf');
}
h1{
  margin-bottom: 50px;
}
h4{
  margin-bottom: 30px;
}
.mgheaderrow{
  border-bottom-width: 2px;
  border-bottom-color: #ea2b8d;
  border-bottom-style: solid;
}
@media(max-width:768px){
  .alclogo{
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}
@media(max-width:768px){
  .mgitlogo{
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}
@media(min-width:769px){
  .mgitlogo{
	float: right;
  }
}