.obscure { 
position: absolute !important; 
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
clip: rect(1px, 1px, 1px, 1px); 
} 
#tester {
	display: none
}
.blocked {
	display: block;
	color: #2d3338;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	text-shadow: none;
	padding:15px;
	background:#FCC;
	border:1px solid #F66;
	}
body {
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: block;
  margin: 0px auto 24px;
  font-family:'Fjalla One', sans-serif;
  color: black;
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}
h2 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: white;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin: 5px 0px;
  color: black;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}
.button {
  z-index: 2;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: rgba(243, 136, 130, 0.74);
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #f38882;
}
.button.dnc {
  background-color: #541212;
}
.button.dnc:hover {
  background-color: #a01212;
}
.button.unblock {
  background-color: #0f5987;
}
.button.unblock:hover {
  background-color: #1a6da0;
}
.subtitle {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: black;
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
  text-shadow: white 0px -1px 0px;
}
.content-section {
  position: static;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  background-color: #ffe7cc;
  opacity: 1;
  text-align: center;
}
.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #71d3d0;
  color: #7e7c87;
}
.container {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 106px;
  padding-left: 106px;
}
.social-section {
  position: relative;
  z-index: 2;
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #3f445e;
  text-align: center;
}
.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}
.blacktext {
  display: block;
  color: #2d3338;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
.freetextfield {
  display: block;
  width: 75%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: white;
  color: black;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.freetextfield.forminline {
  display: inline-block;
  width: 75%;
  margin-right: 2%;
  text-align: left;
  text-decoration: none;
}
.navbar {
  background-color: white;
}
.nav-menu {
  float: left;
  text-decoration: none;
}
.navbar-link {
  -webkit-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}
.navbar-link:hover {
  background-color: #ffe7cc;
  color: #1a6da0;
}
.footerlink {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-right: auto;
  margin-left: auto;
  color: black;
  text-decoration: none;
}
.footerlink:hover {
  color: white;
}
.footercopyright {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.adsense {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.infobox {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
}
.infoboxsmall {
  margin-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 12px;
  text-align: center;
  text-shadow: none;
}
.callspinbutton {
  display: block;
  width: 225px;
  height: 95px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 25px;
  background-color: white;
  background-image: url('../images/cs175poweredby.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.whitebox {
  margin-bottom: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.49);
  color: black;
  font-weight: bold;
}
.checkbox-field {
  display: inline-block;
  width: 75%;
  text-shadow: none;
}
.buttonbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
.donatebutton {
  margin-top: 25px;
  margin-bottom: 25px;
}
.messagebox {
  margin-bottom: 15px;
  padding: 15px;
  background-color: rgba(194, 190, 179, 0.49);
  color: rgba(194, 190, 179, 0.59);
}
.dog-phone {
  position: fixed;
  top: 150px;
  right: 50px;
  z-index: 0;
}
#alexaLink {
	position: absolute; /* position parent is <body> */	
	left: 20px;
}

@media (max-width: 991px) {
  h1 {
    position: relative;
    z-index: 1;
  }
  h2 {
    text-shadow: none;
  }
  h3 {
    text-shadow: none;
  }
  .button {
    width: 100%;
  }
  .subtitle {
    position: relative;
    z-index: 1;
    margin-right: 15px;
    margin-left: 15px;
  }
  .container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 26px;
    padding-left: 25px;
  }
  .blacktext {
    text-shadow: none;
  }
  .freetextfield {
    font-size: 26px;
  }
  .nav-icon {
    color: black;
  }
  .menu-button.w--open {
    background-color: #1abc9c;
  }
  .nav-menu {
    background-color: white;
  }
  .dog-phone {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 44px;
  }
  h2 {
    text-shadow: none;
  }
  h3 {
    text-align: center;
    text-shadow: none;
  }
  .button {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-section {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .blacktext {
    display: block;
    text-shadow: none;
  }
  .menu-button.w--open {
    background-color: #d9c7ae;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-top: -40px;
	margin-bottom: 5px;
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
    line-height: 31px;
    text-shadow: none;
  }
  h3 {
    text-shadow: none;
  }
  p {
    font-size: 17px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-shadow: white 0px -1px 0px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .blacktext {
    display: block;
    font-size: 16px;
    text-shadow: none;
  }
  .freetextfield {
    font-size: 24px;
  }
}

