
/* Universals */
* {
    margin: 0;
    padding: 0;
    box-shadow: border-box;
}

.forum-regular {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
  }
/*

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
*/

.roboto-flex {
  font-family: "Forum", "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

html {
    height: 100%;
    background-color: #dec7a7;
    color: #555;
    font-family: 'Forum', 'Roboto','Lato', 'Arial', sans-serif;
    font-weight:300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

th, td {
    padding-bottom: 20px;
  }

  our_superscript {
    vertical-align: super;
    /* font-size: smaller; */
    }

.indentedtext { 

    margin-left: 20px;

}

/* Link Styling */
a {
    text-decoration: none;
}

.headerwrapper a{  
    color: #ccc;
}

.headerwrapper a:hover{
    
	color: #fff;
}

/* Row styling */
td {
    vertical-align: top;
}
  
/* body */
body {
    min-height: 100vh;
    background-image: url('../img/sand-texture.png');
    background-repeat: repeat;
    background-color: #b8923e;
    font-family: 'Forum','Roboto', sans-serif;
  }

.headerwrapper{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 120;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}


.topbanner{
	width: 100%;
    min-height: 690px;
    height: auto;
	position: relative;
    background: 
        linear-gradient(to bottom, transparent 55%, #c0974e 100%),
        url('../img/scs_ocean.jpg') no-repeat;
    padding-bottom: 24px;
     
    background-size: cover, cover;
    background-position: center, center;
    
    z-index: 50;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.companylogo{

    margin-top: 4%;
	margin-left: 2%;
}

header nav{
    float: right;
    margin-top: 4%;
    margin-right: 36px;
    position: relative;
    z-index: 120;
}

.toplist{
    list-style: none;
    display: inline;
    float: right;
    margin-right: 50px;
    top:10px;	
    z-index: 9999;
}

.toplink{
    text-decoration: none;  
    font-family: "lato";
    font-size: 16px;
    z-index: 9999;
    
    -webkit-animation-iteration-count: 1;
}

.toppageidentifier {
    text-decoration: none;  
    font-family: "lato";
    font-size: 16px;
    color: white;
}


.centercaption{
    text-align: center;
	color: #000;
    z-index: 5;
    position: relative;
}

.stub-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 102px;
    height: 68px;
    background-color: rgba(240, 225, 195, 0.55);
    border: 2px solid rgba(160, 130, 80, 0.6);
    border-radius: 8px;
    color: #3a2c10;
    font-family: 'Forum', serif;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    padding: 4px;
    line-height: 1.2;
}
.stub-button:hover {
    background-color: rgba(255, 245, 215, 0.8);
}
.stub-button-active {
    background-color: rgba(160, 130, 80, 0.45);
    border-color: rgba(100, 75, 30, 0.8);
    color: #1a0f00;
}

/* CSS Navigation Buttons - replaces image-based buttons */
.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 102px;
    min-height: 58px;
    background: linear-gradient(160deg, rgba(242, 228, 196, 0.72) 0%, rgba(215, 193, 148, 0.62) 100%);
    border: 2px solid rgba(155, 120, 58, 0.68);
    border-radius: 10px;
    color: #3a2a0e;
    font-family: 'Forum', serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    padding: 8px 6px;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.45);
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
    word-break: break-word;
}
.nav-btn:hover {
    background: linear-gradient(160deg, rgba(255, 248, 222, 0.92) 0%, rgba(238, 218, 172, 0.88) 100%);
    border-color: rgba(115, 85, 25, 0.85);
    color: #1a0f00;
    box-shadow: 0 3px 7px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.55);
    transform: translateX(2px);
}
.nav-btn-active {
    background: linear-gradient(160deg, rgba(145, 108, 42, 0.58) 0%, rgba(115, 85, 28, 0.52) 100%);
    border-color: rgba(85, 60, 12, 0.88);
    color: #150c00;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.22);
    cursor: default;
    pointer-events: none;
}

.button_bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: fixed; 
    left: 8px;
    top: 120px;
    height: auto;
    padding: 8px 5px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .25);
    z-index: 80;
}

.page_h3 {
    margin-bottom: 10px;
}

.pagetext {
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.testimonialimg {
    margin-top: 5px;
    width: 100px;
}

.testimonialtext {
    margin-left: 5px;
}

.testimonialauthor {
    font-style:italic;
    font-weight: bold;
}

/*
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}




.testimonials-banner {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 15px;
    background: transparent;
}

.testimonial-content {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    background: transparent;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}

.testimonial-author {
    font-weight: bold;
    color: #2c5aa0;
    margin-bottom: 5px;
    font-size: 16px;
}

.testimonial-title {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 0;
}

.testimonial-controls {
    display: none;
}

.testimonial-btn {
    background-color: #2c5aa0;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.testimonial-btn:hover {
    background-color: #1e4070;
}

.testimonial-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.testimonial-dot.active {
    background-color: #2c5aa0;
}

.testimonial-dot:hover {
    background-color: #999;
}

.scs-footer {
    text-align: center;
    padding: 26px 20px 30px;
    background-color: #1a1a1a;
    color: #f0f0f0;
    font-size: 14px;
}

.scs-footer p {
    margin: 0 0 10px;
    color: #f0f0f0;
}

.scs-footer .patreon-link {
    display: inline-block;
    background: linear-gradient(to right, #ff424d, #ff6b6b);
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scs-footer .patreon-link:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(255, 66, 77, 0.5);
    color: #fff;
    text-decoration: none;
}











