/*
 Theme Name: Skælskør Museumsforening
 Theme URI: https://skmuseumsforening.dk/museumsforening
 Description: Suits Child Theme
 Author: Helge Jorgensen
 Author URI: https://www.helgejorgensen.dk/
 Template: suits
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Theme Name Child Theme
 Text Domain:  suits-child
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

img {
    height: auto !important;
    max-width: 100%;
}

.site-header {
	background-color: #d6ad62 !important;
}
.navbar {
	background-color: #000000 !important;
	margin: 0 auto;
	width: 100%;
}

.nav-menu li a {
	color: #fff !important;
	display: block;
	font-family: Lato, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 12px;
	line-height: 1.2rem;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition:         all 0.3s;
}

.site-info-container {
	background-color: #993333;
	text-align: center;
}

.site-description {
	color: #fff;
	font: normal 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 23px;
	padding-bottom: 2.3rem;
}

.site-info {
	color: #fff !important;
	font-size: 13px;
	font-size: 1.1rem;
	letter-spacing: 2px;
	margin: 0 auto;
	max-width: 960px;
	padding: 23px 0;
	padding: 2.3rem 0;
	text-transform: uppercase;
	width: 100%;
}
