* {
  box-sizing: border-box;
}

.ptxt {
  margin-right: 1vw;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px;
  z-index: 1;
}

.vito {
  background-color: rgba(62, 69, 78, 0.5);
  color: white;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 16px;
  margin-bottom: 10px;
  background-color: #F02B11;
  color: #FFFFFF;
  cursor: pointer;
}

.menu li:hover {
  background-color: #D02B11;
}

.div2, .div3, .div4, .div5, .div6, .div7, .div8, .div9 {
  display: none;
}

.about {
  background-image: url("images/vies.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #E0E0E0;
  height: 500px;
  border: 1px dashed orange;
  overflow: scroll;
  font-size: 20px;
}

.largescreen {
  display: none;
}

.middlescreen {
  display: none;
}

.mobilescreen {
  display: none;
}

footer {
  background-color: #333333;
}

.txtfoot {
  margin: 10px;
  color: #BABABA;
}

.number {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 575.98px) {
  .ascpic {
    height: 50px;
    width: 150px
  }

  .carupic {
    height: 200px;
    width: 100%;
  }

  .vito {
    font-size: 14px;
  }

  .menu li {
    font-size: 12px;
    padding: 3px;
    text-align: center;
  }

  .h1txt {
    font-size: 20px;
  }

  .h2txt {
    font-size: 16px;
  }

  .txtimage {
    width: 100%;
  }

  .ptxt {
    font-size: 14px;
    margin-left: 1vw;
  }

  .txtfoot {
    font-size: 12px;
  }

  .mobilescreen {
    display: block;
  }

  .number {
    font-size: 10px;
  }

  .facebookIconClass {
    width: 3vw;
    cursor: pointer;
  }

  .instagramIconClass {
    width: 3vw;
    cursor: pointer;
    margin: 2vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .ascpic {
    height: 70px;
    width: 210px
  }

  .carupic {
    height: 300px;
    width: 100%;
  }

  .vito {
    font-size: 18px;
  }

  .menu li {
    font-size: 13px;
    padding: 5px;
  }

  .h1txt {
    font-size: 22px;
  }

  .h2txt {
    font-size: 17px;
  }

  .txtimage {
    width: 300px;
  }

  .ptxt {
    font-size: 15px;
  }

  .txtfoot {
    font-size: 13px;
  }

  .number {
    font-size: 11px;
  }

  .middlescreen {
    display: block;
  }

  .facebookIconClass {
    width: 3vw;
    cursor: pointer;
  }

  .instagramIconClass {
    width: 3vw;
    cursor: pointer;
    margin: 2vw;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .ascpic {
    height: 85px;
    width: 255px
  }

  .carupic {
    height: 400px;
    width: 100%;
  }

  .vito {
    font-size: 20px;
  }

  .menu li {
    font-size: 15px;
    padding: 5px;
  }

  .h1txt {
    font-size: 24px;
  }

  .h2txt {
    font-size: 18px;
  }

  .txtimage {
    width: 300px;
  }

  .largescreen {
    display: block;
  }

  .ptxt {
    font-size: 16px;
  }

  .number {
    font-size: 12px;
  }

  .facebookIconClass {
    width: 3vw;
    cursor: pointer;
  }

  .instagramIconClass {
    width: 3vw;
    cursor: pointer;
    margin: 1vw;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .largescreen {
    display: block;
  }

  .ascpic {
    height: 100px;
    width: 300px
  }

  .carupic {
    height: 450px;
    width: 100%;
  }

  .vito {
    font-size: 22px;
  }

  .menu li {
    font-size: 18px;
    padding: 5px;
  }

  .h1txt {
    font-size: 26px;
  }

  .h2txt {
    font-size: 19px;
  }

  .txtimage {
    width: 300px;
  }

  .ptxt {
    font-size: 17px;
  }

  .txtfoot {
    font-size: 15px;
  }

  .number {
    font-size: 13px;
  }

  .facebookIconClass {
    width: 3vw;
    cursor: pointer;
  }

  .instagramIconClass {
    width: 3vw;
    cursor: pointer;
    margin: 1vw;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  .largescreen {
    display: block;
  }

  .ascpic {
    height: 100px;
    width: 300px
  }

  .carupic {
    height: 500px;
    width: 100%;
  }

  .vito {
    font-size: 25px;
  }

  .menu li {
    font-size: 20px;
    padding: 5px;
  }

  .h1txt {
    font-size: 28px;
  }

  .h2txt {
    font-size: 20px;
  }

  .txtimage {
    width: 300px;
  }

  .ptxt {
    font-size: 18px;
  }

  .number {
    font-size: 15px;
  }

  .facebookIconClass {
    width: 3vw;
    cursor: pointer;
    margin: 2vw;
  }

  .instagramIconClass {
    width: 3vw;
    cursor: pointer;
    margin: 2vw;
  }
}
