/* 
    Document   : Oscar
    Created on : Apr 2, 2014, 10:32:39 AM
    Author     : Lee Averbbeck
    Description:
        Purpose of the stylesheet follows.
*/

#Nav a#ProgramsLink {
  background: #000000;
  }

a.SideLink {
  position: relative;
  display: block;
  }
a.SideLink img {
  width: 100%;
  border: 0;
  }
a.SideLink:hover img {
  opacity: .9;
  }
a.SideLink span {
  position: absolute;
  bottom: 5%;
  width: 100%;
  display: block;
  background: #dd291e;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  }
a.SideLink:hover span {
  background: #722a82;
  bottom: 50%;
  }

#SideBar p.CallOut {
  background: #722a82;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #fff;
  margin: 20px 0;
  padding: 20px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  border-radius: 10px;
  }
#SideBar p.CallOut a {
  color: #ecdcb6;
  text-decoration: none;
  }
#SideBar p.CallOut a:hover {
  text-decoration: underline;
  }

#MiddleCol a.CallOut {
  display: inline-block;
  background: #722a82;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #fff;
  margin: 20px 0;
  padding: 10px 20px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  }
#MiddleCol a.CallOut:hover {
  background: #dd291e;
  }

.BottomText {
  margin: 30px 0;
  }

.OscarCol {
  float: left;
  width: 32.33333333333333%;
  margin: 0 1% 0 0;
  }
.OscarCol h3 {
  margin: 20px 0 0 0;
  }
.OscarCol p {
   margin: 0;
  }

/* ********************************************* */
/* Parallex Styles                               */
/* ********************************************* */

#ParaSlide1 {
  margin: 30px 0;
  clear: both;
  }
#ParaSlide1 h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  color: #ffffff;
  margin: 0 0 15px 0 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }
#ParaSlide1 p {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  }

.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;  
}

#titleOP {
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(../images/Para-o1.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 150px 0;
  }

@media screen and (max-width: 1120px) {
.BottomText {
  margin: 30px 2%;
  }
}
@media screen and (max-width: 850px) {
#ParaSlide1 h1 {
  font-size: 32px !important;
  }
#ParaSlide1 p {
  font-size: 20px;
  line-height: 20px;
  }
.OscarCol {
  float: none;
  width: 100%;
  margin: 0;
  }
}
