div#n2-ss-3 {
  display: block;
}
div#n2-ss-10, div#n2-ss-10-placeholder {
  display: none;
}

@media only screen and (max-width: 440px) {
  div#n2-ss-3, div#n2-ss-3-placeholder {
    display: none;
  }
  div#n2-ss-10 {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

/* Imports fonts 
@font-face {
	    font-family: "Glacial Indifference";
	    src: url("http://testsite.thechurchintoledo.org/wp-content/uploads/2019/12/GlacialIndifference-Regular.ttf") format("truetype");
}

@font-face {
	    font-family: "Glacial Indifference";
			font-style: italic;
	    src: url("http://testsite.thechurchintoledo.org/wp-content/uploads/2019/12/GlacialIndifference-Italic.ttf") format("truetype");
}

@font-face {
	    font-family: "Glacial Indifference";
			font-weight: bold;
	    src: url("http://testsite.thechurchintoledo.org/wp-content/uploads/2019/12/GlacialIndifference-Bold.ttf") format("truetype");
}
*/