body{
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    width: 100%;
    font-family:monospace; /*gives an artisit website feeling */
}


#nav-trigger {
    display: none;
}
.nav-trigger {
    position: absolute;
}
label[for="nav-trigger"] {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 200;
    cursor: auto;
}
.nav-trigger + label,
.navigation {
    transition: right 0.4s;
}
.nav-trigger:checked + label {
    right: 215px;
}
.nav-trigger:checked ~ .navigation {
    right: 0;
}
nav ul {
    list-style-type: none;
    padding: 0;
    /*    new*/
    margin: 0;
    width: 200px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -200px;
    bottom: 0;
    z-index: 200;
    text-align: left;
    background: #ccc;
}
nav li {
    /*    width: 150px;*/
    margin: 10px 0;
    /*    text-align: center;*/
}
.aa {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    color: #000;
    background: #ddd;
    transition: all 0.7s;
}
.aa:hover {
    color: #fff;
    background: #333;
}


.homemiddle {
    display: flex;
   text-align: center;
  align-items: center;
  justify-content: center;
    margin-top: 50px;

}

.bears {
    width: 350px;
     height: 350px;
 
}

.meetbox {
    width: 360px;
     height: 360px;
    margin-top: 60px;
    margin: 15;
}

.cal {
    width: 330px;
     height: 330px;
    margin-bottom: 65px;
    margin: 15px;

}

ul.nobullet {
     list-style-type: none;
    padding: 0;
    margin: 15px;
}

.logo {
    display: flex;
   border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-self: center;
}

.container {
display: flex;
  align-items: center;
  justify-content: center;
    margin: 0px;
}


.about {
  display: flex;
  align-items: center;
  justify-content: center;
    margin-top: 40px;
}

.aboutbear {
    width: 400px;
    height: 400px;
    margin: 15px;
}


.sns { 
   display: block;
    
    height: 50px;
    width; 50px;
    text-decoration: none;
    
    padding: 10px 10px;
    color: #000;
    background: #ddd;
    transition: all 0.5s;
}
.sns:hover {
    height: 50px;
    width: 50px;
    color: #fff;
    background: #333;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
}
.column {
    
  flex: center;
  padding: 5px;
}


.issue {
    width:140px;
    height:250px;
}


    


