@charset "UTF-8";
@charset "UTF-8";
/***** Oasis Of Love Landing Page CSS for Desktop Devices *****
/* Author: 9o9Designs
/* Version: 1.0
/* Release Date: June 24, 2025
/************************************************************/
@media only screen and (min-width:1025px){
.hideondesktop{
        display: none;
    }
	html{
	    width:100vw;
	    margin:0;
	    padding:0;
	    overflow: hidden;
	}
	body{
	    width: 100%;
	    height:100vh;
	    margin: 0;
	    padding: 0;
        font-family: "GFS Didot", serif;
        font-weight: 400;
        font-style: normal;
        color: #000;
        background: url('/assets/images/yellowfade.webp') no-repeat 50% 5% / 65% 65%,
                    url('/assets/images/wave.webp') no-repeat 0% 100% /  100% 55%,
                    #fff;
	}
	main{
	    width: 100%;
	    height: 96vh;
	}
	#logo{
	    width:500px;
	    height:226px;
	    background: url('/assets/images/oasisicon.webp') no-repeat 0 0 / 100% 100%,
	                url('/assets/images/clear.webp') no-repeat 0 0 / 100% 100%;
	}
	#topmargin{
	    margin-top:5%;
	}
	footer{
	    width: 100%;
	}
	.main-container{
	    display:flex;
	    flex-wrap:wrap;
	    flex-direction:row;
	    flex-flow:row wrap;
	    justify-content: flex-start;
	    width:100%;
	}
	h1{
	    color: #2a3841; 
	    font-family: "Bodoni Moda", serif;
        font-weight:400;
        font-style: normal;
        font-size:3em;
        line-height: 65px; 
        text-align:center;
	}
	h2{
	    color: #2a3841; 
	    text-align:center;
	    font-family: "Bodoni Moda", serif;
        font-weight:400;
        font-style: normal;
        font-size:2.2em;
        margin-top:40px;
        text-transform: uppercase;
	}
	h3{
	    color: #2a3841; 
	    text-align:center;
	    font-family: "Bodoni Moda", serif;
        font-weight:400;
        font-style: normal;
        font-size:2em;
        margin-top:40px;
        text-transform: uppercase;
	}
	p{
	    text-align:center;
	    font-size:1.1em;
	}
	p a{
	    text-decoration: none;
	}
	#contact{
        font-size:1.1em;
	}
    #contact img{
	    width:24px;
	    height:24px;
	    margin-left:8px;
	    margin-right:8px;
	}
	#copyright{
	    font-size:.9em;
	    font-family: "Oxygen", sans-serif;
        font-weight: 400;
        font-style: normal;
	}
}/* end media */