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

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

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

#siteNav {
    border: 0;
}

.navbar-default {
  /*border-color: #2F4866;*/
}

/* Flush the image with the nav bar */
.banner {
  margin-top: -30px;
  margin-bottom: 30px; 
  height: 40em;
}  
/* End ======  */


.full-width-banner {
    background-color: #082F58;
	color: #fff;
	text-align: center;
  	opacity: 95%;
	margin-top: -155px;	
  	text-shadow: none;
	/*margin-bottom: 20px;*/
}

.full-width-banner .content {
    width: 100%;
}


.full-width-banner h2 {
	text-align: center;
   	font-weight: normal;
  	margin-top: 5px;
    margin-bottom: 5px;
}


.thumbnail-title {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
}
.mb-40 {
  margin-bottom: 40px;
}
.grey-box {
    background-color: #f1f1f1;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}


#second-banner {
	margin-top: -45px;
}

#second-banner a {
	width: 31%;
    margin-left: auto;
    margin-right: auto;
}


/* Events in homepage */
 .cal-details {
    text-align: left;
    padding-left: 15px;
  }
   .cal-date .month {
    text-transform: capitalize;
    color: #005dab;
    background-color: transparent;
  }
   .cal-date .day {
    color: #005dab;
    font-size: 22px;
    padding-top: 5px;
  }
   .cal-date {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    box-shadow: none;
  }
   .cal-details .time {
    margin-top: -10px;
    margin-bottom: 0px;     
  }
   .cal-details .location {
    margin-top: -5px;
    margin-bottom: 0px;   
  }
   .cal-details h3 {
    font-weight: 500;
    font-size: 16px;
    margin-top: 0px;
  }
  
   .cal-details h3 a:link, 
   .cal-details h3 a:visited {
    text-decoration: none !important;
  }
  
   .cal-details h3 a:hover,
   .cal-details h3 a:active,
   .cal-details h3 a:focus {
    text-decoration: underline !important;
  }


/*Responsive Queries*/

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

@media (min-width: 350px) and (max-width: 640px) {
  .banner {
    background-size: cover;
    height: 12em;
    /*padding: 50px;*/
    margin-top: -20px;
  }
  .title-name h1 {
      font-size: 24px;
      padding-bottom: 10px;
  }
  .full-width-banner h2 {
	text-align: center;
   	font-weight: normal;
    font-size: 24px;
  	margin-top: -10px;
    margin-bottom: -5px;
	}
  .full-width-banner {
	margin-top: -30px;	
  	/*text-shadow: none;*/
	}
  #second-banner a {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
}

@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;
  }
   .cal-details {
    padding-left: 0px;
  }
}


@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 & Medium devices (tablets and iPad Classic, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.title-area { 
    	/*height: 110px;  */
      min-height: 110px;
 	}
 	.title-name h1 {
    	font-size: 37px;
	}
  	.banner {
    	margin-top: -30px;
    	margin-bottom: 30px; 
    	height: 25em;
	} 
   .title-container {
       min-height: 110px;
   }
   .cal-details {
    padding-left: 25px;
  }
  
}

@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: 1024px) {}


/* Medium devices (iPad Pro, 1024px and up) */
@media (min-width: 1024px) and (max-width: 1199px){
   .title-area { 
      height: 140px;  
   }
   .title-name h1 {
      font-size: 48px;
   }
  .banner {
      margin-top: -30px;
      margin-bottom: 30px; 
      height: 30em;
  } 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 120px;  
  } 
}

/* Large devices (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) {
   .banner {
     margin-top: -30px;
     margin-bottom: 30px; 
     height: 45em;
	} 
  
}

/* Large devices (Large desktops, 2400px and up) */
@media (min-width: 2400px) {
   .banner {
     margin-top: -30px;
     margin-bottom: 30px; 
     height: 60em;
	} 
  
}









