/***********************
    GENERAL
************************/
html {
  background: url("../img/cover.jpg") no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


body {
  font-family: 'Myriad Pro', sans-serif;
  background: none;
}

.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page p, .ccm-page ul, .ccm-page li { font-family: 'Myriad Pro', sans-serif;}

.ccm-page a {
  text-decoration: none;
  color: rgb(51,196,234);
}

.ccm-page .mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
}
.mobile div {
  display: none;
}
.mobile button {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 0;
  text-indent: 200%;
  overflow: hidden;
  background: rgba(255,255,255,0.8) url("http://i.imgur.com/vKRaKDX.png") center no-repeat;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-size: 80%;
  width: 30px;
  height: 30px;
  outline: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.mobile button.expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  border: 0;
}
.mobile a {
  display: block;
  background: #eee;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

.mobile a:hover,
.mobile a:active,
.mobile a:focus {
  background: #e7e7e7;
}

.desktop {
  display: block;
  overflow: hidden;
}

.desktop a:last-child {
  border-right: none;
}

.ccm-page #container {
  width: 75%;
  display: block;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
}

.ccm-page h1 {
  font-size: 2em;
  line-height:.8;
  color: rgb(51,196,234);
}

.ccm-page h2 {
  font-size: 1.3em;
  line-height:1;
  color: rgb(51,196,234);
  font-weight: bold;
}

.ccm-page h3 {
  font-size: 1.3em;
  line-height:1;
  color: rgb(136, 194, 64);
  font-weight: bold;
}

.ccm-page h4 {
  font-size: 1.2em;
  line-height:1;
  color: rgb(111, 111, 114);
}

.ccm-page h5 {
  font-size: 1.em;
  color: rgb(111, 111, 114);
}

.ccm-page p {
  color: rgb(111, 111, 114);
}

.ccm-page li {

  color: rgb(111, 111, 114);
}

.enlarge {
  font-size: 0.8em;
}

/*.small-3 {
  width: 25%;
  margin-bottom: 15px;
  display: inline-block;
}

.small-6 {
  width: 40%;
  margin: 2% 4.5% 0% 4.5%;
  display: inline-block;
  vertical-align: text-top;
}

.small-6 img{
  width: 100%;
}

.small-6 iframe {
  width: 100%;
}

.small-6 .fa {
    margin-right: 10px;
}

.small-9 {
  width: 74%;
  margin-bottom: 15px;
  text-align: right;
  display: inline-block;
  text-decoration: none;
  position: relative;
  float: right;
}

.full {
  width: 95%;
  display: block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
}

.full a {
  color: rgb(51,196,234);
}
*/
/*HEADER*/

.ccm-page #header {
  width: 100%;
  height: auto;
  padding-top: 15px;
}

.komlogo img {
  width: 30%;
  display: inline-block;
}

.ccm-page .text {
  display: inline-block;
  text-align: right;
  padding-right: 30px;
  padding-top: 15px;
  vertical-align: middle;
}

.ccm-page .text h4 {
  color: black;
  margin-bottom: 0px;
}

.ccm-page p.address {
  font-size: 12px;
  text-align:right;
  margin-right: 10px;
}

.omahalogo {
  width: 40%;
  display: inline-block;

}

.omahalogo img {
  width: 80%;
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}



/*BODY*/
.welcomebody {
  width: 100%;
  padding-bottom: 20px;

}

.welcomebody h1{
  color: rgb(51,196,234);
}

#welcome {
  z-index: 1;
  background-color: white;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

#welcomehome {
  background-color: white;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

#welcome ul{
  padding-left: 15px;
}

#welcome li{
  list-style-type: circle!important;
}

#welcome li a{
  text-decoration: none;
  color: rgb(51,196,234);
}

#welcome li a:hover{
  text-decoration: none;
  color: rgb(136, 194, 64);
}

#welcome span {
  font-weight: bold;
}

#minimenu {
  width: 100%;
  height: 200px;
  padding-top: 10px;
  display: inline-block;
}

#minimenu h3 {
  color: white;
  text-align: center;
}

.box {
  width: 100%;
  padding-top: 10px;
  height: 160px;
}

.box .fa {
  font-size: 75px;
  padding-top: 15px;
  text-align: center;
  display: block;
  color: #FFF;
}

#box1{
  background-color: rgb(136, 194, 64);
}

#box1:hover {
  background-color: rgb(111, 162, 52);
}

#box2{
  background-color: rgb(245, 130 ,32);
}

#box2:hover {
  background-color: rgb(202, 108 ,24);
}

#box3{
  background-color: rgb(51,196,234);
}

#box3:hover {
  background-color: rgb(43, 164, 196);
}

/*.boxicon {
  width: 30%;
  display: block;
  margin: 0 auto;
}*/

.fadein {
  position: relative;
  width: 100%;
}

.fadeimg {
  display: block;
  width: 100%;
  height: auto;
}

.fadeplus {
  width: 75%;
  text-align: left;
  position: absolute;
  font-size: 20px;
  color: rgb(202, 108 ,24);
  font-weight: bold;
  top: 80%;
  left: 85%;
}

.fadeplus .fa {
  margin-left: 10px;
  color: rgb(202, 108 ,24);
}

.fadeover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(43, 164, 196);
}

.fadeover a {
  color: white;
}

.fadein:hover .fadeover {
  opacity: 1;
}

.fadetext {
  color: white;
  font-size: 26px;
  position: absolute;
  text-align: right;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fadetext .fa {
  font-size: 26px;
  margin-right: 10px;
}

/*SLIDER
#slider {
  width: 100%;
  float: left;
  background-color: rgba(136, 194, 64, 0.9);
}

.slider-text {
  padding-top: 10px;
  padding-left: 40px;
  width: 90%;
  color: black;
  padding-bottom: 10px;
}

.slider-text a {
  text-decoration: none;
  color: black;
}

.slider-text a:hover {
  text-decoration: none;
  color: white;
}
*/

/*BUTTON*/
#button2 {
  width: 95%;
  margin: 0 auto;
  background-color: rgb(245, 130 ,32);
  padding: 20px;
  color: white;
  border-radius: 5px;
  display: block;
}

#button2 h1 {color: white; font-weight:bold;}


#button2 li a{
  color:black;
  text-decoration: none;
}

#button2 a:hover {
  color: white!important; cursor: pointer;
}

#button2 .fa {
  margin: 0 10px;
}

#button2 p {
  color: white;
}

#button2 li {
  color: white;
  list-style-type: circle!important;
}

.projectevents {
  width: 90%;
  margin: 0 auto;
  background-color: rgb(245, 130 ,32);
  padding: 10px;
  color: white;
  border-radius: 5px;
  display: block;
}


.projectevents a{
  color:white;
  text-decoration: none;
}

.projectevents .fa{
  margin: 0 10px;
}

.projectevents p {
  color: white;
  text-align: center;
}

.projectevents li {
  color: white;
}

.tips {
  display: block;
  width: 100%;
}

.tipsbox {
  width: 14%;
  margin: 5px 1.333%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.tipsbox .fa {
  font-size: 36px;
  color: white;
  text-align: center;
  display: block;
}

.tipsbox p {
  font-size: 0.8em;
  color: white;
}

/*SCHEDULE*/
.schedule {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.process {
  margin-top: 30px;
}

/*MAP*/
.ccm-page #map {
  width: 90%;
  height: 90vh;
  /*height: 400px;*/
  display: block;
  background-color: rgb(51,196,234);
  margin: 0 auto;
  margin-bottom: 25px;
}
.ccm-page #map iframe{
    height: 70vh;
}

.ccm-page #map-text a {
  color: rgb(51,196,234);
}

/*FAQ
#FAQ {
  padding-bottom: 15px;
}

.faq-slider {
  margin-left: 35px;
  margin-right: 15px;
}

.faq-slider > h4 {
  color: rgb(51,196,234);
  font-size: .95em;
  padding: 5px 12px;
}

.faq-slider > h4 > span {
  color: rgb(245, 130 ,32);
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  width: 16px;
  font-size: 2em;
}

.faq-slider p {
  margin-left: 35px;
}
*/

/*PROJECTS*/
.projects {
  width:85%;
  display: inline-block;
  padding-top: 20px;
  height:130px;
}

.projects:hover {
  opacity: 0.8;
}

#projects1 {
    background-color: rgb(245, 130 ,32);
    margin-bottom:15px;
}

#projects2 {
    background-color: rgb(136, 194, 64);
    margin-bottom:15px
  }

  #projects3 {
    background-color: rgb(51,196,234);
    margin-bottom:15px
  }

  #projects4 {
    background-color: rgb(223,37,78);
    margin-bottom:15px
  }

.projects .fa {
  font-size:55px;
  color: white;
  text-align: center;
  display: block;
}

.projects p {
  color: white;
  text-align: center;
  font-size: 1.2em;
}

#events72 .fa {
  font-size: 28px;
  margin-right: 10px;
  color: rgb(223,37,78);
  
}

#events72 a:hover {
  color: rgb(223,37,78);
}

#events72 img{
  border-color: rgb(223,37,78);
  border-style: solid;
}

#events72 img:hover {
    filter: grayscale(100%);
}

/*CONTACT*/
#contact1 {
    background-color: rgb(51,196,234);
}

#contact2 {
    background-color: rgb(136, 194, 64);
}

.emailus .fa{
  font-size: 26px; 
  color: rgb(136, 194, 64);
  margin-right: 5px;
}

/*FOOTER*/
.ccm-page #footer {
  background-color: rgb(136, 194, 64);
  width: 100%;
  height: 150px;
}

#footeraddress {
  padding-top: 15px;
  padding-left: 15px;
}

#footeraddress p {
  color: white;
  font-size: 14px;
}

#footericon {
  padding-top: 15px;
  padding-right: 15px;
}

#footericon img {
  width: 24%;
  display: block;
  float: right;
}

#footeraddress a {
  color: white;
  font-size: 12px;
}

/*.footer-icon {
  float: right;
}

.footer-icon img{
  width: 40%;
  float: right;
  display: inline-block;
}*/

/*MEDIA QUERIES*/
@media screen and (max-width: 1450px) {
  .omaha img {width: 30%;}
  .fadeplus {font-size: 24px;}
  #footer p {font-size: 14px;}
}

@media screen and (max-width: 1419px) {
  .omahalogo {width:35%;}
  .omahalogo img {width: 100%;}
  }

@media screen and (max-width: 1350px) {
  .ccm-page #container {width: 80%;}
  .fadeplus {font-size: 20px;}
  .projects p {font-size: 18px;}
}

@media screen and (max-width: 1320px) {
  .ccm-page .text {padding-right: 20px;}
  }

@media screen and (max-width: 1250px) {
  .projects p {font-size: 16px;}
}

@media screen and (max-width: 1245px) {
  .ccm-page .text {padding-right: 15px;
  .omahalogo {width:30%;}
  }

  @media screen and (max-width: 1206px) {
    .ccm-page .text {padding-right: 10px;
    
}

@media screen and (max-width: 1168px) {
  .ccm-page .text {padding-right: 15px;}
  .omahalogo {width:25%;}
  }

@media screen and (max-width: 1150px) {
  #container {width: 75%;}
}

@media screen and (max-width: 1069px) {
  .ccm-page .text {padding-right: 10px; padding-top: 0;}
  .omahalogo img {width: 100%;}
  }

@media screen and (max-width: 930px) {
  .ccm-page #container {width: 83%;}
  .projects {height: 120px;}
  /*.omaha {width: 75%;}*/
  .omaha img {width: 20%;}
}

@media screen and (max-width: 840px) {
  #container {width: 85%;}
  .welcomebody p {font-size: 14px;}
  .fadeplus {font-size: 18px;}
  .box h3 {font-size: 18px;}
}

@media screen and (max-width: 831px) {
  .ccm-page p {margin-right: 0;}
  .omahalogo {display: none;}
  .box .fa {font-size: 60px;}
  }

@media screen and (max-width: 775px) {
  .omaha h4 {font-size: 14px;}
  .omaha p {font-size: 11px;}
  p.address {margin-right: 0;}
  #minimenu {height: 150px;}
  .box {height: 130px;}
  .projects p {font-size:14px;}
  .full {width: 80%;}
  #about168 {width: 80%; margin: 10px auto; display: block;}
  #map168 {width: 80%; margin: 10px auto; display: block;}
  #about72 {width: 80%; margin: 10px auto; display: block;}
  #map72 {width: 80%; margin: 10px auto; display: block;}
  #events72 {width: 80%; margin: 10px auto; display: block;}
}

@media screen and (max-width: 735px) {
  .ccm-page h1 {padding-top: 15px;} 
  }

  @media screen and (max-width: 600px) {
    .box .fa {font-size: 45px; padding-top: 0;} 
    .ccm-page p.address {margin-right: 0;}
    }

@media screen and (max-width: 690px) {
  #container {width: 90%;}
  .box h3 { font-size: 14px;}
  .fadeplus {font-size: 16px;}
  .projects {height: 110px; width: 95%;}
  #footer p {font-size: 12px;}
}

@media screen and (max-width: 600px) {
  #header .site {width: 90px;}
  .omaha img {width: 50px;}
  .text {display: none;}
  #minimenu {height: 120px;}
  .box {height: 90px;}
  .box h3 {font-size: 12px;}
  #featuredproject {width: 80%; margin: 10px auto; display: block;}
  #welcometext {width: 80%; margin: 10px auto; display: block;}
  #footer {height: 100px;}
  #footeraddress {width: 60%; display: inline-block;}
  #footericon {width: 22%;}
  .footer-icon img {width: 70%;}
  #construction {width: 80%; margin: 10px auto; display: block;}
  #twitter {width: 80%; margin: 10px auto; display: block;}
  #button2 h1 {font-size: 20px;}
  #tipsbox1 {width: 80%; margin: 10px auto; display: block;}
  #tipsbox2 {width: 80%; margin: 10px auto; display: block;}
  #tipsbox3 {width: 80%; margin: 10px auto; display: block;}
  #tipsbox4 {width: 80%; margin: 10px auto; display: block;}
  #tipsbox5 {width: 80%; margin: 10px auto; display: block;}
  #tipsbox6 {width: 80%; margin: 10px auto; display: block;}
  #westdodge {width: 80%; margin: 10px auto; display: block;}
  #bridges {width: 80%; margin: 10px auto; display: block;}
  #contact168 {width: 80%; margin: 10px auto; display: block;}
  #query168 {width: 80%; margin: 10px auto; display: block;}
  #contact72 {width: 80%; margin: 10px auto; display: block;}
  #query72 {width: 80%; margin: 10px auto; display: block;}}

@media screen and (max-width: 420px) {
  .footer-icon {display: none;}
  #footeraddress {width: 95%;}
}

