/* General Website Font */
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@400;700&display=swap');

/* Applies Martel font to navbar links */
.navbar-nav a {
    font-family: 'Martel', sans-serif !important; 
}

/* Basic styling for the entire page */
* {
    box-sizing: border-box;
}

/* Styling for the body of the webpage */
body {
    margin: 0;
    font-family: 'Martel', serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}

/* Applies Martel font to the entire page */
* {
    font-family: 'Martel', serif;
}

/* Styling for the video header section */
.video-header {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Martel', serif;
}

/* Styling for the content wrap */
.wrap {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    text-align: center;
}

/* Styling for the fullscreen video container */
.fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Styling for the video element */
.fullscreen-video-wrap video {
    min-height: 100%;
    min-width: 100%;
}

/* Styling for the header overlay */
.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 33, 33, 0.65);
  opacity: 0.80;
}

/* Styling for the content within the header */
.header-content {
  z-index: 2;
  margin-top: 20%;
  padding: 0 5rem;
}

/* Styling for the main header text */
.header-content h1 {
  font-size: 50px;
  margin-bottom: 0;
  font-family: 'Martel', serif;
}

/* Styling for paragraphs within the header content */
.header-content p {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 2rem;
  margin-top: 10px;
  font-family: 'Martel', serif;
}

/* Styling for custom buttons */
.my-btn {
  padding: 1rem 1rem;
}

/* Media query for responsive design */
@media (max-width: 768px) {
  .header-content h1 {
    font-size: 40px;
  }
  .header-content p {
    font-size: 1rem;
  }
  font-family: 'Martel', serif; 
}

/* Styling for sections with text */
section {
  text-align: center;
  margin-top: 50px;
  font-size: 1.5rem;
}

/* Navbar styling */
.navbar {
  z-index: 10;
}

/* Styling for navigation links and brand in the navbar */
.my-nav .nav-link {
  color: aliceblue;
}

.my-nav .navbar-brand {
  color: aliceblue;
}

/* Styling for the toggler icon in the navbar */
.navbar-toggler-icon {
  color: aliceblue;
}

/* Styling for the video within the fullscreen container */
.fullscreen-video-wrap video {
  width: 100%;
  height: auto;
  font-family: 'Martel', serif !important;
}

/* Styling for the header section with video background */
.video-header {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Martel', serif;
}

/* Container styling for positioning */
.container {
  position: relative;
}

/* Styling for the section with a background image (mantra) */
.mantra {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  background: url(images/mantra.png);
  background-size: cover;
  text-align: center;
  font-family: 'Martel', serif;
  font-size: 100em;
}

/* Styling for the "Our Mission" header section */
.missionHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 820px;
  width: 100%;
  color: #f9edd4 !important;
  background: linear-gradient(0deg, rgba(33, 37, 41, 0.90), rgba(0, 0, 0, 0)), url(images/missionImage.jpg);
  background-size: cover;
  text-align: center;
  font-family: 'Martel', serif;
  font-size: 93px;
}

#carouselNameText{
  color: #00a6a6;
}

/* Styling for the section with a background image (missionBubble) */
.missionBubble {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
  background: url(images/missionBubblePic.png);
  background-size: cover;
  text-align: center;
  font-family: 'Martel', serif;
  font-size: 100em;
}

/* Styling for the main header text within the mission section */
#missionHeaderText {
  font-size: 100px;
  color: #F9EDD4;
  padding-left: 15px;
  padding-right: 15px;
}

/* Styling for the title within the "Our Mission" section */
.ourMissionTitle {
  display: flex;
  justify-content: center;
}

/* Styling for the sunGif image */
#sunGif {
  width: 150px;
  height: auto;
  max-width: 100%;
}

/* Styling for card titles */
.card-title {
  font-family: 'Impact', cursive, sans-serif;
  color: #F49F0A;
}

/* Styling for statistic text */
.statisticText {
  font-weight: bold;
  font-size: 24px;
}

/* Styling for text block with absolute positioning */
.text-block {
  position: absolute;
  transform: translate(10%, -20%);
  top: 400%;
  left: -10px;
  background-color: #F49F0A;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  width: 470px;
  height: 250px;
  font-family: 'Martel', serif;
  border-radius: 25px;
  text-align: center;
}

/* Media query for responsive design below 768px */
@media (max-width: 768px) {
  /* Adjusting font size for smaller screens */
  .header-content h1 {
    font-size: 40px;
    font-family: 'Martel', serif;
  }

  .header-content p {
    font-size: 1rem;
    font-family: 'Martel', serif;
  }
}

/* Additional media query for responsive design below 768px */
@media (max-width: 768px) {
  .header-content h1 {
    font-size: 40px;
  }
  .header-content p {
    font-size: 1rem;
  }
  font-family: 'Martel', serif;
}

/* Beginning of stats section */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Styling for body */
body {
  font-family: 'Martel', serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
}

/* Styling for heading elements */
h2, h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Martel', serif;
}

/* Styling for paragraphs */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dfn {
  font-style: italic;
}

strong {
  font-weight: bolder;
}

.h2 {
  font-size: 1.25rem;
}

/* Colors used for Our mission boxes */
.bg-info {
  background-color: #F49F0A !important;
}

.bg-warning {
  background-color: #EFCA08 !important;
}

.bg-danger {
  background-color: #00A6A6 !important;
}

.bg-yellow {
  background-color: #F9EDD4 !important;
}

/* Styling for text in success color */
.text-success {
  color: #2dce89 !important;
}

/* Styling for homePageStatsTitle */
#homePageStatsTitle {
  text-align: center;
  font-family: 'Martel', serif;
}

#homeStats{
  background-color: #00a6a6;
}

#homePageTestimonials{
  padding-bottom: 25rem;
}

/* Our Team Title Styling */
#ourTeamTitle{
  color: #efca08;
}

/* Styling for text-danger color on hover/focus */
a.text-danger:hover, a.text-danger:focus {
  color: #ec0c38 !important;
}

/* Styling for the hover/focus for links and buttons */
a.bg-yellow:hover, a.bg-yellow:focus, button.bg-yellow:hover, button.bg-yellow:focus {
  background-color: #ccab00 !important;
}

/* Styling for gradient background */
.text-sm {
  font-size: .875rem !important;
}

.card-stats .card-body {
  padding: 1rem 1.5rem;
}

.main-content {
  position: relative;
}

.icon {
  width: 3rem;
  height: 3rem;
}

.icon i {
  font-size: 2.25rem;
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i {
  font-size: 1.25rem;
}


p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
#Video {
  position: relative;
  overflow: hidden;
}

#Video img {
  width: 100%;
  height: auto;
  display: block;
}

.btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*End of stats Section*/
.service{
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading6{
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  font-family: Oswald;
}

.service1{
  background-color: rgb(208, 231, 210);
  border-radius: 5%;
  padding: 2rem;
}

.service2{
  background-color: rgb(176, 217, 177);
  border-radius: 5%;
  padding: 2rem;
}

.service3{
  background-color: rgb(121, 172, 120);
  border-radius: 5%;
  padding: 2rem;
}

.mini{
  font-family: Roboto;
}
* {
  margin:0px;
  padding:0px;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
  background: #ffffff;
  color: #333;
  font-weight: normal;
  font-size: 1em;
  font-family: 'Roboto', Arial, sans-serif;
}

input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none;
}
::-moz-placeholder {
  color: #666;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}

/* Contact Form Styling 
.container {
  padding: 0 50px 70px;
}
.textcenter {
  text-align: center;
}
.section1 {
  text-align: center;
  display: table;
  width: 100%;
}
.section1 .shtext {
  display: block;
  margin-top: 20px;
}
.section1 .seperator {
  border-bottom:1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h1 {
  font-size: 40px;
  color: #435334;
  font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
  width: 48.71%;
}
.section2 .col2.first {
  float: left;
}
.section2 .col2.last {
  float: right;
}
.section2 .col2.column2 {
  padding: 0 30px;
}
.section2 span.collig {
  color: #a2a2a2;
  margin-right: 10px;
  display: inline-block;
}
.section2 .sec2addr {
  display: block;
  line-height: 26px;
}
.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
  padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #435334;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
  font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #435334;
}

/* media querries */

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 30px 70px;
  }
  .section2 .col2 {
    width: 100%;
    display: block;
  }
  .section2 .col2.first {
    margin-bottom: 10px;
  }
  .section2 .col2.column2 {
    padding: 0;
  }
  body .sec2map {
    height: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
  }
  .section2 .sec2contactform h3 {
    font-size: 16px;
  }
  .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 10px;
    margin:3px 0;
  }
  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  }	
}

.wrapper {
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; 
}

h1.mb-5 {
  text-align: center;
  font-size: 2.5em;
  color: #2563eb; 
  margin-bottom: 20px;
}

.form-group {
  text-align: center;
  margin-bottom: 20px;
}

/* Styles for the "Set Reminder" button */
.btn-primary {
  background-color: #2563eb; 
  border: none;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #1c4fcf; 
}
/* Begining of new articile portion */
.recentNews {
    background-color: F9EDD4 
}
.recentNews .news-title {
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size:55px;
    font-weight:bold;
    color: #fff;
}

#newsArticleTitle{
  color: #efca08;
}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recentNews .ct-blog {
    margin-bottom: 30px;
}
.ct-blog .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.ct-blog .inner:hover {
    background-color: #e6e6e6;
}
.ct-blog .fauxcrop {
    height: 180px;
    overflow: hidden;
}
.ct-blog .fauxcrop img {
    width: 100%;
}
.ct-blog-content {
    display: table;
    padding: 30px 0 28px;
}
.ct-blog-content .ct-blog-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
    font-family: "Lato", sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}
.ct-blog-content .ct-blog-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: rgb(20, 117, 175);  
}
.ct-blog-content .ct-blog-header {
    color: #000;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
}
.btn-news {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #FFF;
}
/* End of the new article portion */ 

/* Sunsafety css */
#certifiedButton{
  background-color: #EFCA08;
}

.card-img-top{
  height: 350px;
  width: 100%;
  object-fit: cover;
}

#sunSafetyBody{
  background-color: #f9edd4;
}

#factsVideo{
  width:110%;
  height: 100%
}

#skinCancerCardsTitle{
  padding-top: 50px;
}

#skinCancerCardsSubtitle{
  padding-bottom: 50px;
  font-family: 'Martel', serif;
  
}


/* Start of UV List */
#twoFactsBoxes {
  width: 50%;
  background-color: #f9edd4;
  font-family: 'Martel', serif;
  color: black;
  padding-right: 20px;
  padding-bottom: 20px;
}

#twoFactsBoxes ul {
  list-style-position: inside;
}

.bold-first-word {
  font-weight: bold;
}

.red {
  color: green;
}

.blue {
  color: #FFD21C;
}

.green {
  color: orange;
}

.orange {
  color: red;
}

.purple {
  color: purple;
}

/* End of UV List */
body {
  font-family: Montserrat, sans-serif;
}
/* Facts Columns */
#twoFactsBoxes {
  width: 50%;
  background-color: #f9edd4;
  font-family: 'Martel', serif;
  color: black;
  padding-right: 20px;
  padding-bottom: 20px;
}

#secondFactsBoxes {
  width: 33.3%;
  background-color: #f9edd4;
  font-family: 'Martel', serif;
  color: black;
}

#twoFactsBoxes ul,
#secondFactsBoxes ul {
  list-style-position: inside;
}

#theFactsColumn{
  padding-top: 60px;
}

/* Skin Cancer Flip Cards */

.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.card-front {
  transform: rotateY(0deg);
  background-color: #EFCA08;
}

.card-body-cancer {
  background-color: #EFCA08;
}

.card-text-back{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.card-title-cancer{
  color: white;
  font-family: 'Martel', serif;
  font-size: 1.5rem;
}

.card-title-back-cancer{
  color: white;
  font-family: 'Martel', serif;
  font-size: 1.5rem;
  padding-top: 25px;
}

.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
  transform: rotateY(0deg);
}

#cancerCardTitle{
  padding-top: 40px;
  font-family: 'Martel', serif;
}

#cancerCardSubtitle{
  padding-bottom: 40px;
  font-family: 'Martel', serif;
}
/* End of Flip Cards */

/* Reef safety */
#cards_landscape_wrap-2{
  text-align: center;
  background: #f9edd4;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

#reefFactsBoxes{
  width: 50%;
  background-color: white;
  font-family: 'Martel', serif;
  color: black;
  padding-bottom: 20px;
  font-size: 20px;
}

#reefFirstHyperlink {
  font-family: 'Martel', serif;
  color: #00acc1;
}
#reefQuoteName{
  color: #efca08;
}

#coralReefPictures{
  background-color: #F9EDD4;
}

#machineImageModelTitle{
  padding-top: 100px;
}

#machineImageModelSubtitle{
  padding: 10px 20px 20px 30px;
}

#machineImageModelButton{
  padding-bottom: 100px;
}

#machineImageModel{
  background-color: #00a6a6;
}

#machineImageButton{
  background-color: #f9edd4;
  height:40%;
  width:7%;
}

/* Our Picks Page CSS */
#ourPicksTitle{
  padding-top:150px;
  color:white;
}

#ourPicksHeadings{
  color:white;
  padding-left:100px;
  padding-right:100px;
}
/* Get certified css */
.donate-video{
  height: 60vh;
  background-image:url("https://images.unsplash.com/photo-1519338381761-c7523edc1f46?q=80&w=2177&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Testimony css */
.home-testimonial{background-color: #00A6A6;height: 380px}.home-testimonial-bottom{background-color: #F9EDD4;transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top: 20px;margin-bottom: 0px;position: relative;height: 130px;top: 190px}.home-testimonial h3{color: var(--orange);font-size: 14px;font-weight: 500;text-transform: uppercase}.home-testimonial h2{color:#F9EDD4;font-size: 28px;font-weight: 700}.testimonial-inner{position: relative;top: -174px}.testimonial-pos{position: relative;top: 24px}.testimonial-inner .tour-desc{border-radius: 5px;padding: 40px}.color-grey-3{font-family: "Martel", Sans-serif;font-size: 14px;color: #6c83a2}.testimonial-inner img.tm-people{width: 60px;height: 60px;-webkit-border-radius: 50%;border-radius: 50%;-o-object-fit: cover;object-fit: cover;max-width: none}.link-name{font-family: "Martel", Sans-serif;font-size: 14px;color: #6c83a2}.link-position{font-family: "Martel", Sans-serif;font-size: 12px;color: #6c83a2}

.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 50px auto;
  padding: 0 70px;
}
.carousel-item {
  color: #999;
  font-size: 14px;
    text-align: center;
  overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.carousel .testimonial {
  padding: 30px 0 10px;
}
.carousel .overview {	
  font-style: italic;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #db584e;
}
.carousel .carousel-control {
  width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
  background: none;
}
.carousel-control i {
    font-size: 68px;
  line-height: 42px;
    position: absolute;
    display: inline-block;
  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.carousel-indicators li {	
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
  background: #555;		
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/* Email us CSS */
.textdonate,
.givedonate
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}

.textdonate h4,
.givedonate {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 50px;
  color:#F9EDD4 !important;
}

/* Style for the button */
.btn-primary {
  background-color: #00a6a6;
  border: 1px solid #04AA6D;
  color: white;
  padding: 10px 24px;
  cursor: pointer;
  font-family: 'Bebas Neue', sans-serif;
}
#Donate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0px;
  background-color: #F49F0A;
  color: #FAF1E4 !important;
  padding: 20px;
  border-radius: 0px;
  font-family: 'm', sans-serif;
}

/* Sunscreen reminder */
.background-wrapper {
  background: url('https://img.freepik.com/premium-photo/sunscreens-colored-background-closeup-sun-protection-skin_441923-8214.jpg') center/cover fixed; 
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sunscreen-container {
  max-width: 500px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 50px; 
}

.sunscreen-title {
  color: #007bff;
  text-align: center;
}

.sunscreen-label {
  color: #495057;
  font-weight: bold;
}

.sunscreen-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.sunscreen-btn {
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
}

.sunscreen-btn:hover {
  background-color: #0056b3;
  border: 1px solid #0056b3;
}
/* Zoe styling */
body {
  background-color: #F49F0A; 
}

.section-container {
  padding: 0px;
  background-color: ;
}

.text-container {
  background-color: #ffffff; 
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
  color: #ff8c00; 
}

.section-text {
  color: #000000; 
}

/* Responsive styling for image */
.section-image {
  max-width: 60%;
  height: auto;
  width: 60%; 
  align-items: right;
}


.card-titl{
    font-size: 6rem; 
}
.your-existing-container {
  position: absolute;
  bottom: 300px;
  left: 300px; 
}

.btn-primary1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #F49F0A;
  border: 1px solid #F49F0A;
  color: white;
  padding: 10px 20px; 
  margin: 0; 
  cursor: pointer;
  font-family: 'Martel', sans-serif;
  width: 400px; 
}

.button-heading {
  margin-bottom: 5px; 
}

.button-text {
  margin-top: 5px; 
}

  color: #000000; 

/* Contant us form CSS */
* {
  margin:0px;
  padding:0px;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing: border-box; }

.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none;
}
::-moz-placeholder {
  color: #f9edd4;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color:#000;
  font-weight: 300;
}


/* Contact Form Styling */
.container {
  padding: 0 100px 70px;
}
.textcenter {
  text-align: center;
}
.section1 {
  text-align: center;
  display: table;
  width: 100%;
}
.section1 .shtext {
  display: block;
  margin-top: 30px;
}
.section1 .seperator {
  border-bottom:1px solid #fff;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h1 {
  font-size: 40px;
  color: #f49f0a;
  font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
  width: 48.71%;
}
.section2 .col2.first {
  float: left;
}
.section2 .col2.last {
  float: right;
}
.section2 .col2.column2 {
  padding: 0 30px;
}
.section2 span.collig {
  color: #f9edd4;
  margin-right: 10px;
  display: inline-block;
}
.section2 .sec2addr {
  display: block;
  line-height: 26px;
}
.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
  color:#f9edd4;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #000;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
  padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #f49f0a;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
  font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #f9edd4;
    padding-bottom: 19px;
    color: #f49f0a;
}

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 30px 70px;
  }
  .section2 .col2 {
    width: 100%;
    display: block;
  }
  .section2 .col2.first {
    margin-bottom: 10px;
  }
  .section2 .col2.column2 {
    padding: 0;
  }
  body .sec2map {
    height: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
    color:#f9edd4;
  }
  .section2 .sec2contactform h3 {
    font-size: 16px;
  }
  .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 10px;
    margin:3px 0;
  }
  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  }	
}
.section2 {
    width: 1200px;
    margin: 25px auto;
    background-color: #00a6a6; 
}
.missionNumber1 {
  font-size: 7vw; 
  font-family: Candara, sans-serif;
  font-weight: bold;
  color: #F49F0A;
}
