.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: 32%;
  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%;
}

#footer {
  padding: 15px;
  color: white;
  text-align: center;
   bottom:0;
   width:100%;
   height:50px;
   background: #343a40!important;
}


/** about section **/

.about {
     background: orange;
     margin-top: 60px;
     padding: 50px 0;
}

.about .titlepage {
     text-align: left;
     padding: 0;
}

.about .titlepage h1 {
     color: #fff;
     margin-bottom: 20px;
}

.about .titlepage p {
     color: #fff;
     font-size: 20px;
     line-height: 28px;
     font-weight: 400;
     padding-bottom: 30px;
     text-align: justify;
}

.about_text {
     max-width: 539px;
     width: 100%;
     float: right;
}

.about_img {
     max-width: 615px;
     width: 100%;
     float: left;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

.image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 90%;
}

.image1{
  display: block;
  margin-left: 10px;
  margin-right: auto;
  width: 90%;
  height: 90%;
}

.image2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 109.8%;
}

h2{
  color: orange;
}

.txtSize{
  font-size: 16pt;
}

.txtSize1{
  font-size: 14pt;
}

.wave{
  background-image: url(img/wave.png);
  width: 100%;
  height: 100%;
}