@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Freehand&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*------------------------------------------------*/
/* Variable STYLES */
/*------------------------------------------------*/

:root {
    /* Color Palette */
    --color-h1: #111;  
    --color-h2: #333;  
    --color-h3: #cc233a;  
    --color-text: #111;
    
    --color-link: #cc233a; 
    --color-hover: #666;  
    
    --color-hr-border: #cc233a;  
    
    --button-bg-link:#111;  
    --button-bg-hover: #FFF;
    
    /* Typography */
    --font-family-base: "Roboto", sans-serif;
    --font-family-heading: "Roboto", sans-serif;
    --font-size-normal: 1rem;

    /* Top Level Menu */
    --color-topmenu-link: #111;
    --color-topmenu-hover:#333;
    --color-topmenu-border-link: 2px solid transparent;
    --color-topmenu-border-hover: 2px solid #cc233a;

    --font-size-topmenu: 17px;
    --background-color-up: transparent;
    --background-color-down: transparent;
    --font-weight-topmenu: 600;
}


/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:var(--color-link);
    text-decoration: none; 
	-webkit-transition:all ease .3s; 
	transition:all ease .3s;

}

a:hover {
        color:var(--color-hover); 
        text-decoration: none;
		-webkit-transition:all ease .3s; 
		transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 34px;
	color:var(--color-h1);
	font-family: var(--font-family-heading);	
	font-weight:800;
}

h2 {
    font-size: 24px;
	color:var(--color-h2);
	font-weight:600;
	font-family: var(--font-family-base);
}

h3 {
    font-size: 20px;
    color:var(--color-h3);
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    height: 0;
    border: 1px solid var(--color-hr-border);
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:var(--font-size-normal); color:var(--color-text);font-family: var(--font-family-base);}

td {color:var(--color-text);padding:5px;line-height:18px; font-size:var(--font-size-normal);font-family: var(--font-family-base);}

ul li {
    font-size:var(--font-size-normal); 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:var(--font-size-normal); 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }



/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;margin-top:-150px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;

}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin:0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border:none;

}




.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}

#dnnMenu .topLevel>li>a {text-transform:uppercase;padding-bottom:7px;background:var(--background-color-up);color:var(--color-topmenu-link);transition: all .4s ease; margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-link);}
#dnnMenu .topLevel>li>a:focus{ font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>li>a:hover{font-weight:400;padding-bottom:7px;color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;margin: 0 5px 0 5px;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li.active>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:focus {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }
#dnnMenu .topLevel>li.active>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover); }

#dnnMenu .topLevel>.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:hover{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>.active.open>a {background:var(--background-color-down);color:var(--color-topmenu-hover);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:hover {color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}
#dnnMenu .topLevel>.active.open>a:focus{color:var(--color-topmenu-hover);background:var(--background-color-down);transition: all .4s ease;border-bottom:var(--color-topmenu-border-hover);}

#dnnMenu .topLevel>li>a span {font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);} 
#dnnMenu .topLevel>li>a:focus span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);}
#dnnMenu .topLevel>li>a:hover span{font-size:var(--font-size-topmenu);transition: all .4s ease;font-weight:var(--font-weight-topmenu);}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:49px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#DDD;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (max-width : 992px){
	
	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {width:100%;position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;}
	
#dnnMenu .topLevel li a {border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#111;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#333;margin:0;}	
#dnnMenu .topLevel li a:hover{border-bottom:none;width:100%;text-align:center;padding-top:1px;padding-bottom:6px;color:#333;margin:0;}
	
#dnnMenu .topLevel li.active a{border-bottom:none;color:#333;margin:0;}
#dnnMenu .topLevel li.active a:focus{border-bottom:none;color:#333;margin:0;} 
#dnnMenu .topLevel li.active a:hover{border-bottom:none;color:#333;margin:0;}
	
#dnnMenu .topLevel li a span{font-size:15px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:15px;} 
#dnnMenu .topLevel li a:hover span{font-size:15px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:15px;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:15px;}

#dnnMenu .topLevel>.open>a {border-bottom:none;background:transparent;color:#333;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{border-bottom:none;color:#333;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{border-bottom:none;color:#333;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {border-bottom:none;color:#333;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {border-bottom:none;color:#333;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{border-bottom:none;color:#333;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:15px;text-align:center;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:15px;text-align:center;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:50px;line-height:50px;text-align:center;border-width:1px;border-style:solid;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	


#dnnMenu .dropdown-menu{padding:0;z-index:1000;background:transparent;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#4fbe4a;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#4fbe4a;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}



/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/
.PillButton a:link, .PillButton a:visited {
  padding: 10px 15px;
  text-align: center;
  color: #EEE;
  font-size:1rem;
  display: block;
  border:1px solid #111;
  background:#111;
  border-radius:30px;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.PillButton a:hover, .PillButton a:active {
  padding: 10px 15px;
  text-align: center;
  color: #EEE;
  font-size:1rem;
  display: block;
  border:1px solid #CCC;
  background:#333;
  border-radius:30px;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}
.MoreButton a:link, .MoreButton a:visited {
  padding: 16px;
  text-align: center;
  color: #FFF;
  font-size:18px;
  display: block;
  width: 100%;
  border:1px solid #111;
  background:#111;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 16px;
  text-align: center;
  color: #111;
  font-size:18px;
  display: block;
  width: 100%;
  border:1px solid #111;
  background:#FFF;
  font-family: var(--font-family-base);
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; transition:all ease .5s;
}
/* Default button */
.MoreButton a {
    padding: 16px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    display: block;
    width: 100%;
    border: 1px solid #111;
    background: #111;
    font-family: var(--font-family-base);
    margin: 3px 0;
    transition: all ease .5s;
    text-decoration: none;
}

/* Hover default */
.MoreButton a:hover {
    background: #FFF;
    color: #111;
}

/* Red variant - applies ONLY to the up state */
.MoreButton.red a {
    background: #cc233a;
    border-color: #cc233a;
}

/* Hover red (optional, if you want a different effect) */
.MoreButton.red a:hover {
    background: #FFF;
    color: #cc233a;
}




/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.headerwrap {background:#FFF;padding:7px 0;}

.logo {text-align:center;margin:0 auto;text-align:center;}

.menupad {padding-top:20px;}

.contactwrap {background:#4fbe4a;padding:0;}
.contacttext {text-align:right;}

.contacttext a:link, .contacttext a:visited {display:inline-block;font-size:20px;padding:0 4px;color:#DDD;-webkit-transition:all ease .5s; transition:all ease .5s;}
.contacttext a:hover, .contacttext a:active {display:inline-block; font-size:20px;padding:0 4px;color:#FFF;-webkit-transition:all ease .5s; transition:all ease .5s;}

.contacttext a:link span, .contacttext a:visited span {padding:10px 0; display:block;background:#111;font-size:20px;padding:0 4px;color:#EEE;-webkit-transition:all ease .5s; transition:all ease .5s;}
.contacttext a:hover span, .contacttext a:active span {padding:10px 0; display:block;background:#111;font-size:20px;padding:0 4px;color:#FFF;-webkit-transition:all ease .5s; transition:all ease .5s;}


/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/

.showcasewrap {
	background:url('images/showcase-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:top right;
}


.showcasewrapbk {
	width:100%;
	background-image:url('images/showcase-responsivebk_bg.jpg');
	background-size:cover;
	background-position:top center;
	padding:18% 18% 24% 18%;
}

.showcasetext {text-align:center;padding:10% 0;}

.showcasetext h1 {font-weight:600;color:#EEE;text-shadow:1px 1px 5px #111;}

.welcomewrap {background:#FFF;}
.welcometext{padding:75px 0;}
.welcometext h2 {font-size:38px;color:#cc233a;font-weight:800;}
.welcometext h3 {font-size:26px;color:#111;font-weight:600;}

.aboutwrap {
    background:#2a2e39;
    margin-bottom:-150px;
}

.abouttext {
    border:1px solid #7f8995;
    padding: 0 1.2rem 1.2rem 1.2rem;
}
.abouttext img {border-radius:20px; margin-top:-85px;}
.abouttext h3 {color:#7f8995;padding:10px 0;}
.abouttext p {color:#EEE;}


.adoptbox {margin-top:20px;background:#FFF;border-radius:25px; padding:25px;}

.adopttext h3 span {color:#111;font-size:22px;font-weight:bold;}
.adopttext h3 {color:#cc233a;font-size:40px;font-weight:bold;padding-bottom:10px;}

.sloganwrap {
	background:url('images/about-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:top left;

}
.slogantext {padding:320px 0 25% 0;}
.slogantext h3 {font-family: "Freehand", cursive;color:#EEE;}

.sm-block-horz {padding:12px;}

.sm-block-horz img {border-radius:20px;box-shadow:0 0 10px 1px rgba(0,0,0,0.2);}


.sm-block-horz-header a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s ease;
}

/* Arrow */
.sm-block-horz-header a::after {
  content: "→";
  font-size: 0.9em;
  margin-left: 10px;
  transform: translateX(0);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.7;
}

/* Hover state */
.sm-block-horz-header a:hover,
.sm-block-horz-header a:active {
  color: #cc233a;
}

/* Arrow movement on hover */
.sm-block-horz-header a:hover::after,
.sm-block-horz-header a:active::after {
  transform: translateX(6px);
  opacity: 1;
}

.projectimage {text-align:center;}
.projectimage img {border-radius:20px; box-shadow:0 0 10px 1px rgba(0,0,0,0.2);}

.homeproject {border-radius:25px;background:#FFF;box-shadow:0 0 10px 1px rgba(0,0,0,0.1);}
.homeproject-content {padding:15px;}
.homeproject-content h3 {padding-top:10px;}
.homeproject-img img {border-top-left-radius:25px;border-top-right-radius:25px;}
.homeproject-content h3 a:link, .homeproject-content h3 a:visited {color:#111;font-size:28px;font-weight:600;}
.homeproject-content h3 a:hover, .homeproject-content h3 a:active {color:#666;font-size:28px;font-weight:600;}

.statusavailable,
.statusadopted {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px; /* pill shape */
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1;
  width: fit-content;
}

/* AVAILABLE */
.statusavailable {
  background: rgba(46, 204, 113, 0.15);
  color: #1e8449;
}

/* ADOPTED */
.statusadopted {
  background: rgba(189, 195, 199, 0.35);
  color: #555;
}

/* Optional subtle dot indicator */
.statusavailable::before,
.statusadopted::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* Dot colors */
.statusavailable::before {
  background: #2ecc71;
}

.statusadopted::before {
  background: #7f8c8d;
}
.mainwrap {
	padding: 75px 0 75px 0;
	background:#FFF;
}
.volunteerwrap {
    background:#2a2e39;
    padding:7%;
    border-top:10px solid #DDD;
}

/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footercurvewrap {
	background:url('images/footer-top-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:top center;
    padding:7% 0;
}

.footercurvebkwrap {
	background:url('images/footer-top-back-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:top center;
    height:163px;
}
.footertopwrap {
	background:#f3f3f3;
	padding:0;
}

.footerwrap {
	background:#f3f3f3;
}

.footerlinks {padding-top:10px;font-size:18px;color:#111;text-align:center;}
.footerlinks h3 {font-size:24px;color:#cc233a;text-align:left;font-weight:600;}
.footerlinks p {font-size:16px;color:#111;text-align:left;}

.footerlinks ul {
	list-style:none;
	margin:0;
	padding:0 0 0 0;
}

.footerlinks ul li {
	list-style:none;
	margin:0;
}

.footerlinks li { text-align:left;padding:0 0 8px 0;font-size:18px;}
.footerlinks li a:link, .footerlinks li a:visited {color:#111;font-size:18px;padding:0 0 8px 0;}
.footerlinks li a:hover, .footerlinks li a:active{color:#cc233a;font-size:18px;padding:0 0 8px 0;}

.footerlinks a:link, .footerlinks a:visited {color:#111;font-size:18px;padding:0 0 12px 0;}
.footerlinks a:hover, .footerlinks a:active{color:#cc233a;font-size:18px;padding:0 0 12px 0;}

.login {color:#666;font-size:12px;}
.login li {color:#666;font-size:12px;}

a.login:visited {color:#666; font-size:12px; text-decoration:none;}
a.login:active {color:#666; font-size:12px; text-decoration:none;}
a.login:link {color:#666; font-size:12px; text-decoration:none;}
a.login:hover {color:#999; font-size:12px; text-decoration:underline;}

.copyright {font-size: 12px;color: #666;text-align:center;padding:15px 5px 5px 5px;border-top:1px solid #CCC;}

a.copyright:visited {color: #666; font-size:12px; text-decoration:none;}
a.copyright:active {color: #666; font-size:12px; text-decoration:none;}
a.copyright:link {color: #666; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #999; font-size:12px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #666;
}

.wecontrol ul { 
  display: inline; 
  color: #666; 
  margin:0;
  padding:0;
}



.wecontrol  li { 
  display: inline; 
  color: #666; 
  margin:0;
  padding:0;
}

.wecontrol li a
{
   text-decoration: none;
   padding: 3px;
   color: #666;
}

.wecontrol  li a:hover {
    color: #999;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
.adoptbox {margin-top:20px; margin-bottom:100px;background:#FFF;border-radius:25px; padding:25px;}
.adopttext h3 span {color:#111;font-size:18px;font-weight:bold;}
.adopttext h3 {color:#cc233a;font-size:36px;font-weight:bold;padding-bottom:10px;}

.footerlinks li { text-align:center;padding:0 0 8px 0;font-size:18px;}
.footerlinks h3 {font-size:24px;color:#cc233a;text-align:center;font-weight:600;}
.footerlinks p {font-size:16px;color:#111;text-align:center;}
}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

