/* cmsms stylesheet: Main modified: Wednesday, September 28, 2022 7:36:45 PM */
/* MAIN */

/*
font-family: 'Cormorant Garamond', serif; 300,400,500
font-family: 'Lato', sans-serif; 300,400,700
*/

body {
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: rgb(33, 33, 30);
    font-size: 18px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
    text-align: center;
    background-image: url("/uploads/images/design-elements/turqheaderback.jpg");
    background-repeat: no-repeat;
    background-size: 100% 50%;
    background-position: 0% 50%;
}

.HeaderLeft {
    text-align: right;
    font-size: 32px;
    padding-top: 75px;
    font-family: 'Cormorant Garamond', serif;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.HeaderLeft {
    font-size: 22px;
    padding-top: 40px;
}
}

.HeaderRight {
    text-align: left;
        font-size: 32px;
    padding-top: 75px;
    font-family: 'Cormorant Garamond', serif;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.HeaderRight {
    font-size: 22px;
    padding-top: 40px;
}
}

.LogoShell {
    text-align: center;
    padding-top: 15px;
}

.TheLogo {}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
        margin: 20px auto;
    }
}

.TheNav {
    color: #fff;
    background-color: rgb(37, 59, 111);
    text-align: center;
    line-height: 0;
    position: relative;
    z-index: 9999;
}

.Slider {
    text-align: center;
}

.Overlay {
    /* background-image: linear-gradient(to bottom, rgba(37,59,111,.4), #253b6f); */
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.TurqDivOne {
    text-align: center;
    background-image: url("/uploads/images/design-elements/turqback2.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left;
    height: 50px;
    margin-top: 12px;
}

.TurqDivTwo {
    text-align: center;
    background-image: url("/uploads/images/design-elements/turqback3.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left;
    height: 50px;
}

.TurqDivThree {
    text-align: center;
    background-image: url("/uploads/images/design-elements/turqback4.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center left;
    height: 50px;
}

.HomeContentDiv {
    padding: 30px 20px;
}

.HomeContents {}

.SliderTwo {
    margin: 12px 0;
    text-align: center;
    background-image: url("/uploads/images/slides/slide10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    height: 400px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SliderTwo {
    height: 200px;
}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .SliderTwo {
    height: 300px;
}
}

.Copyr {
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 14px;
    color: #5b5b5b;
}


/* RANDOMNESS */

A:link {
    text-decoration: none;
    color: rgb(55, 172, 210);
}

A:visited {
    text-decoration: none;
    color: rgb(55, 172, 210);
}

A:active {
    text-decoration: none;
    color: rgb(55, 172, 210);
}

A:hover {
    text-decoration: underline;
    color: rgb(55, 172, 210);
}

A.button:link {
    text-decoration: none;
    color: #fff
}

A.button:visited {
    text-decoration: none;
    color: #fff
}

A.button:active {
    text-decoration: none;
    color: #fff
}

A.button:hover {
    text-decoration: none;
    color: #fff
}

.transparent {
    filter: alpha(opacity=100);
    /* internet explorer */
    opacity: 1;
    /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90);
    /* internet explorer */
    opacity: 0.9;
    /* fx, safari, opera, chrome */
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: rgb(55, 172, 210);
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: rgb(55, 172, 210);
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: rgb(55, 172, 210);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: rgb(55, 172, 210);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

.backgroundTransition {
    background-image: url('/uploads/images/slides/slide1.jpg');
  }
  
  .backgroundTransition,
  .backgroundTransition .image-top,
  .backgroundTransition .image-bottom {
    height: 100%;
    width: 100%;
  }
  
  .backgroundTransition {
    position: relative;
    overflow: hidden;
    background-size: cover;
  }
  
  .backgroundTransition .image-bottom,
  .backgroundTransition .image-top {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
  }
  
  .backgroundTransition .image-bottom {
    z-index: -2;
  }
  
  .backgroundTransition .image-top {
    z-index: -1;
    display: none;
  }
  
  #image-download {
    display: none;
  }
  
  .backgroundTransition {
      height: 700px;
      background-position: bottom;
  }
  
  /* Small only */
@media screen and (max-width: 39.9375em) {
    .backgroundTransition {
      height: 250px;
      background-position: bottom;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .backgroundTransition {
      height: 500px;
      background-position: bottom;
  }
}
