/*
 Theme Name:   SMHO Leading Mentally Healthy Schools
 Theme URI:    http://smho-smso.ca/leading-mentally-healthy-schools/
 Description:  School Mental Health Leading Mentally Healthy Schools
 Author:       Hussein Mukri
 Author URI:   http://www.webinfinite.com
 Template:     School-Mental-Health-Ontario
 Version:      1.0.0
*/
/* This was the first resource built so let's get the styles. */
@import url("../School-Mental-Health-Ontario/style.css");
header{
    top:0;
}
main{
    padding:0;
}
#logo{
    max-width: 400px;
    height:auto;
}
#lmhssymbol{
    position: relative;
    top: 90px;
    background-size: contain;
}
#lmhssymbol img{
    height: auto;
    width: 194px;
}
.lmhs{
    text-align: center;
    margin-bottom: 4rem;
    background-image: url(library/images/background.png);
    background-size: contain;
    background-position: center;
    position: relative;
}
.lmhs::before{
    content: "";
    width: 100%;
    height: 20px;
    border-top: 20px solid #F4F4F4;
    display: block;
    margin-top: 120px;
}
.lmhs::after{
    content: "";
    width: 100%;
    height: 200px;
    left: 0;
    position: absolute;
    background: #FFF;
    bottom: 0;
    border-top: 20px solid #F4F4F4;
}
.lmhs h1{
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 2.875rem;
    width: 610px;
    top: 210px;
}
#lmhsform{
    width: 800px;
    height:auto;
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    padding: 2rem 5rem;
    margin-top: 295px;
    z-index: 1;
}
#lmhsform h2{
    font-size: 1.25rem;
    font-weight: bold;
}
#lmhsform p{
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.btn-small{
    background: #FDEAAE;
    color: #40008D;
    font-weight:bold;
}
.btn-small:hover{
    color: #000;
}
#CTA{
    background: #40008D;
    position: relative;
}
#CTA .text{
    width: 610px;
    text-align: center;
    position: relative;
}
#CTA h2{
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
}
#CTA p{
    font-size: 1.3rem;
    font-weight:bold;
    margin-top: 3rem;
    color: #FFF;
}
#smho-footer-logo img{
    width: auto;
}
#backtotop {
    top: 600px;
}
#generalfooter{
    padding-top: 3.25rem;
}
.wp-block-columns-is-layout-flex{
    padding: 3rem 0;
}
@media (max-width: 1280px) {
    #content-column{
        padding: 0 1rem;
    }
}
@media (max-width:960px) {
    #lmhsform{
        width: 90%;
    }
}
@media (max-width: 768px) {
    #CTA .text{
        width: 90%;
    }
    #lmhsform{
        padding: 2rem;
    }    
    #giant-banner h2,#CTA .text{
        width: auto;
        padding: 1rem;
    }
    header #navigation {
        height:50px;
    }
    header #logo{
        margin: 0 auto;
    }
    #CTA{
        height:auto;
    }
    #CTA h2{
        font-size: 1.75rem;
    }
    #CTA p{
        font-size: 1.25rem;
    }
    .lmhs h1{
        width: 90%;
    }
    .lmhs::before{
        margin-top: 170px;
    }
}
@media (max-width: 378px) {
    #smho-footer-logo img{
        width:100%;
        height: auto;
    }
}