/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
*/


/*** screen smaller than 700px ***/
h1, .heading-size-1 { 
	font-size: 3.0rem;
	color: #c22d16;
}

/*** screen between 700px to 1219px ***/
@media (min-width: 700px) {
	h1, .heading-size-1 { font-size: 4.0rem; }
}

/*** screen 1220px and bigger ***/
@media (min-width: 1220px) {
	h1, .heading-size-1 { font-size: 5.0rem; }
}


@media (min-width: 700px)
.singular .entry-header {
    padding: 0rem 0;
}

@media (min-width: 1220px)
.singular .entry-header {
    padding: 0rem 0;
}

@media (min-width: 700px)
h3, .heading-size-3 {
    font-size: 3rem;
}

h2, .heading-size-2 {
    font-size: 2.4rem;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 1.5rem auto 1.5rem;
}


.site-banner {
    position: fixed;
    bottom: 0;
	top: unset;
    right: 0;
    left: 0;
    padding: 1em;
    background-color: #c22d16;
    color: #fff;
    z-index: 9998;
    text-align: center;
	letter-spacing: 2px;
	font-size: 70%;
}

.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
	font-weight: bold;
}

a, a:active, a:visited {
	text-decoration: none !important;
	color: #c22d16 !important;
}

a:hover {
	text-decoration: none !important;
    color: #666666 !important;
}

.first-page-bg{
	background: url(https://restaurator.matsallskapet.se/wp-content/uploads/2022/06/catering-i-stockholm-matsällskapet.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -10;
}






