@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300';

@import 'https://fonts.googleapis.com/css?family=Aladin';

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Aladin';
  font-size: 36px;
}
.page-header {
  font-family: 'Aladin';
}
body, p {
  font-family: 'Source Sans Pro';
  font-size: 18px;
}
div.sp-module {
   background-color: #39ad29;
}
#video-module {
  width: 100%;
  heigth: 100%;
}
div.mod-custom {
  color: #fff;
}
h3.sp-module-title {
  font-family: 'Source Sans Pro';
  color: #fff;
  bold: false;
}