  /* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/

/* 
	Added by: Your Name
	Date: Date Added
	Descriptoin: A breif description of the change 
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
.swiper-slide .slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
font-size: 2em;
}

.slider-caption.slider-caption-center {
max-width: 60%;
}

.dark .section, .section.dark {
    background-color: #5b091e;
}

h1, h2, h3, h4 {
    color: #5b091e;
}

h2, h3, h4, .slider-caption h2, .dark .entry-meta li  {
 font-family: "Poppins", "Roboto", Arial, Helvetica, sans-serif;
   font-weight: 500;
}

#primary-menu ul li > a, #primary-menu ul ul li > a, .dark .ipost .entry-title h4 a {
    font-family: "Poppins", "Roboto", Arial, Helvetica, sans-serif;
   font-weight: 600;
}

h1 {
    text-transform: uppercase;
    font-family: "Poppins", "Roboto", Arial, Helvetica, sans-serif;
   font-weight: 700;
}

h3 {
    font-size: 22px;
}

.dark .social-icon {
    color: #333 !important;
    border-color: #333;
}


p, ul {
 font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;   
    
}

#footer.dark {
    background-color: #fff;
    color: #333;
}

.footer3.dark .policies a {
    color: #333;
}

.footer-logo svg {
    display: none;
}

#tiles_9 .tile:hover h2 {
    color: white;
    background: rgba(1, 37, 60, 0.9);
}
@media (max-width:991px) {
    .swiper-slide .slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
}
@media (max-width:571px) {
    .swiper-slide .slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
        font-size: 30px;
        margin-bottom: 0;
    }

}

/* Adam Adding in Logo under Facebook Feed */

#content01 > div.content-wrap > div > div.sidebar.topmargin.nobottompadding.col_last.clearfix > img {

  padding-top: 25px;
}

/* End Edits */

/* Button change from Maroon to Navy */

.wysiwyg a,
.pdf-viewer-heading {

	background-color: #01253c;
}

/* End Edits */