_child_theme.scss 8.32 KB
.raleway-regular{
    font-family: "Raleway", sans-serif;
    font-family: "PT Sans", sans-serif;
 
  }


html {
    overflow-x: hidden;
}

h1{
    font-family: "Raleway", sans-serif;
    font-size: 2.5rem;
    line-height: 2.9rem;
    color: #007299;
    font-weight: bold;
    margin-bottom: 20px;
    @media screen and (max-width: 768px) {
        font-size: 2rem;
        line-height: 2.31rem;
    }
}

h2{
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    line-height: 2.31rem;
    color: #007299;
    font-weight: 500;
    margin-bottom: 26px;
    @media screen and (max-width: 768px) {
        font-size: 1.75rem;
        line-height: 2.06rem;
    }
}

h3{
    font-family: "Raleway", sans-serif;
    font-size: 1.75rem;
    line-height: 2.06rem;
    color: #007299;
    font-weight: 300;
    margin-bottom: 29px;
    @media screen and (max-width: 768px) {
        font-size: 1.5rem;
        line-height: 1.81rem;
    }
}

h4{
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    line-height: 1.81rem;
    color: #007299;
    font-weight: 300;
    margin-bottom:34px;
    @media screen and (max-width: 768px) {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

h5{
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #007299;
    font-weight: 300;
    margin-bottom: 37px;
    @media screen and (max-width: 768px) {
        font-size: 1.13rem;
        line-height: 1.31rem;
    }
}

h6{
    font-family: "Raleway", sans-serif;
    font-size: 1.13rem;
    line-height: 1.31rem;
    color: #007299;
    font-weight: 300;
    margin-bottom: 34px;
    @media screen and (max-width: 768px) {
        font-size: 1rem;
        line-height: 1.19rem;
    }
}

p{
    font-family: "PT Sans", sans-serif;
    font-size: 1.13rem;
    line-height: 1.5rem;
    color: #63656B;
    font-weight: 300;
}
strong{
    font-family: "PT Sans", sans-serif;
    font-size: 1.13rem;
    line-height: 1.5rem;
    color: #63656B;
    font-weight: 700;
}



a[target="_blank"]::after {
    font-family: "FontAwesome";
    content: "\f08e";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 900;
  }
.entry-content{ 
    a:not(.wp-block-button__link){
        color: #63656B;
    }
    a:not(.wp-block-button__link):hover{
        text-decoration: none;
    }
}

ul:not(.navbar-nav):not(.menu){
    font-family: "PT Sans", sans-serif;
    font-size: 1.13rem;
    line-height: 1.5rem;
    color: #63656B;
    font-weight: 300;
    list-style-type: disc;
    padding-left: 20px;
        li{
            margin-bottom: 24px;
            ul{
                padding-left: 32px;
            }
        }
    }


    ol{
        font-family: "PT Sans", sans-serif;
        font-size: 1.13rem;
        line-height: 1.5rem;
        color: #63656B;
        font-weight: 300;
        list-style-type: decimal;
        padding-left: 20px;
            li{
                margin-bottom: 24px;
                ol{
                    margin-top: 24px;
                    padding-left: 32px;
                }
            }
        }

        .wp-block-button__link{
            color: #fff !important;
            background-color: #007299;
            font-family: "PT Sans", sans-serif;
            font-size: 1.25rem;
            padding:8px  30px ;
            @media screen and (max-width: 600px) {
                padding:  8px 20px;
            }

        }

        .wp-block-button__link:hover{
            color: #231F20 !important;
            background-color: #FF9119;
            font-family: "PT Sans", sans-serif;
            font-size: 1.25rem;
        }

        .join-callout{

            .wp-block-button__link{
                color: #fff;
                background-color: #007299;
                font-family: "PT Sans", sans-serif;
                font-size: 1.25rem;
                padding:12px  30px ;
                @media screen and (max-width: 600px) {
                        padding:  12px 20px;
                    }

                }
            
            .wp-block-button__link:hover{
                color: #231F20;
                background-color: #FF9119;
                font-family: "PT Sans", sans-serif;
                font-size: 1.25rem;
            }
         }


         ////////////////////pages////////////////////////


.home-page{
    min-height: 900px;
    .container{
        width: 100%;
    }
}

#no-title-page-wrapper,
#page-wrapper{
    padding-top: 103px;
}

.page-id-32{
    h1{
        display: none;
    }
}

.page-id-10{
    #page-wrapper{
        background-image:url("/wp-content/themes/understrap-child/images/yellow-c.png");
        background-position: -200px -300px;
        background-size: 1300px 900px;
        background-repeat: no-repeat;
        @media screen and (max-width: 900px) {
            background-size: 700px 700px;
        }
        @media screen and (max-width: 768px) {
            background-size: 900px 900px;
        }
   
    }
    .partners-logo{
        margin-top: -70px;
        @media screen and (max-width: 900px) {
            margin-top: 0px;
        }
        img{
            width: 100%;
        }
    } 
}


.partner-with-us{
    background-image:url("/wp-content/themes/understrap-child/images/green-background.png");
    width: 125vw;
    margin: -130px -15vw 0 -25vw;
    padding: 130px 0vw 130px 35vw;
    background-position: top right;
    background-size: 100vw;
    background-repeat: no-repeat;

    @media screen and (max-width: 1550px) {
        width: 125vw;
        margin: -130px -10% 0 -10%;
        padding: 130px 7% 130px 20%;
        background-position: top left;
        background-size: 125vw;
        background-repeat: no-repeat;
    }
    @media screen and (max-width: 1200px) {
        background-size: 155vw;
    } 
    @media screen and (max-width: 1000px) {
        background-size: 155vw;
    } 
    @media screen and (max-width: 900px) {
        flex-direction: column-reverse;
        width: 120%;
        margin: -130px -10% 0 -10%;
        padding: 40px 9% 50px 12%;
        background-position: 0px 50px;
        background-size: 150vw;
        background-repeat: no-repeat;
    }
    .wp-block-column:first-of-type{
        p{
            max-width: 550px;
            @media screen and (max-width: 900px) {
                max-width: 90Vw;
            }
        }
    }

    .wp-block-column:first-of-type{

            @media screen and (max-width: 900px) {
               padding-top: 75px;
            }
        }
    
    h1{
        color: #231F20;
        @media screen and (max-width: 900px) {
            color: #007299;
        }
    }
        .wp-block-image img{
            margin-top: -40px;
            @media screen and (max-width: 1500px) {
            
            }
            @media screen and (max-width: 900px) {
                margin-top: 0px;
                max-width: 70%;
                float: right;
            }
    }
}

 .half-width{
        max-width: 550px;
        @media screen and (max-width: 900px) {
            max-width: 90Vw;
        }
    }

    .color-box{
        border-radius: 30px;
        padding: 37px 25px;
        .wp-block-separator{
            border-top-color: #fff;
        }
        h3{
            color: #231F20;
            font-size: 3.56rem;
            line-height: 4.56rem;
            font-family: 'Chalkduster', sans-serif; 
        }
        p{
            color:#231F20;
            font-size: 1.13rem;
            line-height: 1.5rem;
        }
    }

    .gray-box{
        background-color: #DAD9D7;
    }
    .green-box{
        background-color: #A3D55F;
    }
    .blue-box{
        background-color: #3EB5E6;
    }
    .orange-box{
        background-color: #FF9119;
    }
        




    .wp-block-group.betsys{
        margin-left: -25%;
        padding-left: 25%;
        background-image: url(/wp-content/themes/understrap-child/images/yellow-2.png);
        background-position: -300px -130px;
        background-size: 1400px 900px;
        background-repeat: no-repeat;
        min-height: 600px;
        padding-top: 200px;
        @media screen and (max-width: 1100px) {
           // background-size: 900px 900px;   

        }
        @media screen and (max-width: 700px) {
            background-position: -285px -0px;
            background-size: 900px 600px;
        }
        h2{
            color: #231F20;
        }
        p{
            color:#231F20;
        }
    }