body {
   font-family: 'imprimerieregular';
   font-size:1em;
   background: url('../../images/radical-mission-background.jpg') repeat;
}
img {
    border:0px;
}
@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('lanenar-webfont.eot');
    src: url('lanenar-webfont.eot#iefix') format('embedded-opentype'),
         url('https://radicalmission.org/App_Themes/SharedTheme/lanenar-webfont.woff2') format('woff2'),
         url('https://radicalmission.org/App_Themes/SharedTheme/lanenar-webfont.woff') format('woff'),
         url('lanenar-webfont.ttf') format('truetype'),
         url('lanenar-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
    font-family: 'lane_-_narrowregular';
    font-size:24px;
    color:#ce5d44;
    padding-bottom:15px;
}
h2 {
    font-family: 'lane_-_narrowregular';
    font-size:18px;
    color:#ce5d44;
    padding-bottom:10px;
}

h3 {
    font-family: 'lane_-_narrowregular';
    font-size:17px;
    color:#ce5d44;
    padding-bottom:10px;
}
.divNavMobile {
    display:none;
}
.divNavTop {
    z-index:9999;
}
.divTopWrapper {
    background-color:#ffffff;
    width:100%;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    height:341px;
    z-index:9999;
}
.divLogoTop {
    width:1000px;
    height:288px;
    margin:0px auto;
}
.divNavigation {
    font-family: 'lane_-_narrowregular';
    font-size:26px;
    width:1000px;
    margin:0px auto 10px;
    text-align:center;
}
.divNavigation a {
    color:#ce5d44;
    text-decoration:none;
    margin-right:15px;
}
.divNavigation a:hover {
    color:#4d7578;
    text-decoration:none;
}
.divNavigation a:visited {
    color:#ce5d44;
    text-decoration:none;
}
.divNavigationBottom {
    font-family: 'lane_-_narrowregular';
    font-size:18px;
    width:1000px;
    margin:0px auto 10px;
    text-align:center;
}
.divNavigationBottom a {
    color:#ffffff;
    text-decoration:none;
    margin-right:15px;
}
.divNavigationBottom a:hover {
    color:#ce5d44;
    text-decoration:none;
}
.divNavigationBottom a:visited {
    color:#ffffff;
    text-decoration:none;
}
.cycle-slideshow {
    width:960px;
    margin:10px auto 20px;
}
.divMainContent {
    width:1000px;
    padding:15px;
    margin:0px auto 30px !important;
    background-color:#9bc5c9;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    z-index:1;
    display:block;
    /*float:left;*/
    overflow:hidden;
}
.divMainHalf {
    width:50%;
    padding:15px;
    float:left;
}
.divMainContent img {
    width:100%;
    padding:15px;
}
.divReturn {
    display:none;
}
.divDonate {
    width:147px;
    margin:10px auto;
}
.ulAbout {
    list-style-type: disc; 
   list-style-position: inside; 
   padding-bottom:15px;
}
hr {
    background-color:#ce5d44;
    height:10px;
    width:100%;
    border:0px;
}
@media screen and (max-width: 768px) {
  
   .divNavTop {
       display:none;
   }
   .divNavMobile {
       display:block;
       color:#022873;
       background-color:#ffffff; 
       -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.52);
    z-index:9999;
   }
   /*.divMobileLogo {
       width: 90%;
       margin:30px auto 0px;
   }*/
   .cycle-slideshow {
    width:90%;
    margin:10px auto 20px;
}
  .divMainContent {
      width:100%;
      z-index:1;
  }
  .divMainHalf {
    width:100%;
    padding:15px;
    float:left;
}
  .divReturn {
      display:block;
      width:100%;
      text-align:center;
      font-family: 'lane_-_narrowregular';
      font-size:18px;
      margin-bottom:30px;
  }
  .divReturn a {
    color:#ffffff;
    text-decoration:none;
    }
    .divReturn a:hover {
        color:#ffffff;
        text-decoration:none;
    }
    .divReturn a:visited {
        color:#ffffff;
        text-decoration:none;
    }
  .divNavigationBottom {
      display:none;
  }
  .divMobileLogo {
      background-color:#ffffff;
      width:100%;
  }
  divMobileLogo img {
      width:95%;
      margin: 0px auto 15px;
  }
}