/* css for mswd.ca */

/* body css */
body {
	background-color: #ffffff;
}

/* header and footer setup */

.header img {
	display: block;
	margin: 0 auto;
}
.footer {
	height: 30px;
	background-color: #2B7979;
	color:#ffffff;
}
.footer p {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

/* layout for the images at the bottom of the page */
.thumbs {
	padding-bottom: 20px;
	padding-top: 2em;
}
.thumbs h5 {
	font-size: .75em;
	text-align: center;
}

/* styling for the menu links */
.links a:link, .links a:active, .links a:visited {
	font-weight: bold;
	font-size: 18px;
	color:#2B7979;
}
.links a:hover {
	font-weight: bold;
	font-size: 18px;
	color:#F00;
	text-decoration: underline;
}
/* styling for the contact pages */
.contact h1 {
	text-align: center;
	font-size: 24px;
	padding-top: 20px;
}
.button-group.secondary .button {
		font-weight: bold;
    background-color: #2B7979;
    color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
		font-weight: bold;
    background-color: #329A99;
    color: #fefefe;
}
.first img {padding: 2em 0;}

.first li {
	list-style-type: none;
	display: inline;
	margin: 0 auto;
	padding:5em;
}

/* styling for the callouts */
.callout.secondary {
    background-color: rgba(43,121,121, 0.4);
}
.callout {
		width:60%;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    color: #000;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
}

/* styling for the hero text blocks */
.hero {
	padding-top:1em;
	padding-bottom: 1.5em;
}

/* styling for the gallery */
@include thumb;
.gallery{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.firstGal img, .secondGal img {
	padding:10px;
}
.reqd {
	color:#f00;
	font-size: 24px;
}
.social {text-align: center;}
.topNav {
	background-color: #ffffff;
	width:100%;
}
.links li {
	padding-right: 20px;
}
.succeed {
	font-size: 24px;
	text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 639px) {
	.portfolio a:link, .portfolio a:active, .portfolio a:visited  {
		font-size: 18px;
		color:#2B7979;
	}
	.portfolio a:hover {
		font-size: 18px;
		color:#F00;
		text-decoration: underline;
	}
	.callout {
			width:90%;
	    border: 1px solid rgba(10, 10, 10, 0.25);
	    border-radius: 0;
	    color: #000;
	    margin: 0 auto;
	    padding:0;
	    position: relative;
	}
}

#contact {padding-left:0.5em;}
.portfolio a:link, .portfolio a:active, .portfolio a:visited  {
	font-weight: bold;
	font-size: 18px;
	color:#2B7979;
}
.portfolio a:hover {
	font-weight: bold;
	font-size: 18px;
	color:#F00;
	text-decoration: underline;
}
.leader {
	max-width:728px;
	margin:0 auto;
	height:90px;
}
.thOne img, .thTwo img, .thThree img, .thFour img, .column img{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}