/* 
	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: Sean Barlow
	Date: 16-06-21
	Descriptoin: A breif description of the change 
*/
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

h1, h2, h3, h4 
{color: #002057;}

h1  {
    font-family: 'Playball', cursive;
}

.largeBlue{
        background: #002057;
    color: #fff;
    min-height: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 100px;
    margin-bottom: 40px;
}

.largeBlue h1{
    color: #fff;
    text-align: right;
    font-family: 'Playball', cursive;
    letter-spacing: 1px;
    font-weight: normal;
    margin-bottom:50px;
}

.is_internal #content01 > .content-wrap{
    padding-top:0;
}

@media (max-width: 767px) {
    .largeBlue{
        min-height: 100px;
    }
    .largeBlue h1 {
        margin-bottom: 20px;
    }
}

/* Set Footer Colours */

#footer.dark, .dark #footer {
background: #002057 !important;
}

.dark #copyrights {
color: #fff;
}

#copyrights a {
color: #fff;
}

.social-icon i {
color: #fff;
}

