
		.modal-content2 {
			position: relative;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			flex-direction: column;
			width: 100%;
			pointer-events: auto;
			background-color: #fff;
			background-clip: padding-box;
			border: 1px solid rgba(0,0,0,.2);
			border-radius: .3rem;
			outline: 0;
		}
		.modal-content2 {
			background-clip: padding-box;
			background-image: url(img/footer/g1.jpg);
			border: 1px solid rgba(0, 0, 0, 0.2);
			border-radius: 6px;
			box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
			outline: 0 none;
			position: relative;
			color:black;
		}
		#shipinfo {
		position:fixed;
		display:none;
		margin:auto;
		width:600px;
		max-width:90%;
		background:white;
		height:fit-content;
		padding:20px;
		text-align:center;
		border-radius:20px;
		background-clip: padding-box;
        background-image: url(img/footer/g1.jpg);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
		}
		#shipinfo h3 {
		font-size:clamp(12px,2.0vw,26px);
		line-height:clamp(12px,2.0vw,26px)
		}
		#shipinfo p {
        font-size:clamp(10px,1.5vw,18px);
		line-height:clamp(12px,1.5vw,20px)
        }
		#dimmer {
		position:fixed;
		display:none;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background:black;
		opacity:80%;
		}
