/* div {
    border: 2px solid red;
} */

body{
	font-family:tee;
	font-size:20px;
	background-color:seashell;
	color:black;
	}
.first{
	min-height:600px;
    color:black;
    overflow:auto;
    background-image:url("images/ma.jpg");
    background-size:cover;
    background-position:bottom;
    background-attachment:fixed;
    box-shadow:5px 5px 10px #ED008C;
	}

.firstt{
    min-height:600px;
    color:black;
    overflow:auto;
    background-image:url("images/maa.jpg");
    background-size:cover;
    background-position:bottom;
    box-shadow:5px 5px 10px #ED008C;
    }

#ab{
    height:50vh;

    background-image:url("images/mo.jpg");
    background-size:
     cover;
    }	
/* 
.shop{
    display: flex; 
    justify-content: space-between;
}  */

.join{
    display: flex; 
    justify-content: space-around;
}

p{
    font-size: 30px;
}

.overlay{
    /* background-color: rgba(237,0,140,0.5); */

    background-color: rgba(242,233,227,0.8);
}

.img{

    border-radius:50%	
	}
/*    
.arrivals{
    display:flex;
    
    } */
a:hover{
    background-color:#eec3dc;
}

.info{
    background-color:rgba(128,128,128,0.1);  
    display:flex;
    flex-wrap: wrap;
    }
    .arr{
        font-size:30px;
        }
h1{
    font-family:"baskerville old face",serif	
    }

p{
font-family:centaur, serif
}
.fab{
    color: grey;
}

a{
	text-decoration:dotted;
	color:black;
	text-transform:capitalize;
	margin-right:50px;
    border-radius: 30%;
	}

.foot{	display: flex;
    justify-content: space-around;
    height: 10vh;	
    }
.theme{
    
    color:seashell;
    box-sizing:border-box;
    background-color:#1D0E1B;
    }
    .tt{
        height: 300px;
    }
