/* Font Styles
------------------------------------------------*/
#landing-text {
  font-family: "Bellefair", serif;
}

h2,
h4,
h5 {
  font-family: "Bellefair", serif;
}

h6,
p {
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
}

/* Icon Styling 
------------------------------------------------*/
.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

/* Nav Bar 
------------------------------------------------*/
.nav-bar {
  background-color: rgb(148, 13, 29);
  height: 80px;
}

#logo-container {
  width: 80%;
  height: 80px;
}

a {
  cursor: pointer;
}

nav ul a {
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
  height: 80px;
}

nav li {
  height: 80px;
}

.side-nav {
  background-color: rgb(148, 13, 29);
  width: 50%;
}

.nav-mobile {
  height: 60px;
}

#cys-logo {
  width: 80%;
  overflow: auto;
  vertical-align: 50%;
}

.button-collapse {
  color: white;
  padding-top: 10px;
}

/* Footer Bar
------------------------------------------------*/
footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* HOME PAGE STYLING 
------------------------------------------------*/
/* Main Background Image */
#home-container {
  background-image: url("../images/sailboat.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  height: 83vh;
  display: flex;
  align-items: center;
  margin: 0px;
}

/* Landing Text */
#landing-text-container {
  margin-bottom: 20%;
}

#landing-text-2 {
  margin-left: 10px;
}

.scroll-text {
  color: white;
}

#intro-container {
  background-color: rgb(148, 13, 29);
  padding-top: 15px;
  padding-bottom: 20px; 
  padding-left: 15px;
  padding-right: 15px;
}

#scroll-down-container {
  padding-top: 350px;
}

#container-two {
  background-color: rgb(148, 13, 29);
}

.row {
  margin-bottom: 0px;
}

/* ABOUT PAGE STYLING 
------------------------------------------------*/
/* Main Background Image */
#about-container {
  background-image: url("../images/rope2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: top;
  margin: 0px;
  width: 100%;
  overflow: auto;
}

/* SERVICES PAGE STYLING 
------------------------------------------------*/
/* Main Background Image */
#services-container {
  background-image: url("../images/rope3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: top;
  margin: 0px;
  width: 100%;
  overflow: auto;
}

.service-headings {
  font-weight: bold;
  text-decoration: underline;
  size: 20px;
}

.service-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tabs .indicator {
  background-color: rgb(148, 13, 29);
  height: 5px;
}

#tab-1,
#tab-2,
#tab-3,
#tab-4 {
  padding: 0px;
}

/* FAQ PAGE STYLING 
------------------------------------------------*/
/* Main Background Image */
#faq-container {
  background-image: url("../images/sail.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 85vh;
  display: flex;
  align-items: center;
  margin: 0px;
  width: 100%;
  overflow: auto;
}

/* CONTACT PAGE STYLING 
------------------------------------------------*/
/* Main Container Background Image */
#contact-container {
  background-image: url("../images/rope4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  display: flex;
  align-items: center;
  margin: 0px;
  width: 100%;
  overflow: auto;
}

/* MEDIA QUERIES
------------------------------------------------*/
/* 3000 PIXELS WIDE */
@media only screen and (max-width: 3000px) {

  /* Nav Bar */
  #logo-container {
    width: 70%;
    height: 80px;
  }

  #cys-logo {
    width: 50%;
    overflow: auto;

  }
} 

/* 1366 PIXELS WIDE */
@media only screen and (max-width: 1367px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  #cys-logo {
    width: 50%;
    overflow: auto;

  }

  .nav-wrapper {
    width: 80%;
  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 300px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 45px;
  }
}

/* 1024 PIXELS WIDE */
@media only screen and (max-width: 1024px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  #cys-logo {
    width: 55%;
    overflow: auto;

  }

  .nav-wrapper {
    width: 90%;
  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 400px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 45px;
  }
}

/* 823 PIXELS WIDE */
@media only screen and (max-width: 823px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  .side-nav {
    width: 25%;
  }

  #cys-logo {
    width: 70%;
    overflow: auto;

  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    height: 80vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 150px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 35px;
  }
}

/* 812 PIXELS WIDE */
@media only screen and (max-width: 812px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  .side-nav {
    width: 25%;
  }

  #cys-logo {
    width: 80%;
    overflow: auto;

  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    height: 80vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 150px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 35px;
  }
}

/* 768 PIXELS WIDE */
@media only screen and (max-width: 768px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  .side-nav {
    width: 25%;
  }

  #cys-logo {
    width: 85%;
    overflow: auto;

  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 130% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 250px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 35px;
  }
}

/* 736 PIXELS WIDE */
@media only screen and (max-width: 736px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  .side-nav {
    width: 25%;
  }

  #cys-logo {
    width: 85%;
    overflow: auto;

  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 150px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 35px;
  }
}

/* 667 PIXELS WIDE */
@media only screen and (max-width: 667px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  .side-nav {
    width: 25%;
  }

  #cys-logo {
    width: 85%;
    overflow: auto;

  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 150px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 25px;
  }
}

/* 568 PIXELS WIDE */
@media only screen and (max-width: 568px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  .side-nav {
    width: 25%;
  }

  #cys-logo {
    width: 85%;
    overflow: auto;

  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 100px;
  }

  #landing-text-1, #landing-text-2 {
    font-size: 25px;
  }
}
/* 414 PIXELS WIDE */
@media only screen and (max-width: 415px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  #cys-logo {
    width: 95%;
    overflow: auto;
    padding-top: 15px;
  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 130% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 250px;
  }
  
  #landing-text-1, #landing-text-2 {
    font-size: 22px;
  }
}

/* 375 PIXELS WIDE */
@media only screen and (max-width: 375px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  #cys-logo {
    width: 95%;
    overflow: auto;
    margin-top: 5px;
  }


  .side-nav {
    width: 40%;
  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 370px;
  }
  
  #landing-text-1, #landing-text-2 {
    font-size: 22px;
  }
}

/* 320 PIXELS WIDE */
@media only screen and (max-width: 320px) {

  /* Nav Bar */
  #logo-container {
    width: 80%;
    height: 80px;
  }

  #cys-logo {
    width: 90%;
    overflow: auto;
    margin-top: 5px;
  }

  /* Main Background Image */
  #home-container {
    background-image: url("../images/sailboat.jpg");
    background-repeat: no-repeat;
    background-size: 130% 100%;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    align-items: center;
    margin: 0px;
  }

  #landing-text-container {
    margin-bottom: 300px;
  }
  
  #landing-text-1, #landing-text-2 {
    font-size: 20px;
  }
}




