/*
 Theme Name: Life - Trust
 Author: CODA Education
 Author URI: http://coda.education
 Template:   madebycoda
*/
 
@import url("../madebycoda/style.css");
   .secondary-links a:nth-child(1) {
background: #9a336d;
}
   .secondary-links a:nth-child(2) {
background: #aab661;
}
   .secondary-links a:nth-child(3) {
background: #d5753e;
}
   .secondary-links a:nth-child(4) {
background: #9a336d;
}

.secondary-header.social:nth-child(4) {
background: #d5753e;
}
 .secondary-header.social:nth-child(5) {
background: #aab661;
}
 .secondary-header.social:nth-child(6) {
background: #9a336d;
}
 .secondary-header.social:nth-child(7) {
background: #9a336d;
}
 .secondary-header.social:nth-child(8) {
background: #aab661;
}

.secondary-nav .quicklink-toggle.quicklinks {
background: #d5753e;
}

.secondary-nav .quicklink-toggle.translate {
background: #9a336d;
}

.search {
background: #aab661;
}


@media (max-width: 800px) {

hero.video .tag-line .tagline {
 font-size: 50px;
 }
}

@media (max-width: 600px) {

hero.video .tag-line .tagline {
 font-size: 30px;
 margin-bottom: 30px;
 }
}