.navbar-custom{
  background-color: orange;
}

.navbar li a {
  color: white;
  font-size: 12pt;
  margin-left:5px;
  margin-right:5px;
}

.carousel-content {
  position: absolute;
  bottom:38%;
  left: 8%;
  color: orange;
  font-size: 60pt;
  text-shadow: 2px 2px white;
}

/*NAV HOVER EFFECT*/
.shift ul li a {
  position:relative;
  z-index: 1;
}
.shift ul li a:hover {
  color: orange;
}
.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: white;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.head{
  color: orange;
  padding: 30px;
  text-align: center;
}

.image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 300px;
  width: 300px;
}

.image1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  width: 100%;
}

.borderRight{
  border-right: 3px solid orange;
  padding: 5px;
}

#borderright{
  border-right: 1px solid orange;
  padding: 10px;
  height: 350px;
}

#pad{
  padding: 5px;
}

h3{
  color: orange;
}

.txtSize{
  font-size: 14pt;
}

#footer {
  padding: 15px;
  color: white;
  text-align: center;
   bottom:0;
   width:100%;
   height:50px;
   background: #343a40!important;
}