body {font-family:Arial, Helvetica, "Liberation Sans", sans-serif;}
#flex-container {
   display:flex;
   flex-direction:column;

   /* fallback height */
   min-height:100vh;

   /* new small viewport height for modern browsers */
   min-height:100svh;
}
h1 {text-align: center; font-size: 40px; margin-bottom: 50px;}
h2 {text-align: center; font-size: 36px;}
h3 {text-align: center; font-size: 22px;}
ul li a:visited {
color: #595959;
}
ul li a:hover {
color: blue;
}
header.ft-rubrik {
color: white;
background-color: #5878c1;
padding-bottom: 20px;
padding-top: 20px;
}
.parent {
display: flex;
line-height: 150%;
}
.child {
flex: 1; /* Each child will take equal space */
}

@media only screen and (max-width: 600px) {
img.ft-logo {
max-width: 60px;
height: auto;
}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
ul li a {
display: block;
color: black;
padding: 4px 10px;
text-decoration: none;
font-weight: bold;
}
img.ft-vert {
padding:35px;
max-height: 280px;
width:auto;
}
p {line-height: 150%; font-size: 16px;}
footer.ft-fot {
margin-top:auto;
background-color: #e6e6e6;
padding-top: 30px;
padding-bottom: 30px;
}
}  


@media only screen and (min-width: 600px) {  
img.ft-logo {
max-width: 70px;
height: auto;
}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
}
ul li a {
display: block;
color: black;
padding: 10px 14px;
text-decoration: none;
font-weight: bold;
}
img.ft-vert {
padding:35px;
margin-left:75px;  
max-height: 330px;
width:auto;
float:left;
}
p {margin-left:75px; margin-right: 75px; line-height: 150%; font-size: 16px;}
div.child.left {margin-left:75px;}
footer.ft-fot {
margin-top:auto;
background-color: #e6e6e6;
padding-top: 30px;
padding-bottom: 30px;
clear: left;
}
} 

@media only screen and (min-width: 1200px) {  
img.ft-logo {
max-width: 80px;
height: auto;
}
ul {list-style-type: none;
text-align: center;
display: flex;
justify-content: center;
}
ul li a {
display: block;
color: black;
padding: 14px 16px;
text-decoration: none;
font-weight: bold;
}
img.ft-vert {
padding:35px;
margin-left:150px;  
float:left;
}
div.child.left {margin-left:150px;}
footer.ft-fot {
margin-top:auto;
background-color: #e6e6e6;
padding-top: 30px;
padding-bottom: 30px;
clear: left;
}
p {margin-left:150px; margin-right: 150px; line-height: 150%; font-size: 16px;}
}  