@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    font-family: 'Lato';font-size: 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    color: #555;
}

header {
    background-color: #f0d8b3;
    background-image: url("header.jpg");
    color: #555;
    padding: 20px;
    height: 80px;
    text-align: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%; 
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

nav-top {
    display: flex;
    position: fixed;
    justify-content: center;
    background-color: #debfc4;
    padding: 10px 0;
    width: 100%; 
    top: 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

nav-top a {
    color: #555;
    text-decoration: none;
    padding: 10px 20px;

}

section p a {
    color: #555;
}

.main {
    padding: 16px;
    margin-top: 140px;
    margin-bottom: 180px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer a {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px 5px;
}


img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.desc {
  padding: 15px;
  text-align: center;
}

@media(max-width: 940px) {
    nav-top {
        display: flex;
        position: fixed;
        justify-content: center;
        background-color: #debfc4;
        width: 100%; 
        top: 40px;
        text-decoration: none;
        padding: 3px 5px;
        font-size: 16px;        
    }

    header{
        height: 40px;
    }
    body h2{
        font-size: 22px;
    }
    body p{
        font-size: 14px;
    }
    .main{
        margin-top: 70px;
    }
}

@media(max-height: 630px) {
    nav-top {
        width: 100%; 
        top: 20px;
        text-decoration: none;
        padding: 1px 2px;
        font-size: 14px;        
    }

    header{
        height: 20px;
    }
    .main{
        margin-top: 40px;
    }
}


* {
  box-sizing: border-box;
}

.responsive {
  padding: 6px 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
}
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
}
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.outer-box{
    padding-top: 4%;
    list-style-type: none;
    text-align: center;


}
.inner-box{
    display: inline-block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


