@charset "UTF-8";
/*
 Theme Name:   Canvas Internet.se Edition
 Description:  Canvas Internet.se Edition for multisites.
 Author:       Internet.se
 Author URI:   http://internet.se
 Template:     canvas-updated
 Version:      1.0.0
 Text Domain:  canvas-internet
*/

/* GLOBAL STYLES
----------------
This is a child theme of canvas-updated
Add styles beneath this line that you want to be applied across your entire site */

.entry img {
	border: 0;
}

.fa-facebook-official:before {
	content: '\f230';
}
#footer #copyright p,
#footer #credit p,
#footer #credit a {
	color: #666;
}
#footer #credit a {
	margin-right: 0.4rem;
}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

	.full-width.full-header #header-container {
		min-height: 500px;
		background-size: cover;
	}
	.full-width.full-header #logo {
		padding: 0.3rem;
		border-radius: 3px;
		background-color: rgba(250, 250, 250, 0.6);
	}
}