body.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

body {
	background:linear-gradient(to bottom, white 10%, #1c2f15 185%);
    background-size: 100%;
	font-family: 'Verdana', sans-serif;
}

.banner {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px;
	height:200px;
    width:100%;
	position:fixed;
}

.menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    width:40px;
}

.menu a, .menu a:link, .menu a:focus, .menu a:active, .menu a:visited {
    color: white;                   
    font-weight: bold;               
    
    text-transform: uppercase;
    border:none;
}

#mobilmenu > * {
	border:none;
}

#mobilemenu .menu a, #mobilemenu .menu a:link, #mobilemenu .menu a:focus, #mobilemenu .menu a:active, #mobilemenu .menu a:visited {
	color:white;
	text-shadow: 2px 2px 4px #000000;
    padding-top: 34px;
    margin-left: 9px;
    letter-spacing: 0;
    font-size: 20px;
	border:none;
	outline:none;
}

#menubutton {
    margin-left:16px;
}

#desktopmenu {
    position: relative;
    top: 47px;
}

#desktopmenu .menu a {
	color:yellow;
    text-shadow: 2px 2px 4px #000000;
    padding: 9px;                    
    letter-spacing: 0px;
    margin: 13px;
    font-size: 23px;
}

#desktopmenu .menu a:hover {
    background-color: #BF3340;
    border-radius: 10px;
}

.banner .tvsra a {
    color: white;
    
    font-size: 30px;
    display: block;
    position: fixed;
    top: 18px;
    left: 13px;
    font-weight: 600;
    text-shadow: 1px 0px 13px #000000;
}

.off-canvas {
    background-image: url(../images/menupanel.png);
    background-size: cover;
    background-position: left;
	color: #fff;
    padding: 0;
    text-align: left;
}

.position-right {
    top: 0;
    right: 0;
    height: 224px;
    overflow-y: auto;
    width: 172px;
}

.content {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
	font-family:Verdana;
	margin-top: 220px;
	margin-bottom: 25px;
	width:100%;
	background-color:#fff;
	border-radius: 30px;
	border: 1px solid #ced5d1;
}

.content a {
	color: #870b0b;
	border-bottom: dotted 1px #870b0b;
}

.content a:hover {
	color:#9d8888;
	border-bottom:none;
}

.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
	/*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
	z-index:0;
}

.footer .logos img {
    height:40px;
    margin:8px;
}


img {
	border: none;
}

h1 {
	font-family:Verdana;
	font-size: 2.5rem;
	font-weight: 600;
	color: #4d594b;
	text-transform: uppercase;
	letter-spacing:0px;
	margin-bottom:34px;
	background: url(../images/whistle.png) no-repeat left center / auto;
	padding-left: 53px
}


h2 {
	font-family:Verdana;
	font-size: 1.8rem;
	font-weight: 600;
	color:#776b51;
}

h2:not(:first-child) {
	margin-bottom:10px;
	margin-top:34px;
}

h3 {
	font-family:Verdana;
	font-size: 1.1rem;
	font-weight: 600;
	color:#514848;
}

.tvsra-home {
	font-family:Verdana;
	font-size: 32px;
	font-weight: 600;
	color: #4d594b;
	display:block;
	text-transform: uppercase;
	margin-bottom:16px;
}


hr {
    border-color: #ced5d1;	
}

#refpic-resources {
	position: fixed;
    width: 464px;
    top: 249px;
}

.footer .text {
    
    font-size: 0.67rem;
}


@media screen and (max-width: 39.9375em) {
	body {
		background:none;
	}

	h1 {
		font-size: 2rem;
		letter-spacing:0;
	}
	
	h2 {
		font-size: 1.3rem;
	}
	
	.tvsra-home {
		font-size: 24px;
	}
	
	.banner {
		height: 90px;
        background-size: cover; 
	}
	
	.content {
		margin: 82px auto 0 -18px;
		background-color:white;
		border-radius: unset;
		border:none;
		font-size: 1.2rem;
	}
	
	#refpic-resources {
		position: relative;
		width: 100%;
		top: 0;
	}
}
