:root {
background-color: #fdeace;
font-family: Open Sans, sans-serif;
font-size:11px;
text-shadow:px px 1px #bbb;
letter-spacing:1px;
line-height:12px;
margin:0;
padding:0;
background-image: url("/images/KahilBGPicnic.png");
background-repeat: repeat;           
background-size: 350px;
color: #053b63; 
}

.banner img {
    width: 280px;
    display:block;
    margin:auto
}

.profpic {
    width: 90%;
    height: auto;
    display: block;
}

#welcome {
    text-align:center;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 3px;
    word-spacing: 1px;
    color: #B44911;
    font-weight: 600;
}

#navigation {
    display:flex;
    justify-content:center;
    gap:6px;
}

#navigation a {
    display:inline-block;
    background:#1e606c;
    font:bold 12px 'Lato', Tahoma, Geneva, sans-serif;
    text-transform:uppercase;
    text-decoration: none;
    padding:6px 10px;
    letter-spacing:3px;
    color:#fdeace;
    border-radius:5px;
}

#navigation a:hover {
    background:#fb8a1c;
    color:#fdeace;
}

#navigation a.active {
    background-color: #fb8a1c;
    color: #fdeace;
}

.container {
    width: 800px;
    margin: 0 auto;
}

.container a:link {
    color: #fb8a1c;
}

#left, #content, #right {
    float:left;
    padding:5px;
    box-sizing:border-box;
}

#left { width:200px; color:#fdeace; }
#content { width:400px; color:#656565; }
#content b { width:400px; color:#fdeace; }
#right { width:200px; color:#fdeace; }

/* boxes */
.box, .logbox, .nbox{
    background:#1e606c;
    border:1px solid #FFADA5;
    border-radius:0 0 5px 5px;
    padding:8px;
    margin-bottom:14px;
}

.logbox {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1rem;
}

.logbox::-webkit-scrollbar {
    width: px;
    background: transparent;
}

.nbox {
    text-align: center;
    padding: 1rem;
}

.mbox img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mbox img:hover {
  -webkit-animation-name: bounces;
  animation-name: bounces;
}

@-webkit-keyframes bounces {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounces {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}     
      

.title, .atitle {
    text-align-last: center;
    font:bold 11px 'Lato', Tahoma, Geneva, sans-serif;
    background:#1e606c;
    border:1px solid #fb8a1c;
    border-bottom-left-radius:px; border-bottom-right-radius:px; border-top-left-radius:5px; 
    border-top-right-radius:5px;
    padding:8px;
}

.footer {
    text-align: center;
    background:#fb8a1c;
    border:1px solid #fb8a1c;
    border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top-left-radius:5px; 
    border-top-right-radius:5px;
    padding:8px;
    position: fixed;
    bottom: 10px;
    width: 372px;
    }

.profpic {
    background:#fdeace;
    border:1px solid #fb8a1c;
    border-radius:0 0 5px 5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    padding:8px;
    margin-bottom:14px;
}

#homebox, #article {
    background:#fdeace;
    border:1px solid #fb8a1c;
    border-radius:0 0 5px 5px;
    padding:8px;
    margin-bottom:14px;
}

.gardenbox {
    display: grid;
    text-align-last: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
}



