 /* Remove the navbar's default margin-bottom and rounded borders */ 
    body{
      background-color: #C7C7C7;
      font-family: 'Libre Baskerville';
    }

    .main{
      background-color: #C7C7C7;
      text-align: justify;
      font-size: 16px;
    }

    .wrap{
      padding: 0px 100px;
    }

    .paragraphs{
      padding: 0px 30px;
    }

    .active a{
      font-weight: bold;
    }

    .navbar{
      font-size: 22px;
      margin-bottom: 0;
      border-radius: 0;
      background-color: white;
    }

    .navbar img{
      width: 17%;
      height: 100%;
      object-fit: contain;
      display: inline-block;
    }

    .navbar ul{
      float: right;
      display: inline-block;
    }

    .navbar a{
      color: black;
    }

    .navbar-nav{
      padding-right: 40px;
      display: inline-block;
      margin: 0px !important;
    }

    .navbar-image{
      display: inline;
      height: 100%;
    }

    .logo{      
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .sale {
    font-size:24px;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }



  /*#footerlink{
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

.carousel-inner{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
   /* height: 520px;
    width: 800px;
    max-width: 100%;
    max-height: 100%;*/
   /* max-height: 520px;
    max-width: 800px;
    min-height: 520px;
    min-width: 800px;*/
  }*/

#myCarousel{
  position: relative;
}

.carousel-caption{
    color: #000000;
    bottom:-5px;
    margin-top:15px;
  }

  .carousel-inner{
    position: relative;
  }

  .carousel-inner img {
     /* width: 100%;  Set width to 100% */
        
        /*max-height: 500px;
        max-width: 800px;
        min-height: 500px;
        min-width: 800px;*/
        width: 80%;
        margin: 0px auto;

  }  

  .carousel-indicators li {
  background-color: #999 !important;
  background-color: rgba(70,70,70,.25) !important;
}

.text{
  width: 100%;
  margin-bottom: 140px;
}

.text p{
  position: absolute;
    bottom: -30%;
    background-color: white;
    width: 40%;
    padding: 15px;
    margin: 0px auto;
    left: 30%;
}

.catalog{
  margin-top: 50px;
  list-style: none;
}

.catalog li:before{
  border: solid 11px white;
  width: 40px;
  height: 40px;
}

.catalog a{
  font-size: 18px;
  color: black;
}

div.square {
  border: solid 11px white;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.main h2{
  display: inline-block;
  margin: 40px 0px;
  line-height: 1.5;
}

.lists{
  width: 90%;
  margin:0px auto;
}

.lists ul{
  float: right;  
}

.lists li{
  padding: 5px 0px;
}

.square{
  margin-right: 5px;
}

.addsidebar{
    border: 1px solid #e1dfdd;
    border-radius: 8px;
    background-color: inherit; 

    position: -webkit-sticky;
    
    top: 0;
  }

.images{
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: 20px solid white;
}

  .siderow{
    background-color: inherit;   
    border-bottom: 1px solid #e1dfdd;
    margin-bottom: 5px;
  }

  .addsidebar img{
    width: 100%;
  }

.addpic img{
    margin-bottom: 0px;
    width:100%;
  }

  .text{
    margin-top: 10px;
  }

  .postadd{
    margin: 100px 0px;
    margin-bottom: 20px;
  }

  .postcell{
    text-align: center;    
  }

  .postcell img{
    width: 50%;
  }

  /*.paragraphs{
    max-height: 150px;
    overflow: hidden;
  }*/

  .more, .less{
    float: right;
    font-weight: bold;
    border: 5px solid white;
    cursor: pointer;

  }

.carousel-indicators .active {
  background-color: #444 !important;
}

  .carousel-indicators .active{
        
        background-color: #000;
  }

  .contents {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 18px;
  }

  .contents a{
    text-decoration: none;
  }

  #arrow{
    width: 60px;
    height: 80px;
    bottom: 0px;
    right: 30px;
    z-index: 9999;
    position: fixed;
  }

  h1{
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  footer {
    position: relative;
    z-index: 9000;
    background-color: white;
    color: white;
    padding: 15px;
    font-size: 24px;
  }

  footer p{
    font-size:24px;
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .resources a{
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: black;
    font-size: 14px;
  }

  .resources h3{
    display: table;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    color: black;
  }

  .text-responsive{
    padding: 50px;
    display: none;
  }

  @media (max-width: 1400px) {
    .text p{
     bottom: -40%; 
     width: 50%;
     left: 25%;
    }
  }

  @media (max-width: 1200px) {
    .text p{
     bottom: -60%; 
     width: 65%;
     left: 18%;
    }

    .catalog a{
      font-size: 16px;
    }

    .navbar img{
      width: 25%;
    }

    .images{
      width: 70%;
    }
  }

    @media (max-width: 1000px) {
      .carousel{
        display: none;
      }

      .text-responsive{
        display: block;
      }

      .navbar img{
        width: 30%;
      }
    }

  @media (max-width: 768px) {
    .main h2{
      font-size: 20px;
    }

    .main h1{
      font-size: 28px;
      padding: 15px;
      margin-top: 40px;
      font-weight: bold;
    }

    #arrow{
      width: 35px;
      height: 50px;
      right: 5px;
    }

    .main p{
      padding: 5px 25px;
    }

    .first{
      padding-left: 5px !important;
      padding-right: 5px !important;
    }

    .lists{
      margin: 40px 0px;
    }

    .images{
      width: 100%;
    }

    .catalog{
      padding-top: 0px !important;
      margin-top: 0px;
      margin-bottom: 0px !important;
    }

    .navbar img{
        width: 40%;
        margin-top: 40px;
      }

      .wrap{
        padding: 0px;
      }

      .text-responsive{
        padding-left: 0px;
        padding-right: 0px;
      }
  }


  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 489px) {
    .postcell img {
      width:70%; 
    }

    .navbar img{
        width: 50%;
        margin-top: 40px;
      }

      .lists{
        width: 100%;
      }

      .catalog{
        padding-inline-start: 0px !important;
      }

      .paragraphs{
        padding: 0px;
      }
  }

  @media (max-width: 400px) {
    .catalog{
      padding-left: 10px;
    }

    .main h1{
      font-size: 28px;
    }

    .main h2{
      font-size: 22px;
      padding: 10px;
    }

    #ol-p{
      padding: 10px !important;
    }

    .text-responsive p{
      font-size: 16px !important;
    }

  }

  @media (max-width: 320px) {
    .main h1{
      font-size: 30px;
    }



    .navbar-nav a{
      font-size: 18px;
    }
  }