body{
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*style of menu use code from here https://www.w3schools.com/howto/howto_css_fixed_sidebar.asp*/
.pic img{
  height: 75px;
    margin-left: 10%;
    margin-top: 1%;
}

.pic1 img{
  height: 213px;
    margin-left: 10.2%;
    margin-top: 10%;
}
.pic2 img{
  height: 213px;
    margin-left: 86.4%;
    margin-top: -0.2%;
}
.marketing img{
  height:350px;
  margin-left:88%;
  margin-top: 5%;
}
.pageone p{
  padding-left: 13%;
  font-size:25px;
  padding-right: 14%;

}
body{
background-color: #eeeeee;
margin: 0;
padding: 0;
}
.imghover {
  padding-left: 20%;
        width: 130px;
        height: 195px;
        background: url("logo.png") no-repeat;
        display: inline-block;
        float:left;
    }
    .imghover:hover {
        background: url("logohover.png") no-repeat;
    }