body {
  margin: 0;
  font-family: Helvetica;
  background-image: url(/img/bagguplaid.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  }
  .columns {
        column-gap: 40px;
        column-count: 2;
        column-rule: 2px solid #b6b6b6;
      }   
.wrapper {
  width: 900px;
  margin: 0 auto;
  }
  
.sidebar-img, .footer, .title, .links, .box {
  margin-top: 25px;
  background-color: white;
  }
  
.title, .links, .footer {
  text-align: center;
  }
  
.links ul {
  list-style-type: none;
  padding: 5px 0 3px 0;
  margin: 0;
  }
  
.links li {
  display: inline-block;
  }

.links li:before {
  content: "";
  }
  
.links .last:after {
  content: "";
  }
  
.links li:before, .links li:after {
  letter-spacing: 0.1em;
  }
  
.box {
  border: 1px solid black;
  padding: 0.5em 1em;
  }
  
.box img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  
.sidebar {
  width: 200px;
  float: left;
  }
  
.sidebar-image {
  border: 1px solid black;
  }
  
.sidebar-image img {
  display: block;
  }
  
.main-wrapper {
  margin-left: 225px;
  }
  
.main {
  columns: 2;
  column-gap: 25px;
  }
  
.main .box {
  display: inline-block;
  }
  
.single-column {
  columns: 1;
  }
  
.footer {
  width:200px;
  margin: 25px auto;
  }
  
@media(max-width:915px) {
  .wrapper {    
    width: 95%;
    }
    
  .main-wrapper {
    width: calc(100% - 225px);
    }
  }
  
 ul {
   list-style: none;
   margin-left:-20px;
 }
li {
  margin-bottom:5px;
}
 li:before {
   content: "*";
   padding-right: 5px;
 }

@media (orientation: portrait), (max-width: 480px) {
  .wrapper {
    width: 100%;
    }
  
  .main-wrapper, .sidebar, .footer {
    margin: 0 auto;
    width: 90%;
    }
  
  .sidebar {
    float: none;
    display: block;
    }

  .sidebar-image {
    margin: 0 auto;
    width: 33%;
    margin-top:25px;
    }

  .sidebar .sidebar-image img {
    width: 100%;
    }
    
  .footer {
    margin-bottom: 25px;
    }
  
  }