body{background: #f1f5f9;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.inline{display:inline;}
.navBarMarginLeft{margin-left:20px;}
.marine{color:#292b2c;}
img {
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.logo{
    width:150px;
}

.navBarIMG{
    width:30px;
}

.bg-white2{
    background: #fff;
}

hr{
    border-top: 0.5px solid #E0E0E0;
    width:90%;
    margin-left: 5%;
}

.welcomeName{

    right: 15px;
    top:5px;
    width:250px;

}


@media only screen and (max-width: 600px) {
  .logo {
    width:110px;
    position:fixed;
    left:5px;
    top:15px;
  }
  #navbar{
      height:70px;
  }
  .navBarIMG{
    width:25px;
  }
}

#navbar {
    z-index:999999999;
    position: fixed;
    top: 0px;
    width: 100%;
}
.margin_top{
    margin-top:75px;
}

body {
  font-family: "Lato", sans-serif;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
body{background: #f1f5f9;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.inline{display:inline;}
.navBarMarginLeft{margin-left:20px;}
.marine{color:#292b2c;}
img {
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}
.logo{
    width:150px;
}

.navBarIMG{
    width:30px;
}

.bg-white2{
    background: #fff;
}

hr{
    border-top: 0.5px solid #E0E0E0;
    width:90%;
    margin-left: 5%;
}

.welcomeName{

    right: 10px;
    top:5px;
    width:250px;

}


@media only screen and (max-width: 600px) {
  .logo {
    width:110px;
    position:fixed;
    left:5px;
    top:15px;
  }
  #navbar{
      height:70px;
  }
  .navBarIMG{
    width:25px;
  }
}

#navbar {
    z-index:999999999;
    position: fixed;
    top: 0px;
    width: 100%;
}
.margin_top{
    margin-top:75px;
}

body {
  font-family: "Lato", sans-serif;
}

/************ Sidebar ************/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #1aa6fd;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #1aa6fd;
  display: block;
  transition: 0.3s;
}

.sidenav .item:hover {
  color: #3a8ff9;
  border: 1px solid #3a8ff9;
  border-radius: 5px;
  margin-left:10px;
  margin-right:10px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
