/*
 Theme Name:   SMHO By Your Side
 Theme URI:    http://smho-smso.ca/by-your-side/
 Description:  School Mental Health By Your Side
 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 img{
    width: 432px;
    height:auto;
}
#logo img.logofrench{
     width: 572px;
}
#content-column{
    position: relative;
}
#byssymbol{
    width:250px;
    height: 250px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    top: 205px;
    align-content: center;
}
#byssymbol img{
    height: auto;
    width: 136px;
}
.bys{
    text-align: center;
    margin-bottom: 4rem;
    background-image: url(library/images/background.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.bys-download{
    margin-bottom: 0;
}
.bys::before,#CTA::before{
    content: "";
    width: 100%;
    height: 100%;
    left:0;
    position: absolute;
    opacity: 0.04;
}
.bys::after,.bys-download::after{
    content: "";
    width: 100%;
    height: 300px;
    left: 0;
    position: absolute;
    background: #FFF;
    bottom: 0;
}
.bys-download::after{
    height: 80px;
}
.bys h1{
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 2.875rem;
    width: 610px;
    top: 295px;
    color: #FFF;
}
#bysform{
    width: 800px;
    height:auto;
    background: #FFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    padding: 2rem 5rem;
    margin-top: 400px;
    z-index: 1;
}
#bysform h2{
    font-size: 1.25rem;
    font-weight: bold;
}
#bysform p{
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.btn-small{
    background: #007FAD;
    color: #FFF;
    font-weight:bold;
}
.btn-small:hover{
    color: #000;
}
#CTA{
    background: #291745;
    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: 8.25rem;
}
.wp-block-columns-is-layout-flex{
    padding: 3rem 0;
}
.post-password-form input[type=submit]{
    background: #291745;
    border-radius: 20px;
    color: #FFF;
    border: none;
    padding: 0.25rem 1rem;
}
@media (max-width: 1280px) {
    #content-column{
        padding: 0 1rem;
    }
}
@media (max-width:960px) {
    #bysform{
        width: 90%;
    }
}
@media (max-width: 768px) {
    #CTA .text{
        width: 90%;
    }
    #bysform{
        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;
    }
    .bys h1{
        width: 90%;
        font-size: 2rem;
    }
}
@media (max-width: 600px){
    #logo img,#logo img.logofrench {
        width: 360px;
    }   
}
@media (max-width: 378px) {
    #smho-footer-logo img{
        width:100%;
        height: auto;
    }
}