* {
    box-sizing: border-box;
    font-family: 'Roboto', cursive;
    
}

#navbar {
  background-color: rgb(161, 159, 159);
  
}

@media (max-width:392px) {
    .newnavbar {
        font-size: 9px;
    }
}

@media (width:320px) {
  .newnavbar {
      font-size: 13px;
  }
}


.img-thumbnail {
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}


.w01 {
 border: 2px solid black;
}

.img-1 {
  border: 2px solid black;
}

.logo {
  position: absolute;
  width: 190px;
  right: 50px;
  top: -80px;
  z-index: +1;
}

.btn01 {
  font-size: 20px;
}

.bg01 {
  background-color: rgb(215, 25, 33);
}

.bg02 {
  color: rgb(215, 25, 33)
}

.bg03 {
  color: rgb(215, 25, 33)
}

.bg03:hover {
  color: rgb(215, 25, 33)
}


hr.newline {
  border-bottom: 1px solid black;
  width: 70%;
  margin: 10px auto;
}  

#welcome, #showcase, #section01, #section02, #section03, #section04, #section05, #section06, #section07, #section08, #section09, #section10, #section11, #section12, #section13, #section14, #section15, #info, #footer, #contact {
  background-color: rgb(161, 159, 159);
}

.con {
    font-size: large;
    font-weight: 800;
}

.hrline {

    width:70%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-color: rgb(27, 24, 24);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    transform: skewX(-30deg) skewY(0deg);
    background-color: rgb(185, 171, 140);
}
      
.infopic{
    background-image: linear-gradient(
    to top,
    rgba(249, 249, 250, 0.8),
    rgb(247, 244, 244)),
  url('images/info.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#commercial {
  background-color: black;
}



@media only screen and (max-width: 600px) {
  .logo {
    position: absolute;
    width: 75px;
    right: 15px;
    top: -55px;
    z-index: +1;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .logo {
    position: absolute;
    width: 95px;
    right: 15px;
    top: -55px;
    z-index: +1;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .logo {
    position: absolute;
    width: 190px;
    right: 50px;
    top: -80px;
    z-index: +1;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .logo { position: absolute;
    width: 190px;
    right: 50px;
    top: -80px;
    z-index: +1;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .logo {
    position: absolute;
    width: 190px;
    right: 50px;
    top: -80px;
    z-index: +1;
  }
}

.boxshadow {
  box-shadow:  rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
 
/* Contact-form */
.contact-form {
  margin: 35px auto 0px auto;
  width: 80%;
}

.contact-form label {
  font-size: 20px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}

.contact-form input {
  padding: 12px 20px;
  outline: none;
  border: none;
  border-bottom: 2px solid black;
  background: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}

.contact-form input:focus {
  border-bottom: 2px solid #1a883f;
}

.contact-form textarea {
  padding: 12px 20px;
  outline: none;
  border: none;
  border-bottom: 2px solid black;
  background: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 3px;
  width: 100%;
  font-family: inter;
  font-weight: normal;
}

.contact-form textarea:focus {
  border-bottom: 2px solid #1a883f;
}

.contact-form button {
  font-size: 19px;
  width: 100%;
  margin-top: 25px;
  border: none;
  padding: 12px 20px;
  background-color: #22b352;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border-bottom: 3px solid #1a883f;
}

.contact-form button:hover {
  background-color: #1a883f;
  border-bottom: 3px solid #22b352;
}

.infosResults div p {
  width: 80%;
  margin: 30px auto;
  background: rgb(224, 224, 224);
  padding: 20px;
  border-bottom: 3px solid lightgray;
}


@media all and (min-width: 1000px) {
  .contact-form {
    width: 40%;
  }
}

@media all and (min-width: 1080px) {
  .contact-form {
    width: 30%;
  }
}