html, body {
    padding:0;
    margin:0;
    height:100%;
    width:100%;
    background-color:#f8f9fa00;
}
.fullwidth {
    width:100%;
}
.fullheight {
    height:100%;
}
#hero-accordion {
    max-height:70vh;
}
.halfrow {
    display:flex;
    flex:0 100%;
    height:300px;
    width:100%;
    flex-direction:row;
    align-items:flex-start;
    justify-content: flex-start;
    margin-bottom:20px;
}
.halfwidth {
    width:49%;
    text-align: left;
}
.halfitem {
    display:inline-flex;
    width:40%;
    height:100%;
    min-height:180px;
    max-height:220px;
    margin:20px 20px 0 20px;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.25);
    cursor: help;
}
.bigNews {
    font-size:2.2rem;
    line-height: 1.6;
    letter-spacing: -.5px;
}
.medNews {
    font-size:1.6rem;
    line-height: 1.6;
}
.regNews {
    font-size:1rem;
    line-height: 1.6;
}
.bigfont {
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    word-wrap: nowrap;
    color:rgb(87, 105, 133);
    margin:0 0 20px;
    padding:0;
    font-size:1.3em;
    margin:8px 20px 0 20px;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    line-height: 1.6;
    color:rgb(31, 31, 31);
    margin:0;
    padding:0;
    text-align:left;
}
.ss-article p {
    display:inline-flex;
    margin:20px 20px 0 20px;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
}
.ss-article p b {
    flex-basis:auto;
}

.ss-textbox h1 {
    color:rgb(51, 51, 51);
}
.ss-textbox h2 {
    color:rgb(51, 51, 51);
}
.ss-article svg {
    display:inline-flex;
    align-self:flex-start;
    justify-self:flex-start;
    font-size:1.2rem;
}
/* blockquote {
    background: #ffd49b ; 
    border-left: 10px solid #f9a73c;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote:before {
    color: #f9a73c;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
  }
  blockquote p {
    display: inline;
  } */
.ss-toolbar {
    position:absolute;
    display:flex;
    flex-flow: column;
    align-items:center;
    justify-content:center;
    width:100%;
    height:165px;
    background-color:#fafafa;
    margin:0;
    padding:0;
    z-index:2147483646;
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.13); 
    box-shadow: 0px 4x 8px 2px rgba(0,0,0,0.13);
    border-top: 4px solid #5e3013;
    /* border-bottom: 5px solid #e14235;
        border-bottom-left-radius:14px;
        border-bottom-right-radius:14px;
        transition: all 1.5s ease-out;
    */
}
.cdbg-orange {
    background-color:#fe8033;
}
.cdbg-green {
    background-color:#004f63;
}

.ss-logo {
    display:flex;
    width:200px;
    height:60px;
    background-color: rgb(226,226,226);
    background-clip: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(227,227,227,1) 35%, rgba(255,255,255,1) 100%);    
    background-image: url(../svg/camuy-landscape.svg);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    border-bottom-right-radius:8px;
    transition: all 1.5s ease-out;
}
.main-max {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    max-width:1100px;
    height:70vh;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow:hidden;
    z-index:2147483645;
    border-bottom: 5px solid #fe8033;
    background-color:#ffffff;
}
.fullheader {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    height:70vh;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow:hidden;
    z-index:2147483645;
    border-bottom: 5px solid #fe8033;
    background-color:#ffffff;
}
.fullheader2 {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    height:auto;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    overflow:hidden;
    z-index:2147483645;
    border-bottom: 5px solid #fe8033;
    background-color:#ffffff;
}
.headercolor {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    height:100%;
    flex:0 100%;
    transform-style: inherit;
    background-color:#30332f;
}
.camuy-main {
    background-image: url(../img/camuy-main.jpg) ;
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:0%;
    background-size:cover;
    background-attachment:scroll;
    transition: background 1.5s ease-out;
}
.spacer {
    display:block;
    position:relative;
    width:100%;
    height:30px;
}
.ss-nav1 {
    display:flex;
    flex:0 100%;
    height:100%;
    width:100%;
    background-color:#30332f;
}
#privacy {
    display:flex;
    flex:0 100%;
    flex-direction:column;
    align-self:center;
    justify-self:center;
    max-width:1000px;
    margin:auto;
}
#privacy * {
    font-family: 'Hind', sans-serif;
    color:rgb(65, 65, 65);
}
#privacy:first-child {
    margin-top:75px;
}
#maindoc {
  display:flex;
  flex-flow:column nowrap;
  align-items:center;
  justify-content:left;
  padding:0;
  margin:0;
  width:100%;
}
.ss-textbox {
    display:flex;
    flex-direction:column;
    align-items:left;
    justify-content:flex-end;
    max-width:900px;
    margin-bottom:40px
}
.ss-article {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    max-width:900px;
    height:100%;
    background-color:rgb(255, 255, 255);
    border-radius:14px;
    margin-top:-28px;
    margin-bottom:-28px;
    z-index:2147483646;
    -webkit-box-shadow: 0px -5px 16px 2px rgba(0,0,0,0.27); 
    box-shadow: 0px -5px 16px 2px rgba(0,0,0,0.27);
    border-top: 5px solid #e14235;
    border-bottom: 5px solid #e14235;
}
article {
    width:100%;
}


.heroBg {
    background: linear-gradient(-45deg, #19c8e7, #8e2ceb, #ff3593, #2e6cdf);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media (orientation: portrait) {
    .wcrp2 {
        height:100%;
        background-image: url(../svg-bg/city.svg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:auto 110%;
       }
       .wcrp {
        background-color:rgb(243, 243, 243);
        height:100%;
        background-image: url(../svg-bg/island.svg);
        background-position:center bottom;
        background-repeat:no-repeat;
        background-size:cover;
      }
    .ss-logo {
        display:flex;
        width:200px;
        height:80px;
        background-color: rgb(226,226,226);
        background-clip: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(227,227,227,1) 35%, rgba(255,255,255,1) 100%);    
        background-image: url(../svg/camuy-landscape.svg);
        background-position:center center;
        background-repeat:no-repeat;
        background-size:contain;
        border-bottom-right-radius:14px;
        border-bottom-left-radius:14px;
        transition: all 1.5s ease-out;
        border-bottom: 5px solid #f9a73c;
    }
    .ss-toolbar {
        align-items:center;
        justify-content:center;
        overflow:visible;
        border-radius:unset;
        transition: all 1.5s ease-out;
    }
    .ss-header {
        height:60vh;
    }
    .ss-textbox {
        display:flex;
        align-self:center;
        justify-self:center;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        margin:10px 0px 20px;
        width:100%;
    }
    .ss-textbox h1 {
        color:rgb(51, 51, 51);
        line-height:2rem;
        font-size:1.8rem;
    }
    .ss-textbox h2 {
        color:rgb(51, 51, 51);
        line-height:1.1rem;
    }
    .halfrow {
        display:flex;
        flex:0 100%;
        height:auto;
        width:100%;
        flex-direction:column;
        align-items:flex-start;
        justify-content: flex-start;
        margin-bottom:20px;
    }
    .halfwidth {
        display:flex;
        width:90%;
        text-justify: inter-word;
    }
    .halfitem {
        display:flex;
        width:90%;
        height:100%;
        min-height:220px;
        margin:20px 20px 0 20px;
        border-radius:5px;
        overflow:hidden;
    }
}
