/* 
    Document   : Ricky
    Created on : May 14, 2020, 8:14:32 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


.BottomText {
  margin: 30px 0;
  }

/* ********************************************* */
/* Parallex Styles                               */
/* ********************************************* */

#ParaSlide1 {
  margin: 30px 0;
  clear: both;
  }
#ParaSlide1 h1 {
  font-size: 60px !important;
  line-height: 1em !important;
  color: #ffffff;
  margin: 0 5% 15px 5% !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }
#ParaSlide1 p {
  position: relative;
  z-index: 10;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin: 0 5%;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }
#ParaSlide1 p.Verboise {
  margin: 0 25%;
  }
#ParaSlide1 p a {
  color: #ffffff;
  }

.Pslide {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  transform-style: inherit;
  overflow: hidden;
}

.Pslide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.Pslide, .Pslide:before {
  background: 50% 50% / cover;  
}

#titleCS {
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../images/Para-rd1.jpg);
  background-attachment: fixed;
  background-position: top center;
  padding: 150px 0;
  }

#titleCS2 {
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../images/Para-rd2.jpg);
  background-attachment: fixed;
  background-position: top center;
  padding: 150px 0;
  }

/* ********************************************* */
/* Blue Background Text area                     */
/* ********************************************* */

.DuoPhotoarea {
  margin: 0 0 -20px 0;
  padding: 75px 0 100px 0;
  background: #00243b url(../images/DP-Back.jpg) no-repeat center top;
  }
.DuoPhotoarea h1 {
  font-size: 24px !important;
  line-height: 28px !important;
  color: #fff;
  text-align: center;
  margin: .4166666666666667em 0; /* 15px / 36px */
  }
.AddMargin {
  margin: 0 0 20px 0;
  }

.DPMain {
  width: 60%;
  padding: 1px 0;
  background: rgba(255,255,255,.7);
  min-height: 200px;
  margin: 0 auto;
  border-radius: 20px;
  }
.DPMain p {
  margin: 20px;
  }
.DPMain ul {
  margin: 20px 30px;
  }

/* ********************************************* */
/* Yellow Background Text area                   */
/* ********************************************* */

.TitleSide {
  float: right;
  width: 50%;
  margin: 0;
  padding: 1px 0;
  }
.TitleSide h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  color: #ffffff;
  margin: 100px 0 15px 0 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }
.TitleSide h4 {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  margin: 80px 0 15px 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }

#AreaMiddle {
  margin: 30px 0 0 0;
  padding: 0;
  background: #cecb63;
  }

.TitlePhoto {
  float: left;
  width: 40%;
  }
.TitlePhoto img {
  display: block;
  margin: 0 auto;
  border: 0;
  }

@media screen and (max-width: 1120px) {
.BottomText {
  margin: 30px 2%;
  }
}
@media screen and (max-width: 900px) {
.TitleSide h1 {
  margin: 30px 0 15px 0 !important;
  }
.TitleSide h4 {
  margin: 10px 0;
  }
}
@media screen and (max-width: 850px) {
#ParaSlide1 h1 {
  font-size: 32px !important;
  }
#ParaSlide1 p {
  font-size: 20px;
  line-height: 20px;
  }
}
@media screen and (max-width: 700px) {
.TitleSide h1 {
  font-size: 30px !important;
  line-height: 30px !important;
  margin: 20px 0 10px 0 !important;
  }
.TitleSide h4 {
  font-size: 20px;
  line-height: 24px;
  }
}
@media screen and (max-width: 675px) {
.TitlePhoto {
  float: none;
  width: 100%;
  margin: 10px 0 0 0;
  }
.TitleSide {
  float: none;
  width: 100%;
  padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
#SideBar {
  margin: 20px 2%;
  }
}
@media screen and (max-width: 500px) {
.DPMain {
  width: 90%;
  padding: 1px 0;
  }
}
