
/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #555555;
}
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #999;
}

h2
{

    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    color: white;
}
p
{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    color: white;
    font-size: 15pt;

}
.SectionHLight
{
    width: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.12368697478991597) 30%, rgba(255,255,255,0) 100%);
}

.SitetitleText 
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    color: white;
    text-align: center;
    align-self: center;
    display: inline;
    font-size: 35pt;
    margin: 15px;
}
.logo
{
    background-image: url("images/LogoReg.png");
    transition-duration: 0.5s;
    background-size: 150px 100px;
    width: 150px;
    height: 100px;

}
li
{

    font-family: Roboto;
    font-style: normal;
    color: white;
    text-align: center;
    font-size: 12pt;

}
.logo:hover
{
    background-image: url("images/LogoHover.png");
    transition-duration: 0.5s;
}
body
{
    background-image:url("images/BG-Tile.png");
    background-repeat: repeat;
    background-size: 128px;
    margin: 0;
}
.navbar { 

	display: flex;
	
    justify-content: center;
	background: rgb(64,64,64);
    background: linear-gradient(0deg, rgba(64,64,64,1) 0%, rgba(69,69,69,1) 75%, rgba(80,80,80,1) 100%);
	padding: 0px 10px;
	border-bottom: 5px solid #FF8100;
    overflow: hidden;
    box-shadow: 0px 0px 8px #0004;

}

/*.navbar::before {
	content: "";
    background-image: url("images/walkin.png");
	background-size: 200px 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.05;
} */
.Wrapper
{
    margin: 15% 0;
    display: block;
    text-align: center; 
    align-self: center;
    padding: 25px;
    overflow: hidden;
    background-color: #fff2;
}
.Content
{

    display: gird;


}