* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,body {
  /* height: 100%; */
  color: #5a5a5a;    /* Dark gray */
  background-color: #FE540E;
  background-image:         linear-gradient(top, #F02813 0%, #FE540E 600px); /* W3C */
  background-image:    -moz-linear-gradient(top, #F02813 0%, #FE540E 600px);
  background-image: -webkit-linear-gradient(top, #F02813 0%, #FE540E 600px);
  /*background-image: linear-gradient(#F02813, #FE540E, #FE540E); */
  background-repeat:no-repeat;
  font-size: 15px;    /* base font size */
}

.topmargin {
  background-color: #EF2913;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 38px;
  padding: 12px;
  padding-right: 22px;
  z-index: 4;
}

ul {
  list-style-type: circle;
}

#nav {
   padding:0px;
   padding-bottom:0px;   /* Height of the footer */
   padding-top: 1px;
}

#body {
   padding:10px;
   padding-bottom:50px;   /* Height of the footer */
   padding-top: 0px;
}

#footer {
   padding:10px;
   padding-bottom:50px;   /* Height of the footer */
   padding-top: 0px;
}

.bottomMargin {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  padding: 12px;
  padding-left: 22px;
  z-index: 4;
}

#container {
   min-height:100%;
   position:relative;
}

break{
  flex-basis: 100%;
  width: 100px; 
  height: 0px; 
  overflow: hidden
}

.textButton01:link {
  color: rgb(255,255,255);
  text-decoration: none;
}

.textButton01:visited {
  color: rgb(255,255,255);
}
.textButton01:hover {
  color: rgb(10, 120, 255);
/*  text-decoration: underline;*/
}
.textButton01:active {
  color: rgb(255,255, 255);
}

a:link,
a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
a:hover {
  color: rgb(10, 120, 255);
/*  text-decoration: underline;*/
}

b {
  font-size: 1em;
  font-family: "Arial";
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  z-index: 3;  
}

b:link,
b:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
b:hover {
  color: rgb(10, 120, 255);
/*  text-decoration: underline;*/
}

.features-menu {
  z-index: 14;
  display: none;
  flex-direction: column;
  background: rgb(58, 61, 67, .875);
  font-size: .85em;
  color: aliceblue;
  padding-top: 10px;

  position: absolute;      /* Add these */
  top: 28px;
  left: -40px;
  width: 220px;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.5);
}

.features-menu li {
  list-style: none;
  color: aliceblue;
  border-bottom: .25px solid #b9b7b7;
  padding: 0 20px 10px 20px;
  margin: 6px;
}

.features-menu li:last-of-type {
  border-bottom: none;
}

.features-menu a:link { 
  color:aliceblue;
}

.dropdown {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  font-family: "Arial";
  color: rgb(255,255, 255);
  line-height: 1.2;
  text-align: left;
  list-style-type: none;
}

.dropdown > span {
  z-index: 2;
  position: relative;  /* This is important! */
  cursor: pointer;
}

.dropdown a:link { 
  color:rgb(255,255, 255);
}

.dropdown a:visited {
  color: rgb(255,255, 255);
  text-decoration: none;
}

.dropdown a:hover {
  color: rgb(255,255, 255);
}

.dropdown:hover .features-menu {    /* This used to be `.features-menu` */
  display: flex;
  color: rgb(255,255, 255);
}

.dropdown {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 1em;
  font-family: "Arial";
  color: rgb(255,255, 255);
  line-height: 1.2;
  text-align: left;
  list-style-type: none;
}

.dd2 > span {
  z-index: 2;
  position: relative;  /* This is important! */
  cursor: pointer;
}

.dd2 a:link { 
  color:aliceblue;
}

.dd2 a:visited {
  color: aliceblue;
  text-decoration: none;
}

.dd2 a:hover {
  color: rgb(255,255, 255);
}

.dd2:hover .features-menu {    /* This used to be `.features-menu` */
  display: flex;
  color: rgb(255,255, 255);
}

/* END button definitions */

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica", "Arial", sans-serif;
}

h1 {
  font-family: "Avenir";
  font-size: 4em;
  text-align: center;
  color: rgb(255, 255, 255);
}

h2 {
  font-size: 1.4em;
  text-align: center;
  color: rgb(255, 255, 255);
}

h3 {
  font-size: 1.2em;
  color: rgb(255, 255, 255);
  text-align: center;
}

.SomebodyLovesYouLogo {
  background-image: url("images/somebodyLovesYouLogo.svg");
  margin: auto;
  width: 1060px;
  height: 226px;
  padding-top: 1px;
  z-index: 3;
}

.currentGigsLogo {
  background-image: url("images/upcoming_events.svg");
  margin: auto;
  width: 961px;
  height: 52px;
  padding-top: 1px;
  z-index: 3;
}

.pastGigsLogo {
  background-image: url("images/past_events.svg");
  margin: auto;
  width: 961px;
  height: 42px;
  padding-top: 1px;
  z-index: 3;
}

.aboutUsLogo {
  background-image: url("images/about_us.svg");
  margin: auto;
  width: 961px;
  height: 40px;
  padding-top: 1px;
  z-index: 3;
}

.navContainer01 {
  margin: auto;
  display: flex;
  width: 910px;
  height: 36px;
/*  background-color: aquamarine;*/
  justify-content: space-between;
  padding-top: 8px;
}

.empContainer01 {
  margin: auto;
  display: flex;
  flex-direction: column ;
  width: 810px;
  text-align: left;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-color: rgb(225,225,225);
  z-index: 2;
}

.photoContainer01 {
  margin: auto;
  display: flex;
  width: 961px;
  justify-content: center;
  height: 560px;
}

.photoContainer02 {
  margin: auto;
  display: flex;
  width: 961px;
  justify-content: center;
  height: 200px;
}

.photoContainer_gig01 {
  margin: auto;
  display: flex;
  width: 961px;
  padding-right: 10px;
  justify-content: center;
  height: 560px;
}

.photoContainer61 {
  margin: auto;
  display: flex;
  width: 903px;
  justify-content: center;
  height: 510px;
}

.thinBar {
  background-color: rgb(255, 255, 255);
  margin: auto;
  display: flex;
  width: 961px;
  height: 1px;
  z-index: 5;
}

.thinBar02 {
  background-color: rgb(255, 255, 255);
  margin: auto;
  display: flex;
  width: 190px;
  height: 1px;
  z-index: 5;
}

.thinBar03 {
  background-color: rgb(255, 255, 255);
  margin: auto;
  display: flex;
  width: 100px;
  height: 1px;
  z-index: 5;
}

.yellowBar {
  background-color: rgb(255, 223, 10);
  position: absolute;
  left: 0px;
  top: 298px;
  width: 961px;
  height: 36px;
  z-index: 5;
}

.navbar {
  background-image: -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  top: 271px;
  width: 961px;
  height: 43px;
  z-index: 6;
}

.phone {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.spacerbar001 {
  background-color: #FE540E;
  position: absolute;
  left: 813.5px;
  top: 6px;
  width: 1px;
  height: 28px;
  z-index: 17;
}

.spacerbar002 {
  background-image: -moz-linear-gradient( 90deg, rgb(121, 121, 121) 0%, rgb(238,238,238) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(121, 121, 121) 0%, rgb(238,238,238) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(121, 121, 121) 0%, rgb(238,238,238) 100%);
  position: absolute;
  left: 408px;
  top: 279px;
  width: 1px;
  height: 28px;
  z-index: 12;
}

.spacerbar003 {
  background-image: -moz-linear-gradient( 90deg, rgb(121, 121, 121) 0%, rgb(238,238,238) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(121, 121, 121) 0%, rgb(238,238,238) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(121, 121, 121) 0%, rgb(238,238,238) 100%);
  position: absolute;
  left: 629px;
  top: 278px;
  width: 1px;
  height: 28px;
  z-index: 10;
}

.spacerbar004 {
  background-color: #FE540E;
  width: 1px;
  height: 15px;
  z-index: 3;
}

.spacerbar005 {
  background-color: #FE540E;
  width: 1px;
  height: 35px;
  z-index: 3;
}

.spacerbar006 {
  background-color: #FE540E;
  width: 1px;
  height: 80px;
  z-index: 3;
}

.spacerbar007 {
  background-color: #FE540E;
  width: 1px;
  height: 22px;
  z-index: 3;
}

.spacerbar008 {
  background-color: #FE540E;
  width: 1px;
  height: 5px;
  z-index: 3;
}

.CLIENT_LOGIN {
  font-size: 1em;
  font-family: "Shree Devanagari 714";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 842.328px;
  top: 12.2px;
  z-index: 16;
}

.SIGNAGE {
  font-size: 1em;
  font-family: "Arial";
/*  font-weight: bold;*/
  color: rgb(255,255, 255);
  line-height: 1.2;
  text-align: center;
/*
  position: absolute;
  left: 306px;
  top: 306px;
*/
  z-index: 3;
}

.SIGNAGE_H2 {
  font-size: 1.4em;
  font-family: "Arial";
  color: rgb(255,255, 255);
  line-height: 1.4;
  text-align: center;
  z-index: 3;
}

.employ {
  font-size: 1em;
  font-family: "Arial";
/*  font-weight: bold;*/
  color: rgb(128, 128, 128);
  line-height: 1.2;
  text-align: left;
  z-index: 3;
}

.employ2 {
  font-size: 1.5em;
  font-family: "Arial";
  font-weight: bold;
  color: rgb(128, 128, 128);
  line-height: 1.2;
  text-align: left;
  z-index: 3;
}

.COMINGSOON {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(128, 128, 128);
  line-height: 1.4;
  text-align: center;
/*
  position: absolute;
  left: 386px;
  top: 406px;
*/
  z-index: 3;
}

.CONTACT {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(128, 128, 128);
  line-height: 1.4;
  text-align: center;
/*
  position: absolute;
  left: 375px;
  top: 426px;
*/
  z-index: 3;
}

.HOME {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(7, 56, 116);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 290px;
  top: 284.1px;
  z-index: 13;
}

.ABOUT_US {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(7, 56, 116);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 468.182px;
  top: 284.1px;
  z-index: 11;
}

.PRODUCTS {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(7, 56, 116);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 677px;
  top: 284.1px;
  z-index: 9;
}

.EMPLOYMENT {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(7, 56, 116);
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 906px;
  top: 284.1px;
  z-index: 7;
}

.NAV_TEXT {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(255,255,255);
  line-height: 1.2;
  text-align: center;
  z-index: 7;
}

.DROPDOWN_TEXT {
  font-size: .85em;
  font-family: "Arial";
  color: rgb(198, 199, 201);
  line-height: 1.2;
  text-align: center;
  z-index: 7;
}

.FEAT_TEXT {
  font-size: 1em;
  font-family: "Arial";
  color: rgb(7, 56, 116);
  line-height: 1.2;
  text-align: right;
  padding-right: 10px;
  z-index: 7;
}

.copyright {
  font-size: .8em;
  font-family: "Arial";
  color: rgb(7, 56, 116);
  line-height: 1.2;
  text-align: center;
  z-index: 3;
}
