@charset "UTF-8";
/* CSS Document */


/* -------- kat coded styles for 2022------------- */
/*    font-family: 'Gwendolyn', cursive;

    font-family: 'Libre Caslon Text', serif;

    font-family: 'Nunito Sans', sans-serif;
*/


p {
   color: black;
 font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
   line-height: 1.8;
}

.cent { text-align: center;}

b{
   color: black;
 font-family: 'Nunito Sans-Semibold', sans-serif;
     font-size: .9 em;
   line-height: 1.8;
}
li {
   color: black;
 font-family: 'Nunito Sans', sans-serif;
    font-size: 1.25em;
   line-height: 1.4;
    padding-bottom: 8px;
}

h1 {
  text-align: center;
    font-family: 'Gwendolyn', cursive;
    font-size: 60px;
    line-height: 2;
}

h2 {
  text-align: center;
    font-family: 'Libre Caslon Text', serif;
}

h3 {
  text-align: left;
    font-family: 'Libre Caslon Text', serif;
}
h4 {
  text-align: left;
    font-family: 'Libre Caslon Text', serif;
}

/* assorted elements */
hr {border-top: 1px;
    color: #0071bc;
}

/* Dotted blue border */
hr.dots {
  border-top: 1px dotted #0071bc;
}

section {
    padding-top: 20px; 
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
        overflow:auto;
}



#bkg1 {
        background: linear-gradient(to bottom, #00cc99 0%, #99ff66 100%);
}
#bkg2 {
       background: linear-gradient(to bottom,  #0099ff 0%, #2eb8b8 100%);
}
#bkg3 {
        background: linear-gradient(to bottom, #ffcc00 0%, #ffff00 100%);
}
#bkg4 {
        background: linear-gradient(to bottom, #ff66ff 0%, #99ccff 100%);
}
#bkg5 {
        background: linear-gradient(to bottom, #ffffff 0%, #99ccff 100%);
}

#bkg6 {
    
}
/*any Photo-- pic on right, text wraps to left*/
.rtsidepic {
   float:right;
border-width: 1px;
    border-radius: 5px;
    border-color: #060088;
margin-left: 24px;
    margin-right: auto;
    margin-bottom: 6px;
}

.lftsidepic {
   float:left;
    border-width: 1px;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 36px;
    margin-bottom: 6px;
}

.piccenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
 /* Use a media query to add a breakpoint at 370px: */
@media screen and (max-width: 375px) {
  .left, .main, .right {
    width: 100%; /* The width is 100%, when the viewport is 375px or smaller */
  }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
/* break points for other devices w3schools  NOT IMPLEMENTED IN HTML */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px)
{}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 599px){ 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/*  end copied code */