/* CSS Document */

#greeting>div>p{
    line-height: 200%;
    font-size: 18px;
    text-indent: 1em;
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}

#Btns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Btns div{
    width: 50%;
    text-align: center;
    padding: 50px;
}

#Btns div a{
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    font-size: 28px;
    color: white;
}
#Btns div a span{
    display: block;
    font-size: 14px;
    padding-top:10px;
    padding-bottom:10px;
}

@media screen and (max-width:575px){
    #greeting>div>p{
        max-width: none;
    }

    #Btns div{
        width: 100%;
        padding: 10px;
    }
}

.cHead{
    position: relative;
    background:url("../images/headerbg.jpg") no-repeat;
    background-size: cover;
    height: 200px;
    margin-bottom: 180px;
}

.cHead .title{
    font-size: 32px;
    line-height: 200px;
    letter-spacing: 0.15em;
}
.cHead .title span{
    font-size: 14px;
    letter-spacing: 0.1em;
}
@media screen and (max-width:575px){
    .cHead{
        height: auto;
        margin-bottom: 10px;
    }
    .cHead .title{
        line-height: 100%;
    }
     .cHead .title span{
         font-size: 9px;
    }
    .cHead .image{
        
    }
    .cHead .image img{
        max-width: 150px!important;
    }
}
#hope{
    margin-bottom: 80px;
}
#hope .title{
    font-size:32px;
    letter-spacing: 0.1em;
}
#hope h4{
    font-size:18px;
    line-height: 180%;
}
#hope p{
    line-height: 180%;
}
#hope .border-left{
    border-left: 1px solid #ccc;
    padding-left: 40px;
}

@media screen and (max-width:575px){
    #hope .title{
        font-size: 26px;
        padding-bottom: 15px;
    }
    #hope .border-left{
        padding-left: 15px;
    }
}