/* A file to cover temporary fixes to the code while core issues with Canvas CSS ordering exist */
#activities-area{
  margin-right: 34%;
}

@font-face{
font-family:"Nefelibata Safari Brush";
src:url("/fonts/8333aba5bd4f8a9955da1b2dc6b7df06.otf") format("opentype");
}

.text-center{
  font-family: initial;
  font-size: initial;
}

h1, h2, .large-text, .title, .get-started, .loader{
font-family: 'Nefelibata W05 Brush', 'Nefelibata Safari Brush', cursive !important;
}

h3, h4{
font-family: 'proxima-nova', sans-serif !important;
}

h1{
font-size: 32px !important;
}

@media (min-width: 720px){
	h1 {
    	font-size: 32px !important;
	}
}

@media (min-width: 960px){
	h1 {
    	font-size: 40px !important;
	}
}

@media (min-width: 1400px){
	h1 {
    	font-size: 48px !important;
	}
}

h2{
font-size: 24px !important;
}

@media (min-width: 720px){
	h2 {
    	font-size: 34px !important;
	}
}

@media (min-width: 960px){
	h2 {
    	font-size: 34px !important;
	}
}

@media (min-width: 1400px){
	h2 {
    	font-size: 44px !important;
	}
}

.mainNavigation {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.site-content {
  background-color: transparent;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vjs-dock-title {
  display: none !important
}

@media (min-width: 1200px){
	.container {
    	max-width: 1400px !important;
	}
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100% !important;
}

.gmnoprint {
  z-index: 1;
}