
body {
  background-color:#f1e9d5;
    font-family: 'Roboto Slab', serif;
    font-weight:400;
    max-width:1400px;
    margin:0 auto;
   /* font-size:18px;*/
}

h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto Slab', serif;
 	font-weight:700;

}

.grad {
  background: #cca8b8;
background: -moz-linear-gradient(top,  #cca8b8 18%, #5d3648 56%, #331e28 100%);
background: -webkit-linear-gradient(top,  #cca8b8 18%,#5d3648 56%,#331e28 100%);
background: linear-gradient(to bottom,  #cca8b8 18%,#5d3648 56%,#331e28 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca8b8', endColorstr='#331e28',GradientType=0 );

}

.info-box {
  border: solid 1px;
  border-color: #673c4f;
  border-radius:2px;
  padding:6px 8px 6px 8px;
}

.nav-info-box {
  border-left: solid 1px;
  border-color: black;
  padding-left:6px;
  padding-right:6px;

}

.mandal {
  width:100px;
}

#quote1 {
  background-image: url("../img/rp-berries-blu.jpg");
    background-size: cover;
}

#quote2 {
  background-image: url("../img/rp-pumpkin.jpg");
    background-size: cover;
}

#quote3 {
  background-image: url("../img/rp-apples.JPG");
    background-size: cover;
}

.quote {
  font-family: 'Roboto Slab', serif;
  font-weight:600;
}

.testimonial {
  font-family: 'Roboto Slab', serif;
  font-weight:600;

}

.testimonial-name {
  font-family: 'Roboto Slab', serif;
  font-weight:300;
  font-style: italic;
  font-size:14px; ;

}

.sect-head {
  font-family: 'Roboto Slab', serif;
  font-weight:400;

}


.ss-background {
	background-image: url('../img/bg-test2.svg');
	background-size: cover;
}


.ssny-darkred {
background-color:#A00008;
color: #FFFFFD;
}

.ssny-red {
	background-color:#DE082A;
	color: #FFFFFD;
}

.ssny-lightred {
	background-color:#F33E61;
	color: #FFFFFD;

}

.ssny-cyan {
	background-color:#4ECBCD;
	color: #FFFFFD;

}

.ssny-medcyan {
	background-color:#2B7B84;
	color: #FFFFFD;

}

.ssny-darkrcyan {
	background-color:#164442;
	color: #FFFFFD;
}


.ssny-frenchroast {
	background-color: #4B3C39;
	color: #FFFFFD;
}

.ssny-honeygold {
	background-color:#DFAF4B;
	color: #FFFFFD;

}

.ssny-pinkflambe {
	background-color:#D54E88;
	color: #FFFFFD;

}

.ssny-tangerine {
	background-color:#F0522B;
	color: #FFFFFD;
}

.ssny-ultramarine {
	background-color:#008C72;
	color: #FFFFFD;
}

.ssny-chartreuse {
	background-color:#B4CD3D;
	color: #FFFFFD;
}

.ssny-olyblue {
	background-color:#006AA8;
	color: #FFFFFD;
}

.ssny-titanium {
	background-color:#7D7B7E;
	color: #FFFFFD;
}

.ssny-rhapsody {
	background-color:#A288AD;
	color: #FFFFFD;
}

.ssny-rose {
	background-color:#E6C9BB;
	color: #FFFFFD;
}

.foot-nav-first {
  padding-left: 22px;
  padding-right:22px;
}


.foot-nav {
  padding-right:22px;
}


.w3-theme-l5 {color:#000 !important; background-color:#f7f2f4 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e5d3db !important}
.w3-theme-l3 {color:#000 !important; background-color:#cca8b8 !important}
.w3-theme-l2 {color:#fff !important; background-color:#b27c94 !important}
.w3-theme-l1 {color:#fff !important; background-color:#935671 !important}
.w3-theme-d1 {color:#fff !important; background-color:#5d3648 !important}
.w3-theme-d2 {color:#fff !important; background-color:#523040 !important}
.w3-theme-d3 {color:#fff !important; background-color:#482a38 !important}
.w3-theme-d4 {color:#fff !important; background-color:#3e2430 !important}
.w3-theme-d5 {color:#fff !important; background-color:#331e28 !important}

.w3-theme-light {color:#000 !important; background-color:#f7f2f4 !important}
.w3-theme-dark {color:#fff !important; background-color:#331e28 !important}
.w3-theme-action {color:#fff !important; background-color:#331e28 !important}

.w3-theme {color:#fff !important; background-color:#673c4f !important}
.w3-text-theme {color:#cca8b8 !important}

.w3-border-theme {border-color:#cca8b8 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#673c4f !important}
.w3-hover-text-theme-l3:hover {color:#cca8b8 !important}

.w3-hover-border-theme:hover {border-color:#673c4f !important}





#section1 a:link {
  color: black;
}
/* visited link grey */
#section1 a:visited {
  color: black;
}
/* mouse over link blue */
#section1 a:hover {
  color: grey;
}
/* selected link blue */
#section1 a:active {
  color: black;
}

#contact a:link {
  color: grey !important;
}
/* visited link grey */
#contact a:visited {
  color: grey !important;
}
/* mouse over link blue */
#contact a:hover {
  color: white !important;
}
/* selected link blue */
#contact a:active {
  color: white;
}


#mycredit {
  padding:12px;
  background-color: black;
  color:grey;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.75px;
}

#mycredit a:link {
  color:grey;
  text-decoration: none;
}
#mycredit a:hover {
  color:white;
  text-decoration: none;
}

#mycredit a:visited {
  color: grey !important;
text-decoration: none;}


#mycredit a:active {
  color: grey !important;
text-decoration: none;}



.pod-logos {
  display: flex;
  flex-wrap:wrap;
  justify-content: start;
  align-items: center;
  gap:1em;
  padding-top:1em;
}

.float-img {
  float:left;
  margin-right:1em;
}


/*.w3-spin2{animation:w3-spin 12s infinite linear;-webkit-animation:w3-spin 12s infinite linear}
@-webkit-keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes w3-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
*/
