/*
 Theme Name:   accessible-zen-child
 Theme URI:    http://davidakennedy.com/projects/accessible-zen/
 Description:  accessible-zen-child
 Author:       UM Rural Institute
 Author URI:   http://ruralinstitute.umt.edu
 Template:     accessible-zen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         white, blue, light, one-column, responsive-layout, accessibility-ready, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  accessible-zen-child
*/

.main-navigation ul, .secondary-navigation ul {
	padding-bottom: 24px;
}
body,
button,
input,
select,
textarea {
	font-family: Arno, Arial, Helvetica, sans-serif;
}
#foot-info-box {
	width: 100%;
	overflow: auto;
}
#foot-info-inside-l, #foot-info-inside-r {
	width: 50%;
	min-width: 220px;

}
#foot-info-inside-l {
	float: left;
}
#foot-info-inside-r {
	float: right;
}
#clear-both {
	float: none;
}

/* cards */
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	width: 32%;
	min-width: 220px;
	border-radius: 5px;
	float: left;
	margin: 0px 10px 10px 0px;
	}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.card img {
	border-radius: 5px 5px 0 0;
}
.card p {
	text-align: center;
}
/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}


/* survey button */
#surveyButton {
  background-color: #FAD596; 
  border: 2px solid black;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 12px;

}