/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Adding the CUPEFont */
@font-face {
	font-family: cupe2012;
	src: url(/wp-content/themes/CUPE_d/fonts/cupe2-12-webfont.eot);
	src: url(/wp-content/themes/CUPE_d/fonts/cupe2-12-webfont.eot?#iefix) format(embedded-opentype), url(/wp-content/themes/CUPE_d/fonts/cupe2-12-webfont.woff) format(woff), url(fonts/cupe2-12-webfont.ttf) format(truetype), url(/wp-content/themes/CUPE_d/fonts/cupe2-12-webfont.svg#webfont) format("svg");
}

.main-title {
	font-family: cupe2012, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

@media screen and (max-width:1120px) {
	.site-branding .site-description {
		font-size: 17px;
	}
}

@media screen and (min-width:920px) {
	.site-branding {
		background-image: url(https://cupe374.ca/wp-content/blogs.dir/693/2018/04/374-Logo-1.png);
		background-repeat: no-repeat;
		height: 112px;
		padding-top: 30px;
		padding-left: 160px;
	}
}

@media screen and (max-width:1000px) {
	.site-branding .site-description {
		display: none;
	}
}

/* Adding an over-ride for the Mailchimp subscribe button spacing.  */
#ns_widget_mailchimp_form-2 input.button {
	margin-top: 10px;
}

#ns_widget_mailchimp_form-2 label input {
	display: block;
}

/* Reduce padding under widget titles - don't seem to be able to do this in spacing options.  */
.sidebar .widget .widget-title {
	margin-bottom: 5px;
}

/* Styling for Member Focus pages  */
.quote {
	background: #f9f9f9;
	margin: 1.5em 10px;
	padding: .5em 10px;
	margin-top: -1px;
	margin-left: 39%;
	filter: drop-shadow(5px 5px 2px #5A5A5A);
	border-radius: 10px/10px;
	font-size: 1.5rem;
	color: #1f4c6f;
	font-style: normal;
	font-weight: bold;
	line-height: 105%;
}

.header {
	color: #1f4c6f;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 105%;
}

.wp-image-1479 {
	border-radius: 1px/4px;
}

.wp-image-1343 {
	border-radius: 10px/10px;
}

.wp-image-1344 {
	border-radius: 10px/10px;
}

.wp-image-1345 {
	border-radius: 10px/10px;
}

.imagewborder {
	border-radius: 10px/10px;
}

.preamble {
	background: #f9f9f9;
	border-radius: 10px/10px;
	padding: .5em 10px;
	color: #555555;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 30px;
}

.question {
	font-weight: 600;
	font-size: 1.3em;
	margin-bottom: 8px;
}