/* CSS For NECA Site*/
/* Authors: Design Team, Vanessa Hamlet (Content Team), Elizabeth Avery (Project Management) and Mark Rustad (Project Management) */
/* Date Last Modified: May 15, 2017*/

#hero {
    display: table;
    width: 100%;
    height: 100vh;
    background-image: url(../img/neca/necahero.jpg);
    background-size: cover;
}

@media (max-width: 992px) {
  .about-content{
    padding: 20px 0 0 0;
  }
  
  #aboutDiv{
      margin-top: -25px;
  }
  
}

/* showDiv Styles */
#showDiv{
    display: none;
    margin-top: 20px;
}

/* aboutDiv Responsive Properties */
@media (max-width: 767px){
    #aboutDiv{
        padding: 20px;
        margin-top: 50px;
    }
}

/* iFrame Responsive Properties */
@media (max-width: 767px){
    #videoFrame, #onTheGo, #videoHead{
        max-width: 100%;
    }
}

/* Mobile Programming Button Responsive Properties */
@media (max-width: 767px){
    #mobileProgrammingBtn{
        margin-bottom: 20px;
    }
}

/* Style for Parent Section Links */
.parent-title{
    cursor: pointer;
    cursor: hand;
}

/* Vanessa's CSS code for SUMMER */

#summer {
    /* I changed the section background image from the default image */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)), url(../img/neca/necaBridge01.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
  color: #D8D8D8;
}

    /* Changed the li's to have no bullet points */
#summer li {
    list-style-type: none;
}

#summer img {
    height: 20px;
    width: 20px;
}

#summer td{
    color: #fff;
}

#summer #time, #block {
    white-space: nowrap;
}

#summer .summer-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#summer .summer-text {
  color: #fff;
}

#summer .summer-btn-container {
  text-align: center;
  padding-top: 20px;
}

#summer .summer-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#summer .summer-btn:hover {
  background: #57b75e;
  border: 2px solid #57b75e;
}

/* Style for FAQ */
.FAQ h4{
    cursor: pointer;
    cursor: hand;
}

.FAQ-answer {
    display: none;    
}

.modal-title{
     font-weight: bold;
     color: rgb(55, 94, 119);
}

#faqHead, #parentDownload{
    cursor: pointer;
    cursor: hand;
}

#faqHead:hover, #parentDownload:hover {
    color: #000;
}

#faqHead{
    margin-top: 15px;
}

/*Button Styles*/
.btn-info{
    border-radius: 2px;  
}
.parent-btn, .summer-btn{
    border-radius: 2px
}

/*Parents Apply Button Div Style*/
#applyBtnDiv{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* NCC Logo Style */
#nccLogo{
    margin-top: -80px;
    margin-bottom: -20px;
}


/*Added new style for events, telephone, and map link*/
.links{
    color: #47a3da;
    cursor: pointer;
    cursor: hand;
}

.links:hover{
    color: #000;
}

/*Wyatt Matthews Testimonial Picture Styles */
#matthewsTestPic{
    margin-left: -20px;
}

/*Monoswita Saha Testimonial Picture Styles */
#sahaTestPic{
    margin-right: -40px;
}

/*Footer Styles*/
#footer ul, #footer li {
   list-style:none;
   margin-left:0;
   padding-left:0;
   font-size: small;
}

#footer ul li a{
    color: white;
}

#footer ul li a:hover{
  cursor:pointer;
  cursor:hand;
}

#footer h4{
    margin-bottom: 6px;
}

#footer  a:hover {
    transition: color 0.4s ease-in-out;
    color: #57B75E;    
}

#footer  a:focus {
    color: white;
}

.copyright a{
    color:white;
}

.credits a{
    color: white;
}

/*Social button Styles*/
.circle{  
    height: 45px;
    width: 45px;
    border: solid black 1px;
    border-radius: 50%;
    padding: 11px;   
    font-size: 22px;
    float: left;
    margin-right: 15px;
    margin-top: -10px;
    text-align: center;
}

.fa:hover {
    opacity: 0.7;
    transition: all 0.4s ease 0s;
}

 .fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

/* Vanessa -- Career Section and Apply Section background image changes. */
#careerReadiness {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/neca/necaNetworking.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#apply {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/neca/necalogo.png) fixed center center no-repeat;
    background-size: contain;
    padding: 80px 0 60px 0;
}

/* Centering Staff and Testimonial Images for Responsive Design*/
 @media screen and (max-width: 768px){
    #nccStaff div.col-md-12, #ibmInfo div.col-md-12{
        text-align: center;
    }
    
    #ibmInfo div.col-md-12 p{
        text-align:left;
    }
	
    #testimonials .profile .pic{
	margin: 15px auto;
    }
 }
 
 /* Increasing Margin Space Between Apply Now Button and Parent Council Head */
 @media screen and (max-width: 768px){
     #parentApplyBtn{
         margin-bottom: 20px;
     }
 }

/*  Fixes to the Margin between Testimonial Pictures and their Quotes for Landscape Views on Tablets */
 @media screen and (max-width: 1024px){
     .quote{
         margin-left: 40px;
         margin-right: 40px;
         
     }
}
