@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,700;1,400&family=Ubuntu&display=swap');
    html{
  /*background-color:rgb(223,242,241) !important;*/
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}

span.brandspan{
  color: white !important;
}
#myNavbar{
  background: white;
}
#myNavbar ul li a:link{
  color: black;
  background: white;
  font-weight: bold;
}
#myNavbar ul li a:visited{
 color: black;
background: white;
font-weight: bold;
 
}
#myNavbar ul li a:hover{
  background-color: black;
  color: white;
  font-weight: bold;
}
#myNavbar ul li a:active{
  color: white;
  background: black;
  font-weight: bold;
}
#myNavbar ul li.active a{
   background-color:#333333;
  color: white;
  font-weight: bold;
}
.textshaddow1{
  text-shadow: 0px 0px 5px black;
}
.textshaddow2{
  text-shadow: 0px 0px 2px white;
}

#divborder{
  /*border-bottom: 1px thin gray !important;
  border-left: 1px thin gray !important;;
  border-right:  1px thin gray !important; 
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: 0px 5px 5px gray;*/
  font-size:150%;
  font-weight: 400;
  
}
.sticky{
   position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index:1;
}

div.item img{
  max-width: 250px !important;
  max-height: 250px !important;
}

/*
#services{
  background-image: url('images/bgservice2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.myjustify{
    text-align:justify;
}
