 .rig-header {
 	background-color: #191970;
 }
 .bd-placeholder-img {
   font-size: 1.125rem;
   text-anchor: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
 }

 @media (min-width: 768px) {
   .bd-placeholder-img-lg {
     font-size: 3.5rem;
   }
 }

 .b-example-divider {
   width: 100%;
   height: 3rem;
   background-color: rgba(0, 0, 0, .1);
   border: solid rgba(0, 0, 0, .15);
   border-width: 1px 0;
   box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
 }

 .b-example-vr {
   flex-shrink: 0;
   width: 1.5rem;
   height: 100vh;
 }

 .bi {
   vertical-align: -.125em;
   fill: currentColor;
 }

 .nav-scroller {
   position: relative;
   z-index: 2;
   height: 2.75rem;
   overflow-y: hidden;
 }

 .nav-scroller .nav {
   display: flex;
   flex-wrap: nowrap;
   padding-bottom: 1rem;
   margin-top: -1px;
   overflow-x: auto;
   text-align: center;
   white-space: nowrap;
   -webkit-overflow-scrolling: touch;
 }

 .btn-bd-primary {
   --bd-violet-bg: #712cf9;
   --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

   --bs-btn-font-weight: 600;
   --bs-btn-color: var(--bs-white);
   --bs-btn-bg: var(--bd-violet-bg);
   --bs-btn-border-color: var(--bd-violet-bg);
   --bs-btn-hover-color: var(--bs-white);
   --bs-btn-hover-bg: #6528e0;
   --bs-btn-hover-border-color: #6528e0;
   --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
   --bs-btn-active-color: var(--bs-btn-hover-color);
   --bs-btn-active-bg: #5a23c8;
   --bs-btn-active-border-color: #5a23c8;
 }

 .bd-mode-toggle {
   z-index: 1500;
 }

 .bd-mode-toggle .dropdown-menu .active .bi {
   display: block !important;
 }
      
/* added from the carousel.css example */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
} */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.wave {
  width: 100%;
  height: 100px; /* Adjust height as needed */
}


/* 
added below for price.html
*/
/* body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}
 */
.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}   



/* SIGNUP MODAL */
.login-container-min { 
	background-color: white; 
 	max-width: 400px; 
	width: 100%; 
} 
/* .login-container { 
	background-color: white; 
	border: 2px solid black; 
	border-radius: 10px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
	padding: 20px; 
	text-align: center; 
	color: black; 
	max-width: 400px; 
	width: 100%; 
} 

.login-container h2 { 
	margin-bottom: 20px; 
}  */

.login-form { 
	display: flex; 
	flex-direction: column; 
	gap: 10px; 
/* 	margin-bottom: 50px; */ 
} 

.login-form input { 
	padding: 10px; 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	font-size: 12px; 
} 

.login-form button { 
	background-color: #4285f4; 
	color: #fff; 
	border: none; 
	padding: 10px; 
	border-radius: 5px; 
	cursor: pointer; 
	font-size: 16px; 
} 

.social-buttons { 
	display: flex; 
	flex-direction: column; 
	gap: 12px; 
	margin-top: 20px; 
} 

.social-buttons button { 
	color: #fff; 
	border: none; 
	padding: 10px; 
	border-radius: 6px; 
	cursor: pointer; 
	font-size: 16px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
} 

.social-buttons button.facebook { 
	background-color: #4c70bd; 
} 

.social-buttons button.google { 
	background-color: #f15847; 
} 

.social-icons { 
	display: flex; 
	justify-content: center; 
	gap: 8px; 
	margin-top: 9px; 
} 

.social-icons i { 
	font-size: 24px; 
	color: #4285f4; 
} 

i { 
	margin-right: 10px; 
} 

.social-icons i.facebook { 
	color: #3b5998; 
} 

.social-icons i.google { 
	color: #db4a39; 
} 


/* for header drop-down */
.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}










/* centers a word in horizontal line */
.hr-container {
  position: relative;
}
.hr-container-red {
  position: relative;
  background-color: red;
  color: red;
}

.hr-container hr {
  border: none;
  height: 1px;
  background-color: #000;
  margin: 0;
}

.hr-container-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px 10px;
}





:root {
	--midnight-blue: #191970ff;
	--marian-blue: #3e458bff;
	--glaucous: #6371a5ff;
	--vista-blue: #899dc0ff;
	--columbia-blue: #aec9daff;
	--mint-green: #d3f5f5ff;
	
	--turkey-red: #a30000ff;
	--safety-orange: #ff7700ff;
	--school-bus-yellow: #ffdb00ff;
	--yellow-green: #93c530ff;
	--green-blue: #1164b4ff;
	--dark-violet: #9f00c5ff;
	
	--yinmn-blue: #1b5299ff;
	--chartreuse: #86ff24ff;
	--orange-pantone: #ff5e0eff;

	/* --border-prefix: border; */
	--border-prefix: bs-card;
	/* --border-color: var(--midnight-blue); */


	--bs-dropdown-link-active-bg: #28a745;
	--bs-dropdown-link-hover-color: var(--yinmn-blue);

}

.rig-form-card {
	/* --#{$border-prefix}border-color: var(--orange-pantone); 
	--bs-card-border-color: var(--orange-pantone);
	*/
	--#{$border-prefix}border-color: var(--orange-pantone);	
}	

.rig-data-card {
	width: 100%;
}
.rig-data-card:hover {
	background-color: var(--columbia-blue);
}
 

.btn-rig-color {
  background-color: var(--yinmn-blue);
  color: #fff;
}
.btn-rig-color:hover {
  background-color: var(--marian-blue);
  color: #fff;
}

.rig-drop-down-port {
	--bs-dropdown-link-active-bg: #a72828;
	--bs-dropdown-link-hover-color: var(--yinmn-blue);
}

.rig-drop-down-forestay{
	--bs-dropdown-link-active-bg: var(--glaucous);
	--bs-dropdown-link-hover-color: var(--yinmn-blue);
}

.rig-drop-down-starboard{
	--bs-dropdown-link-active-bg: #28a745;
	--bs-dropdown-link-hover-color: var(--yinmn-blue);
}

.icon-15 {
	font-size: 25px;
}

.icon-25 {
	font-size: 25px;
}
.icon-35 {
	font-size: 35px;
}

.box-dark-violet {
	color: white;
	border: 1px solid black;
	background-color: var(--dark-violet);
}
.box-yellow-green {
	color: white;
	border: 1px solid black;
	background-color: var(--yellow-green);
}
.box-school-bus-yellow {
	color: white;
	border: 1px solid black;
	background-color: var(--school-bus-yellow);
}
.box-green-blue {
	color: white;
	border: 1px solid black;
	background-color: var(--green-blue);
}
.box-safety-orange {
	color: white;
	border: 1px solid black;
	background-color: var(--safety-orange);
}
.box-turkey-red {
	color: white;
	border: 1px solid black;
	background-color: var(--turkey-red);
}
.box-mint-green {
	color: white;
	border: 1px solid black;
	background-color: var(--mint-green);
}
.box-columbia-blue {
	color: white;
	border: 1px solid black;
	background-color: var(--columbia-blue);
}
.box-vista-blue {
	color: white;
	border: 1px solid black;
	background-color: var(--vista-blue);
}
.box-glaucous {
	color: white;
	border: 1px solid black;
	background-color: var(--glaucous);
}
.box-marian-blue {
	color: white;
	border: 1px solid black;
	background-color: var(--marian-blue);
}
.box-midnight-blue {
	color: white;
	border: 1px solid black;
	background-color: var(--midnight-blue);
}
.box-yinmn-blue {
	color: white;
	border: 1px solid black;
	background-color: var(--yinmn-blue);
}
.box-chartreuse {
	color: black;
	border: 1px solid black;
	background-color: var(--chartreuse);
}
.box-orange-pantone {
	color: white;
	border: 1px solid black;
	background-color: var(--orange-pantone);
}

.rig-midnight-blue {
	color: white;
	background-color: var(--midnight-blue);
}
.rig-yinmn-blue {
	color: white;
	background-color: var(--yinmn-blue);
}
.rig-chartreuse {
	color: black;
	background-color: var(--chartreuse);
}
.rig-orange-pantone {
	color: white;
	background-color: var(--orange-pantone);
}
.box-height-50 {
	height: 50px;
}
.box-height-100 {
	height: 100px;
}
.box-height-150 {
	height: 150px;
}
      