
/* 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 {
    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 {
    font-family: 'Forum','Roboto', sans-serif;
  }

.headerwrapper{
    width: 100%;
    margin: 0 auto;
	float: top;
}


.topbanner{
	width: 100%;
	height: 690px;
	position: relative;
    background: url('../img/scs_ocean.jpg') no-repeat;   
     
    background-size: cover;
    background-position: 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%;
}

.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: -1;
    left: 200px; 
}

.button_bg {
    position: fixed; 
    left: 5; 
    top: 33%;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .25);
}

.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: 20px;
    padding: 20px 30px;
    border-radius: 15px;
    background: transparent;
}

.testimonial-content {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

.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;
}











