@charset "UTF-8";
/* Swatch
=======================*/
/* mixins
================*/
/* layout sizes
==================*/


/* Resets and overrides
========================*/
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: red;
}

a:hover {
  background: #dec2e4;
}

ul {
  list-style: none;
}


/* grid system
========================*/
#repair {
  float: left;
  width: 450px;
}

/* Links and type?
========================*/
body {
  background-color: #501e46;
}
h1 {
  font: bold 240% tekton, arial, helvetica, sans-serif;
  color: #a33a8e;
  text-align: center;
  padding: 12px 0;
}
h2 {
  font: bold 160% tekton, arial, helvetica, sans-serif;
  color: #a33a8e;
  text-align: center;
  margin: 5px 0;
}
h3 {
  font: normal 120% tekton, arial, helvetica, sans-serif;
  color: #444;
  text-align: center;
}
p {
  text-align: left;
  margin-top: 0.3em;
}
legend {
  margin-left: 16px;
  padding: 0 4px;
}
input[type="checkbox"] {
  margin-left: 1px !important;
}
figure {
    margin: 12px 300px;
    border: solid black thin;
    padding: 18px 0;
}
figcaption {
    padding: 10px;
}
video {
    margin-top: 20px;
}

/* layout
========================*/
/*%%%%%%%%%%%%%
below used in base.html */
#page {
  background: white;
  margin: auto;
  margin-top: 20px;
  width: 960px;
  overflow: hidden;
  /* to stop top collapsing margins */
}
#header {
  background: #dec2e4;
  padding: 10px;
  box-shadow: 0 0 5px #501e46 inset;
  height: 100px;
}
#logo {
  float: left;
  margin-left: 10px;
  width: 16%;
}
#logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#siteTitle {
  font: bold 400% sans-serif;
  color: #a33a8e;
  text-align: center;
  margin-right: 90px;
  margin-top: 10px;
}
/* navigation
====================*/
#mainNav {
  background: #501e46;
  list-style-type: none;
  padding: 9px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#mainNav li {
  display: inline;
  padding: 10px 8px 9px;
}
#mainNav .thisPage {
  background: #dec2e4;
  color: #501e46;
}
#mainNav a {
  background: none;
  color: white;
  padding: 9px 10px;
  margin: 8px;
}
#mainNav a:hover {
  background: #a33a8e;
  color: #dec2e4;
}

#adminnav {
  list-style-type: none;
  position: relative;
  top: -157px;
  right: 2px;
  float: right;
  height: 0;
}
#adminnav li {
  display: inline;
  padding: 10px 8px 9px;
}

#main {
    width: 100%;
  text-align: center;
  padding: 0 0px 0 0px;
  box-shadow: 0 0 10px #501e46 inset;
  background: #f4f4f4;
}
#message {
  color: red;
}

#login {
  font-size: 6pt;
  float: right;
}


#bottom {
  text-align: center;
  font-size: 80%;
  padding-top: 40px;
}
#bottom p {
  margin: 4px;
  text-align: center;
}
/*end base.html file
%%%%%%%%%%%%%% */



/*%%%%%%%%%%%%%%%
 below used in home page */
 #announce {
   background: #f1e5f4;
   width: 80%;
   margin: auto;
   padding: 12px;
   border-radius: 15px;
 }

 #next-event {
   text-align: center;
 }
 #subtitle {
   font: 500 120% tekton, arial, helvetica, sans-serif;
   color: black;
   text-align: center;
   padding-top: 30px;
   padding-bottom: 20px;
   margin: 0 10px;
 }
 #announce h2 {
   margin-top: 0;
 }

/*end home page
%%%%%%%%%%%%%% */


#about {
  float: right;
  margin: 60px 55px;
  width: 400px;
}

#mainPic {
  float: right;
  width: 650px;
}
#mainPic #newPic {
  margin-top: 18px;
}

#next {
  float: left;
}

#previous {
  float: right;
}

#next, #previous, #topbuttons {
    padding-top: 12px;
}

/* ###### Styles for event summary */
#events {
  margin: 0 46px;
}
#events h3 {
  text-align: left;
  font-size: 24px;
}
#events .detail {
  margin-top: 8px;
}
.event {
  margin-top: 10px;
  margin-bottom: 25px;
}
.bolddate {
  font-weight: bold;
  font-size: larger;
}
.video {
    background-image: url("/Images/VideoIcon.png");
    background-color: transparent;
}


/* ###### Styles for charity pages */
#namelist {
  margin: auto;
  padding-top: 15px;
  width: 400px;
  text-align: left;
}
#namelist .charity {
  display: grid;
  grid-template-columns: 5ch auto;
  font-size: 18px;
  margin-bottom: 20px;
}
#namelist h2 a {
  text-indent: 40px;
}

#charity {
  font: normal 100% tekton, arial, helvetica, sans-serif;
  margin: auto;
  width: 600px;
}
#charity h2 {
  margin-top: 0;
}

/*=========================
  styles for forms and other admin
==========================*/
fieldset {
    background: #bbff99;
    padding: 8px;
}
#smallform fieldset {
  background: #b3e6b3;
  margin-top: 12px;
  padding: 8px 2px;
}
#smallform fieldset input {
  min-width: 240px;

}

.button {
  margin: auto;
  border: thin solid maroon;
  border-radius: 25px;
  padding: 1px 6px 3px;
  font-size: 14px;
  vertical-align: middle;
}
.new {
  background: beige;
}
.edit {
  background: palegreen;
}
.delete {
  background: red;
  color: yellow;
}
.link {
  background: paleturquoise;
}

#newbutton {
  padding-top: 22px;
}
.itembuttons {
    display: flex;
    width: 250px;
}

#photoform {
  width: 400px;
  margin: auto;
  text-align: left;
}
#photoform label {
  display: block;
  padding: 20px 0 5px 20px;
}
#photoform input, #photoform button, #photoform select {
  margin-left: 20px;
}
#photoform button {
  margin-top: 12px;
  margin-bottom: 10px;
}
#photoform select {
  display: block;
}

#event fieldset, #charity fieldset {
  width: 700px;
  margin: auto;
  background-color: #dec2e4;
}
#event .inner, #charity fieldset {
  width: 500px;
  margin: auto;
  background-color: #dec2e4;
}
#event label, #charity label {
  display: block;
  text-align: left;
  padding: 15px 30px 2px;
}
#event textarea, #event input, #charity textarea, #charity input {
  padding-left: 2px;
  margin-left: 18px;
}
#event textarea, #charity textarea {
  vertical-align: top;
}

.miniForm {
  display: inline;
}

.minimal {
  border: none;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: smaller;
}
.minimal a {
  color: white;
}

.minimal::before {
  content: " 	𝄞 ";
  color: #a33a8e;
}

#security {
    margin: 20px auto;
    width: 300px;
  }
  #security label, #security input {
    display: block;
    width: 300px;
  }
/* endforms */

/*general
=================*/
.center-image {
  text-align: center;
}
.center-image img {
    width: 90%;
    object-fit: contain;
}

.leftPic {
  float: left;
  margin-right: 12px;
}

.rightPic {
  float: right;
  margin-left: 18px;
  margin-top: 24px;
}

#galleryTns {
  text-align: center;
  float: left;
  padding-top: 45px;
  width: 200px;
}

#galleryTns img {
  margin: 12px 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
}

.clearExtra {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.lesswide {
  width: 700px;
  margin: auto;
}

/* Desktop First Approach to responsiveness */
@media (max-width: 1439px) { /* Smaller than XL */ 
}
@media (max-width: 1199px) { 
    /* Smaller than Large */ 
}
@media (max-width: 1023px) { 
    /* Smaller than Desktop */ 
    #page {
        width: 760px;
    }
    #header {
        height: 80px;
    }
    #siteTitle {
        font-size: 300%;
        margin-right: 90px;
    }
    #subtitle {
        font-size: 100%;
    }
    #mainNav {
        font-size: 11px;
    }
    #mainNav li {
        padding: 1px;
    }
    #mainNav a {
        padding: 2px;
        margin: 4px;
    }
}
@media (max-width: 767px)  { 
    /* Smaller than Tablet */ 
}
@media (max-width: 479px)  { 
    /* Smaller than Mobile Large */ 
    #page {
        width: 360px;
    }
    #header {
        height: 40px;
    }
    #siteTitle {
        font-size: 125%;
        margin-right: 30px;
    }
    #subtitle {
        font-size: 100%;
    }
    #mainNav {
        font-size: 11px;
    }
    #mainNav li {
        padding: 1px;
    }
    #mainNav a {
        padding: 2px;
        margin: 4px;
    }
}