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

.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;
}

.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: #123a64;
    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;
}


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

}

@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);
}

}