*{
    font-family: "Radio Canada Big";
}

.btn-success.custom-thin {
  font-weight: 300; /* Thin font */
  border: 1px solid #28a745; /* Bootstrap green */
  background-color: #aef0c4;
  color: #095f1d;
}

.btn-success.custom-thin:hover {
  background-color: #28a745;
  color: white;
}


.my-featured-img img
{
    width: 100%; margin-bottom:25px
}

a.x1321:link, a.x1321:visited
{
    text-decoration: none;
    color: #111
}

a.x1321:hover
{
    text-decoration: underline;
}


.random-post p
{
    color:#555;
    font-weight: 300;
}

.craftaitopbar
{
    background: #d9d9d9
}

.hero-area {
    background: url('https://postcraftai.com/img/grad4.svg');
    background-size: cover;
    height: 20vh;
    min-height: 450px;
    width: 100%;
    color: white; 
}


.overlay-section {
    background-color:rgba(255, 255, 255, 0.155);
    height: 100%;
    width: 100%
}

.hero-area h1{
    font-family: "Radio Canada Big";
    font-weight: 700;
    font-size: 3.95em;
    line-height: 1.0em;;
    background: linear-gradient(to right, #5c002f, #57001d, #28006d, #004479, #003e46, #003a02, #1d2000, #513200, #1e0700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.xcd123H1 {
    font-family: "Radio Canada Big";
    font-weight: 700;
    font-size: 2.95em;
    line-height: 1.0em;;
    background: linear-gradient(to right, #5c002f, #57001d, #28006d, #004479, #003e46, #003a02, #1d2000, #513200, #1e0700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-area .lead
{
    color:#444;
    font-size:1.6em;
    font-weight: 600;
}

.btn
{
    border-radius: 35px;
    padding-left: 40px;
    padding-right: 40px;

}

.btn-primary
{
    border-width: 4px;
    border-color: rgb(137, 181, 226);
}


#footer-area-main
{
    background: url("https://schedpilot.com/wp-content/uploads/2025/06/UX-Case-Study-Template.png")    no-repeat center center;
    background-size: cover;
    min-height:255px;
    margin-top:100px;
    padding-top: 85px;
    padding-bottom:155px
}

.footer-h2-logo
{
    color: white;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom:25px
}

#footer-area-main ul
{
    list-style-type: none;
    padding:0;
    margin:0
}

#footer-area-main ul li
{
    display:block;
    margin-bottom:6px;
    padding-bottom:0
}

#footer-area-main ul li a:link, #footer-area-main ul li a:visited
{
    color: white;
    text-decoration: none;
    font-weight: 300;
}

#footer-area-main h3 
{
    color: white;
    font-size:1.3em;
    margin-bottom:25px
}


.card-bgs {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
}


.mytitle1
{
    font-family: "Radio Canada Big";
    font-weight: 700;
    font-size: 1.95em;
    line-height: 1.0em;
    background: linear-gradient(to right, #5c002f, #57001d, #28006d, #004479, #003e46, #003a02, #1d2000, #513200, #1e0700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.mytitle2
{
    font-family: "Radio Canada Big";
    font-weight: 700;
    font-size: 2.95em;
    line-height: 1.0em;
    background: linear-gradient(to right, #5c002f, #57001d, #28006d, #004479, #003e46, #003a02, #1d2000, #513200, #1e0700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-control
{
    padding:10px;
    border:4px solid #b6bfff;
}



.page-item ol li
{
    margin-bottom:10px
}

.page-item ol
{
    margin-bottom: 25px
}

.wp-block-heading
{
    margin-bottom:25px;
}


@media only screen and (max-width: 600px) 
{
    .hero-area h1
    {
        font-size:2.94em
    }

    .xcd123H1
    {
        font-size: 1.90em
    }

    .lead
    {
        font-size:1.05rem
    } 

    .mytitle2
    {
        font-size: 1.95em;
    }

}

@media only screen and (min-width: 800px) {




    .navnav-123 li
    {
        margin-left:3px;
        margin-right: 3px
    }

    .padding-5
    {
        padding:45px
    }

    .form-control
{
    padding:15px
}

.register-free-btn
{
    color: white;
    background: #0d6efd;
    border-radius: 27px;
    padding: 6px 14px !important;
}

.register-free-btn:hover
{
    color: white;
    background: rgb(0, 12, 124);
}

}