 *
{
  margin: 0;
  padding: 0;
}

html, body
{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  scrollbar-color: rgba(255, 203, 81, 0.3) rgba(255, 203, 81, 0.3);
  scrollbar-width: 10px;

}

::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 8px;
  border-style:solid;
  border-color: #000000;
  border-width: thin;
  cursor: pointer;
  outline: 2px solid rgba(255, 203, 81, 0.3);
  background: linear-gradient(top,  grey,  #000000);
  background: -ms-linear-gradient(top,  grey,  #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(grey), to(#000000));
  background: -moz-linear-gradient(top,  grey,  #000000);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border-style:solid;
  border-color: #000000;
  border-width: thin;
  cursor: pointer;
  outline: 1px solid black;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9);

  background: grey;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFCB51;
  width: 20px;
}

img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;

}


h1 {
  display: block;
  color: #cda75d;
  font-family:Times;
  font-variant: small-caps;
  font-size: 1.3em;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
}
h2 {
    display: block;
    color: #FFCB51;
    font-family:Times New Roman;
    font-variant: small-caps;
    font-size: 2.0em;
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;


}

h3 {
    display: block;
    text-align: left;
    color: #FFCB51;
    font-family:Times New Roman;
    font-size: 1.60em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;
}

h4 {
    display: block;
    text-align: left;
    color: #cda75d;
    font-size: 1.0em;
    font-family:Times New Roman;
    font-variant:small-caps;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;
}

h5 {
    display: block;
    text-align: center;
    color: #FFCB51;
    font-family:Arial;
    font-size: 1.0em;
    margin-top: 0.2em;
    margin-bottom: 0.6em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;
}
h6 {
    display: block;
    color: #cda75d;
    font-family:Times;
    font-variant: small-caps;
    font-size: 2.0em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 100;
}

p {
  font-family:Times New Roman;
}


hr {
    display: block;
    margin-top: 0.0em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #FFCB51;
    opacity: 0.5;
}

a:link {
    color: #FFCB51;
}
a:visited {
    color: #FFCB51;
}
a:hover {
    color: #FFF5C3;
}

#overlay-heading1 {
  position:absolute;
  justify-content: center;
  align-items: center;
}
#overlay-heading2 {
  position:absolute;
  justify-content: center;
  align-items: center;
}
#overlay-heading3 {
  position:absolute;
  justify-content: center;
  align-items: center;
}
#overlay-heading4 {
  position:absolute;
  justify-content: center;
  align-items: center;
}


#buttonNav {
  border-radius: 8px;
  border-style:solid;
  border-color: #cda75d;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  background: rgb(0, 0, 0, 1);
}

#buttonNav:hover {
  background-color: rgb(255, 203, 81, 0.3);
  opacity: 0.7;

}


#buttonNav a {
  font-family: arial !important;
  font-size: 1.30em !important;
  font-style: normal;
  color: #cda75d;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-shadow: 2px 2px 3px #000000;
}

.buttonNavBanner {
  border-radius: 8px;
  border-style:solid;
  border-color: #cda75d;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  background: rgb(0, 0, 0, 1);
}


.buttonNavBanner a {
  font-family: arial !important;
  font-size: 1.00em !important;
  font-style: normal;
  color: #cda75d;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 10px 5px 10px;
  margin: 0;
  text-shadow: 2px 2px 3px #000000;
}

#menu-bar {
  background: rgb(0, 0, 0, 1);
  margin: 0px 0px 0px 23px;
  padding: 3px 7px 0px 7px;
  line-height: 100%;
/*  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  box-shadow: 0px 0px 8px #FFCB51;
  -webkit-box-shadow: 0px 0px 8px #FFCB51;
  -moz-box-shadow: 0px 0px 8px #FFCB51;
  border: solid 1px #FFCB51; */
  position:absolute;
  z-index:999;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  background: rgb(0, 0, 0, 0);
  font-weight: bold;
  font-family: Arial;
  font-style: normal;
  color: #cda75d;
  text-decoration: none;
  display: block;
  padding: 7px 20px 7px 20px;
  margin: 0;
  margin-bottom: 10px;
/*  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; */
  text-shadow: 2px 2px 3px #000000;
  border-left: 1px solid #cda75d;
  border-right: 1px solid #cda75d;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
/*  background: rgba(205, 168, 93, 0.6);
  background: linear-gradient(top,  #eae0c8,  #000000);
  background: -ms-linear-gradient(top,  #eae0c8,  #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#eae0c8), to(#000000));
  background: -moz-linear-gradient(top, #eae0c8,  #000000); */
  color:  #eae0c8;
/*  -webkit-box-shadow: 1px 1px 2px #cda75d;
  -moz-box-shadow: 1px 1px 2px #cda75d;
  box-shadow: 1px 1px 2px #cda75d; */
/*  text-shadow: 2px 2px 3px #000000; */
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #7b6425 !important;
/*  background: linear-gradient(top,  #d0a83f,  #7b6425) !important;
  background: -ms-linear-gradient(top,  #d0a83f,  #7b6425) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0a83f), to(#7b6425)) !important;
  background: -moz-linear-gradient(top,  #d0a83f,  #7b6425) !important; */
  color: white !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
/* text-shadow: 2px 2px 3px #FFCB51; */
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  opacity: 1;
  background: rgb(0, 0, 0, 0.7);
/*  background: linear-gradient(top,  #7b6425,  #cda75d);
  background: -ms-linear-gradient(top,  #7b6425,  #cda75d);
  background: -webkit-gradient(linear, left top, left bottom, from(#7b6425), to(#cda75d));
  background: -moz-linear-gradient(top,  #7b6425,  #cda75d); */
  display: none;
  margin: 0;
  padding: 5px;
  width: 160px;
  position: absolute;
  top: 30px;
  left: 0px;
  border: solid 2px rgba(205, 168, 93, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
/*  -webkit-box-shadow: 2px 2px 3px #7b6425;
  -moz-box-shadow: 2px 2px 3px #7b6425;
  box-shadow: 2px 2px 3px #7b6425; */
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:white !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}

.ul{
	position: fixed;
	width: 100%;
	top: 0px;
	text-align: left;
	position: fixed;
	z-index: 11;
  grid-column: 3/7;
  grid-row: 2/3;
}

#profile-nav a
{
  text-align: center;
  text-decoration:none;
  color: #FFCB51;
}

#profile-nav a:hover
{
  background-color: #777;
}

#navInfo {
/*  border-radius: 8px;
  border-style:solid;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer; */
  transition: 0.3s;
}

#main-display-img{
}

#main-display-img-small{
  border-radius: 8px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;

/*  -webkit-box-shadow: 2px 2px 2px #cda75d;
  -moz-box-shadow: 2px 2px 2px #cda75d;
  box-shadow: 2px 2px 2px #cda75d; */
}

#main-display-img-small:hover{
  user-select: none;
  opacity: 0.5;
}


#navImg {
  border-radius: 8px;
  border-style:solid;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
}

#OverlayMainImg {
  opacity: 1;
  border-radius: 8px;
  border-style: thin;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
}

#navBannerImg {
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
}


#infoImg {
  border-radius: 8px;
  border-style:solid;
  border-color: #FFCB51;
  border-width: thin;
  transition: 0.3s;
  margin-bottom: 0.7em;
}

#logoImg {
  border-radius: 8px;
  border-style:solid;
  border-color: #6a5b3c;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
}

#lerouxImg {
  border-radius: 8px;
  border-style:solid;
  border-color: #6a5b3c;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
}

#navBannerImg-info{
  border-radius: 8px;
  position: relative;
/*  -webkit-box-shadow: 1px 1px 1px #FFCB51;
  -moz-box-shadow: 1px 1px 1px #FFCB51;
  box-shadow: 1px 1px 1px #FFCB51; */
}

#logo-img {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
/*  cursor: pointer;
  transition: 0.3s; */
  position: absolute;
}

#leroux-img {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
/*  cursor: pointer;
  transition: 0.3s; */
  position: absolute;
}

#linkImg {
  border-radius: 8px;
  border-style:solid;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 0.7em;
}

#navBannerImg:hover {
  opacity: 0.9;
  border-radius: 10%;
  background-color: rgb(255, 203, 81, 0.6);
}

#navImg:hover {opacity: 0.7;}

#logoImg:hover {opacity: 0.7;}

#infoImg:hover {opacity: 2;}

#linkImg:hover {opacity: 0.7;}

#lerouxImg:hover {opacity: 0.7;}

#main-image {
  /*image size: 1379x1300 */
/*  background: url('./Images/background.jpg') no-repeat center center / cover; */
  position: relative;
  height: 100vh;
  width: 100%;
  background-size:contain;
  background-color: rgb(21, 21, 21);
  position: relative;
}

#main-execimg {
  border-radius: 8px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  -webkit-box-shadow: 2px 2px 4px #cda75d;
  -moz-box-shadow: 2px 2px 4px #cda75d;
  box-shadow: 2px 2px 4px #cda75d;

}

#overlay-display {
  position: absolute;
}
#overlay-display1 {
  position: absolute;
}
#navOlay {
/*  background: url('./Images/PG_Group.jpg') no-repeat center center / cover; */
  position: absolute;
}

.overlaysetup {
  border-radius: 8px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
}

.overlaysetup:hover {
  opacity: 0.7;
}
#overlay-1 {
/*  background: url('./Images/PG_Group.jpg') no-repeat center center / cover; */
  position: absolute;
}
#overlay-2 {
/*  background: url('./Images/Capital.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-3 {
/*  background: url('./Images/Financial_Services.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-4 {
/*  background: url('./Images/Fleetnet.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-5 {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-6 {
/*  background: url('./Images/Properties.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-7 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-8 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-9 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-10 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-11 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-12 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-13 {
/*  background: url('./Images/Energy.jpg') no-repeat center center / cover; */
  position: absolute;
}

#overlay-14 {
/*  background: url('./Images/Financial news.jpg') no-repeat center center / cover;*/
  position: absolute;
}

#overlay-15 {
/*  background: url('./Images/Global_news.jpg') no-repeat center center / cover;*/
  position: absolute;
}
#overlay-16 {
/*  background: url('./Images/Global_news.jpg') no-repeat center center / cover;*/
  position: absolute;
}
#overlay-17 {
/*  background: url('./Images/Global_news.jpg') no-repeat center center / cover;*/
  position: absolute;
}
#overlay-18 {
/*  background: url('./Images/Global_news.jpg') no-repeat center center / cover;*/
  position: absolute;
}
#Executive-Olay1 {
  position: relative;
}

#Executive-Olay2 {
  position: relative;
}

#Executive-Olay3 {
  position: relative;
}


#overlay-right {
  border-left: 1px solid rgba(205, 168, 93, 0.2);
  position: absolute;
}
#overlay-info-right:hover {
  overflow: auto;
}



#overlay-banner-img1 {
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
#overlay-banner-img2 {
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
#overlay-banner-img3 {
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
#overlay-banner-img4 {
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
#overlay-banner-img5 {
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
#overlay-banner-img6 {
  position: relative;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

#overlay-left {
  position: absolute;
}

#overlay-window-right {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#overlay-info-right {
  overflow: hidden;
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#overlay-text-right {
  position: absolute;

}

#overlay-img-right {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  transition: 0.3s;
  position: absolute;
}

#overlay-block1 {
  position: relative;
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255, 203, 81, 0.5);
}
#overlay-block2 {
  position: relative;
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255, 203, 81, 0.5);
}
#overlay-block3 {
  position: relative;
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255, 203, 81, 0.5);
}
#overlay-block4 {
  position: relative;
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255, 203, 81, 0.5);
}
#overlay-block5 {
  position: relative;
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255, 203, 81, 0.5);
}
#overlay-block6 {
  position: relative;
  border-radius: 0px;
  border-style:hidden;
  border-color: #FFCB51;
  border-width: thin;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid rgb(255, 203, 81, 0.5);
}


#overlay-block:hover {
  border-radius: 8px;
  opacity: 0.7;
}
#overlay-block1:hover {
  border-radius: 8px;
  opacity: 0.7;
}
#overlay-block2:hover {
  border-radius: 8px;
  opacity: 0.7;
}
#overlay-block3:hover {
  border-radius: 8px;
  opacity: 0.7;
}
#overlay-block4:hover {
  border-radius: 8px;
  opacity: 0.7;
}
#overlay-block5:hover {
  border-radius: 8px;
  opacity: 0.7;
}
#overlay-block6:hover {
  border-radius: 8px;
  opacity: 0.7;
}

#overlay-banner-text {
  position: relative;
}

#overlay-window-left {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#overlay-info-left {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#overlay-text-left {
  position: absolute;
}

#overlay-img-left {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  transition: 0.3s;
  position: absolute;
}

#overlay-heading-right {
  position: relative;
}

#navOlay-info {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#navOlay-text {
  position: absolute;

}

#navOlay-img {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  transition: 0.3s;
  position: absolute;
}



#overlay-window {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}
#overlay-window1 {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#overlay-info {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  overflow: hidden;
  position: absolute;
}
#overlay-info:hover {
  overflow: auto;
}
#overlay-info1 {
  background: url('./Images/black.jpg') no-repeat center center / cover;
  position: absolute;
}

#overlay-text {
  position: absolute;

}
#overlay-text1 {
  position: absolute;

}

#overlay-img {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  transition: 0.3s;
  position: absolute;
}
#overlay-img1 {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  transition: 0.3s;
  position: absolute;
}

#homePage {
/*  background: url('./Images/Projects.jpg') no-repeat center center / cover; */
  cursor: pointer;
  position: absolute;
}

#leftFooter {
  position: absolute;
}

#rightFooter {
  position: absolute;
}


#execImg1 {
  position: absolute;
  transition: 0.3s;
}
#execImg1:hover {
  opacity:0.7;
}

#execImg2 {
  position: absolute;
  transition: 0.3s;
}
#execImg2:hover {
  opacity:0.7;
}
#execImg3 {
  position: absolute;
  transition: 0.3s;
}
#execImg3:hover {
  opacity:0.7;
}
#execImg4 {
  position: absolute;
  transition: 0.3s;
}
#execImg4:hover {
  opacity:0.7;
}
#execImg5 {
  position: absolute;
  transition: 0.3s;
}
#execImg5:hover {
  opacity:0.7;
}
#execImg6 {
  position: absolute;
  transition: 0.3s;
}
#execImg6:hover {
  opacity:0.7;
}
#execImg7 {
  position: absolute;
  transition: 0.3s;
}
#execImg7:hover {
  opacity:0.7;
}
