/* Add here all your CSS customizations */



#colonial-weiss{
	fill:#fff;
	stroke:#fff;
	stroke-miterlimit:10;
	transition: fill 0.5s;
	transition: stroke 0.5s;
}

#colonial-weiss.scrolling{
	fill:#111 !important;
	stroke:#111 !important;
}

#colonial-full{
	margin-top: -15vh;

}

@media (max-width: 767px){
		.typed-element{
font-size: 0.9em !important;
  }
    #colonial-full{
      max-width: 300px !important;
      padding-top: 10vh !important;
    padding-bottom: 7vh !important;
		}
  
  #error-section h1.text-white{
    font-size: 2em !important;
    padding-bottom: 2vh;
  }
  #error-section .typed-element{
    font-size: 0.9em !important;
    color: #fcfcfc !important;
  }
}

