body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body{
    font-family: 'Roboto Mono', monospace;
    background: url(../kuva/EPSON002%20.jpg)center center / cover no-repeat fixed; 
    background-color: #464646;
    margin: 0;
}

.site a{ 
    text-decoration: none;
    color: #000000;
}

.site h1{
    margin: 0;
    font-size: 30px;
}

.menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li a{
    font-weight: bold; 
    display: block;
    padding: 10px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.menu li a:hover{
    color:#debecc;
    border-bottom: solid 1px #debecc;        
}

.menu ul:after{
    content: "";
    display: block;
    clear: both;
}

.menu li{
    display: inline-block;
    width: auto;
}

.copyright p{
    margin: 0;
    color: #000000;
    font-size: 14px;
    text-align: right;
}

.boxA{
    padding: 15px;
    background: rgba(255,255,255,0.8);
}

.box4{
    background: rgba(255,255,255,0.8);
    padding: 5px 15px;
    margin: 0;
}

footer {
  margin-top: auto;
}

@media(min-width:768px){

.boxA:after{
    content: "";
    display: block;
    clear: both;
}
    
.box1{
    float: left;
    width: 40%;
}

.box2{
    float: right;
    width: 60%;
    text-align: right;
}
    
}