 body{
    font-family: sans-serif;
    background-image: url(../../assets/images/ahmia_background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.searchform{
    position: relative; 
}

.searchform input[type=text] {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    color: #575b60;
    height: 45px;
    border-top: 0px !important;
    box-shadow: none !important;
    min-width: 100% !important;
}
.searchform .btn-search {
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    font-size: 1.4em;
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
}
#ahmiaMainContent{
    color:#fff;
}
#ahmiaMainContent h1 {
    font-size: 3.2em;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0.5em;
    margin-top: 50px;
}
#ahmiaMainContent p {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 1em;
    line-height: 1.7em;
    text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 0.5em;
}
#ahmiaMainContent a:link {
    color: rgb(199, 255, 112);
    text-decoration: none;
}
.content{
    margin-top: 2.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 2.3em;
}