*{

    margin: 0;
    padding: 0;
    /*box-sizing: border-box;  */
}

body{
    font-family: Arial, Helvetica, sans-serif;
    background-color:#401217;
    color: white;
}

ul#mainnavinner .current {
    border-color: #70A703;
}

.MainCon{
    /*width:1245px;*/
    min-height: 930px;
    background: url(https://cdn.ghanaweb.com/ekow_img/bgimg.png);
    background-size: cover;
    margin: auto; 
}
#topnav {
    color: #fff;
}
#footer {
    background-color: #430932;
}
header#news {
    background-color: #430932;
}

#medsection0
{
    padding: 0;
    width: 100%;
}
.MainConInn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.PhotoTexts{
    display: inline;
    /*margin-top: 50px;*/
    /* background-color: black; */
    width:600px;
    /* border: 1px solid white; */
}



.ekowphoto{
    /*width: 41vw;
    height: 52vh;*/
    width: 550px;
    height: 480px;
    /* border-radius: 13px; */
    /*background: url(https://cdn.ghanaweb.com/ekow_img/ekowB2.png);*/
    background: url(https://cdn.ghanaweb.com/ekow_img/ekowB2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 39% -3%;
    margin-top: 2rem;
    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{
    /*top: 100px;*/
    display: inline-block;
    /*width: 500px;
    height: 480px;*/
    z-index: 1;
    position: absolute;
    margin: 140px 8px 0;
}


.ekowtext .ek1, .ek2, .ek3{
    position: relative;
    font-size: 13em;
    margin-top: -110px;
    font-weight: 800;
    letter-spacing: 12px;
}

.ek1{
    opacity: 0.3;
    animation: textzoom 8000ms ease-in-out infinite;
    /* animation-delay: 500ms;  */
}
.shc {
        font-size: 15px;
    background: #0a4a09;
    padding: 6px 6px;
    display: block;
    width: 318px;
    text-align: center;
    margin-bottom: 8px;
}
.audio {
    width: 24px;
    height: 24px;
    margin: 15px 0 0;
    position: relative;
    z-index: 5;
}
.audio svg {
    fill: #fff;
}
.ek2{
    opacity: 0.5;
    animation: textzoom 9000ms ease-in-out infinite;
     /* animation-delay: 1000ms;  */
}

.ek3{
    opacity: 0.2;
    animation: textzoom 10000ms 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%;
    }
} 




.textCon{
    width: 550px;
    margin-top: -23px;
}
.textCon H1{
    font-size: 3rem;
    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: 18px;
    margin-bottom: 30px;
}


.submitCondo H4{
    margin-bottom: 15px;
    font-size: 25px;
}


.submitCondo .inputbox , .inputbox2{
    display: block;
    padding-left: 20px;
    border-radius: 10px;
    border: 0;  
}

.submitCondo .inputbox{
    width: 25vw;
    /*height: 4vh;*/
    padding: 14px;
    margin-bottom: 20px;
}

.submitCondo .inputbox2{
    width: 25vw;
    /*height: 6vh;*/
    padding: 14px;
    margin-bottom: 30px;
}

.subBTN{
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 25px 6px 25px;
    border-radius: 13px;
    color: #b66b02;;
    border: 1px solid white; 
    cursor: pointer;
}

.subBTN:hover{
    background-color: rgb(18, 11, 0); 
    color: rgb(182, 107, 2);
    border: 0;   
}

.msgs{
    /*margin-left: 120px; */
    margin-bottom: 10px;
    /*margin-top: -40px ;*/
    /*position: absolute;*/
    font-size: 24px;
}

.CondoLists{
    overflow: auto;
    width: 580px;
}
p {
    font-size: 18px;
}
::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: rgb(51, 2, 2);
  }
  

  ::-webkit-scrollbar-thumb:hover {
    background:rgb(182, 107, 2);
  }


.CondolistInn{
    height: 800px;
}

.Condos{
    margin-right: 15px;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    /* width: 27rem; */
    line-height: 1.5em;
}

.Condos H3{
    color:rgb(182, 107, 2);
}