/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

/*.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}*/
.carousel-inner{
    margin-bottom:20px;
}
.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}
p a:link, p a:visited, ul a:link, ul a:visited, table a:link, table a:visited, #content a:link, #content a:visited, #siteContent a:link, #siteContent a:visited {
    text-decoration: underline;}
p.flyer a:link, p.flyer a:visited {
    /* text-decoration: underline; */
    color: #ffffff;
    text-decoration: none;
}


/* Calendar - events - start */
    #lwe.unstyled.list-border h4 a:link, 
    #lwe.unstyled.list-border h4 a:visited {
    	text-decoration: none !important;
  	}

    #lwe.unstyled.list-border h4 a:hover,
    #lwe.unstyled.list-border h4 a:active,
    #lwe.unstyled.list-border h4 a:focus {
    	text-decoration: underline !important;
  	}
  	#lwe.unstyled.list-border {
		padding-left: 0px;
		list-style-type: none;
  	}
    #lwe.unstyled.list-border .col-sm-10 {
      padding-left: 35px;
    }
/* Calendar - events - end */

/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  #lwe.unstyled.list-border .col-sm-10 {
      padding-left: 15px;
   }
}


@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}
















