/**{

    margin: 0;
    padding: 0;
    box-sizing: border-box;  
}*/

body{
    font-family: Arial, Helvetica, sans-serif;
    /*background-color:#401217;*/
    color: white;
    background: url(https://cdn.ghanaweb.com/ekow_img/bgmob.png);
    background-size: cover;
    margin: auto; 
}
header {
    background: #683954;
}

.crumbtail {
    border-bottom: solid 3px #683954;
}

.MainCon{
    /*position: absolute;*/
    /*width:100vw;*/
    /*background: url(https://cdn.ghanaweb.com/ekow_img/bgmob.png);
    background-size: cover;
    margin: auto; */
}

.MainConInn{
    width: 100%;
    position: relative;
}

.PhotoTexts{
    width: 100%;
    /*display: grid;*/
    /*place-items: center;*/
    /*min-height: 100vh;*/
}

.ekowtxtPhotos{
    width: 100%;
    height: 40vh;
    margin-bottom: 6vh;
    margin-top: 5vh;
    text-align: center;
    display: grid;
    place-items: center;
}

.ekowphoto{
    display:inline-block;
    width: inherit;
    height: inherit;
    /* border-radius: 13px; */
    background: url(https://cdn.ghanaweb.com/ekow_img/ekowB2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 39% -3%;
    z-index: 2;
    position: relative;
    animation: ekowzoom 9000ms ease-in-out forwards;
} 

@keyframes ekowzoom {
    0%{
        transform:scale(0.9);
        opacity: 0%;
    }

    100%{
        transform:scale(1.05);
        opacity: 1;
    }   
}

.ekowtext{
    width: 91vw;
    min-height: 20vh;
    line-height: 13vh;
    position: absolute;
    top: 0;
    text-align: center; 
    margin-top: 4vh;
}

.ek1, .ek2, .ek3{
    display: block;
    font-size: 25vw;
    font-weight: 800;
}

.ek1{
    opacity: 0.3;
    animation: textzoom 5000ms ease-in-out infinite;
    /* animation-delay: 500ms; */
}

.ek2{
    opacity: 0.5;
    animation: textzoom 6000ms ease-in-out infinite;
    /* animation-delay: 1000ms; */
}

.ek3{
    opacity: 0.2;
    animation: textzoom 7000ms ease-in-out infinite;
    /* animation-delay: 1500ms; */
}

@keyframes textzoom {
    0%{
        transform:scale(0.9);
        opacity: 0;
       
    }

    50%{
        transform:scale(1.05);
        opacity: 0.5;
    }

    75%{
        transform:scale(1.05);
        opacity: 0.5;
    } 
    
    100%{
        transform:scale(1.05);
        opacity: 0%;
    }
} 

.Condoforms{
    display: grid;
    place-items: center;
}

#footer_menu_item_wrapper {
    background: #b66b02;
}
.footer_sub_lists {
    background: #401217;
}
.textCon{
    min-height: 19vh;
    margin-top: -4vh;
    text-align: center;
}
.textCon H1{
    font-size: 8.5vw;
    font-weight: 800;
    margin-bottom: 2px;
    background: -webkit-linear-gradient(rgb(231, 219, 207), rgb(113, 106, 106));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.line{
    width: inherit;
    height: 2px;
    background-image: linear-gradient(rgb(231, 219, 207), rgb(113, 106, 106));
    margin-bottom: 16px;
}

.inntext p{
    line-height: 1.3em;
    font-size: 4.2vw;
    width: 85vw;
    min-height: 5vh;
    margin: auto;
}

.viewAll{
    margin-top: 30px;
    color: rgb(182, 107, 2);
}
#navContainer {
    background: #401217;
}
.submitCondo{
    min-height: 19vh;
    display: grid;
    place-items: center;
    /*margin-top: 4vh;*/
}

.submitCondo H4{
    margin-bottom: 15px;
    font-size: 22px;
}

.submitCondo .inputbox , .inputbox2{
    display: block;
    padding-left: 20px;
    border-radius: 10px;
    border: 0;  
}
.audio {
    width: 24px;
    height: 24px;
    margin: 8px auto;
}
.audio svg {
    fill: #fff;
}
.submitCondo .inputbox{
    width: 90%;
    /*min-height: 7vh;*/
    padding: 14px;
    margin-bottom: 20px;
}

.submitCondo .inputbox2{
    width: 90%;
    /*min-height: 9vh;*/
    padding: 14px;
    margin-bottom: 20px;
}

.subBTN{
    display: inline;
    font-size: 4vw;
    font-weight: 700;
    padding: 12px 35px 12px 35px;
    border-radius: 13px;
    color: white;
    border: 1px solid white; 
    cursor: pointer;
    background: #310a1f;
}

.subBTN:hover{
    background-color: rgb(18, 11, 0); 
    color: rgb(182, 107, 2);
    border: 0;   
}


.CondoLists{
    /*text-align: center;*/
    display: grid;
    /*place-items: center;*/
}

.CondolistInn{
    height: 90vh;
    overflow: auto;
    display: grid;
    /*place-items: center;*/
    width: 100%;
}

.Condos{
    display: block;
    background-color:rgba(248, 247, 247, 0.9);;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
    /*width: 80vw;*/
    line-height: 1.5em;
    color: black;
}
::placeholder {
    font-size: 16px;
  color: #ddd;
}
.Condos H3{
    color:rgb(182, 107, 2);
}

.msgs{
    margin-top: 6vh;
    /*margin-bottom: 5vh;*/
    text-align: center;
}
.shc {
        font-size: 15px;
    background: #0a4a09;
    padding: 6px 6px;
    display: block;
    width: 318px;
    text-align: center;
    margin-bottom: 8px;
}
.closeConds{
    margin-left: 120px; 
    position: absolute;
    bottom: 50px;
}

@media screen and  (min-width: 1024px){
     
    .ekowphoto{
        width: 50vw;
        height: 60vh;
    } 
  
}