.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(255, 255, 255, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #3ba5c3;
  transition: color .15s ease-in-out;
  text-decoration: none;
}
.site-header a:hover {
  color:black;
  text-decoration:none;
}

.site-header .sichansTechnology{
  color:darkred;
  text-decoration:none;
  font-weight: bold;
 }

 .site-header a .sichansTechnology {
  color:black;
  text-decoration: none;
  font-weight: bold;
 }


 .site-header .sichansTechnology a:hover {
  color:black;
  text-decoration: none;
  font-weight: bold;
 }

 .text-stroke {
  -webkit-text-stroke: 0.3px black;
 }



/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  /*background-color: #fff;*/
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  /*background-color: rgba(255, 255, 255, .1);*/
  border-radius: 5px;
}

.product-device-2 {
  top: 10%;
  right: auto;
  bottom: 0;
  left: 10%;
  transform: rotate(-5deg);
  /*background-color: #fff;*/
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}


.menu-box {
  cursor: pointer;
  color:black;  
  border: 1px solid;
  margin: 2px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  text-decoration: none;
}

.menu-box:hover {
  background-color: black;
  color:white;  
  text-decoration: none;
}

.menu-box:active {
  background-color: black;
  color:white;  
  text-decoration: none;
}

.text-brown {
  color:rgb(119, 60, 19);
  font-weight: bold;
}

.text-chocolate {
  color:chocolate;
  font-weight: bold;
}