*{
    margin:0;
    padding:0;
}

body{
    background-color: #6e1c40;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.banner{
    width:100%;
    height:auto;
    background-color: #f68989;
}

.containers{
    width:100%;
    height: auto;
    background-color: #f68989;

}

.color{
    background-color: #c65d7b;
}

.banner input{
    margin-top:2%;
    border:none;
    border-radius:15px;
    background-color:#6e1c40;
    color:#f6e7d8;
	padding-left: 5px;
}
.banner input::placeholder{
    color:#f6e7d8;
}

.navigate{
    display:flex;
    flex-flow: row wrap;
    justify-content:flex-start;
}

.containers button{
    border:none; 
    border-radius:20px; 
    text-align:center;
    font-size: small;
    padding:0.8%;
    max-width: 300px;
    width:42%;
    background-color: #c65d7b;
    color: #f6e7d8;
}

.containers button:hover{
    background-color: #a14f66;
}

.navigate ul{
    border:none; 
    border-radius:20px; 
    display:none;
    max-width: 300px;
    margin:0px;
    padding:0px;
    width:42%;
    list-style-type: none;
    color: #f6e7d8;
}

.navigate ul li{
    width:100%;
    padding:5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    text-align: left;
    font-size: small;
}

.navigate ul li a:hover{
    color:#6e1c40;
}

.navigate ul li a{
    color: #f6e7d8;
    text-decoration:none;
    display:block;
}

.navigate ul li a:focus{
    color: #6e1c40;
}

.banner img{
    margin:0%;
    width:100%;
    height: auto;
}

.banner input{
    height:25%;
    max-width:100px;
}

.srchbtn{
    background-color: #f68989;
    border: none;
    margin-right: 1%;
}

.btncol{
    background-color: #f6e7d8;
}
.btncol1{
    background-color: #f68989;
}

.latest{
    background-color: #f68989;
    padding-bottom: 5%;
}

.latest div a{
    text-decoration: none;
    color:black;  
}

.latest div a div h5{
   margin-bottom: 3%;
}

.latest div a div{
    border: 2px solid #6e1c40;
    border-radius: 10px;
    margin-bottom: 2%;
}

.latest div a div p{
    font-size: 0.8em;
}

footer{
    width: 100%;
    margin: auto;
}

footer a{
    text-decoration: none;
    font-size: 0.9em;
    margin-bottom: 1%;
    margin-left:1%;
    color:#f6e7d8;
}

.foot{
font-size: 0.7em;
}

footer a:hover{
    color:#c65d7b;
}


.con{
    text-align: center;
    color:#f6e7d8;
}

.formstl{
    background:transparent;
    margin:2%;
    border:none;
    border-bottom: 1px solid #f6e7d8;
    width: 70%;
    outline: none;
}

.formst{
    width:70%;
    margin:auto;
    text-align: center;
    background-color: #f68989;
    border: 2px solid;
    border-radius: 20px;
}

.formst input::placeholder{
    color:#f6e7d8;
}

.formst textarea::placeholder{
    color:#f6e7d8;
}

.sub{
    background-color: #a14f66;
    color:#f6e7d8;
    margin-top:5%;
    border:none;
    padding:1%;
}

form .sub:hover{
    background-color: #6e1c40;
}

.gall{
    background-color:#f6e7d8;
    width:90%;
    margin: auto;
    margin-bottom:2%;
    margin-top:2%;
    text-align: center;
    border: 2px solid black;
    border-radius: 5px;
    padding: 2%;
}

.gallery{
    background-color:#f6e7d8;
    width:100%;
    margin: auto;
    margin-bottom:2%;
    margin-top:2%;
    text-align: left;
    flex-flow: row wrap;
    justify-content:space-between;
    padding: 2%;
}

.gallery div{
    width:90%;
    margin-bottom: 2%;
    border: 2px solid #6e1c40;
    border-radius: 5px;
}

.gallery a{
    width:230px;
    margin:20px 10px 0;
    text-decoration: none;
}

.gallery a div{
    width:100%;
    height: 235px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery a h3,h5{
    color: black;
}

.gallery a p{
    color: black;
}

.main {
   flex-grow: 1;
}

.del{
    background-color: red;
    border: 2px solid black;
    border-radius: 10px;
}

.change{
    background-color: orange;
    border: 2px solid black;
    border-radius: 10px;
}

.cookiebanner{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background-color:#6e1c40;
    color:white;
    padding: 5%;
    opacity: 0.95;
}

.cookiebanner a{
    text-decoration: none;
    color:#c65d7b;
}
.cookiebanner button{
    margin-right: 2%;
    padding:1%;
    background-color: #f68989;
    border: 2px solid #c65d7b;
    border-radius: 8px;
}

.accept a{
    text-decoration: none;
    color:#c65d7b;
}
.accept a:hover{
    color:#c65d7b;
}

input:disabled {
    background-color: grey;
 }