/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* end normalize.css */

/* start screen.css */
/* mobile media - first */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    background-color:#102032;
    font-family: 'Quattrocento Sans', sans-serif;
}

.wrapper {
    width: 98%;
    max-width: 980px;
    padding: 10px 5px;
    margin-left:10px;
    margin-right:10px;
    display: grid;
    grid-template-columns: repeat(2, [column] 1fr);
    grid-template-rows: auto auto 1fr auto;
    gap: 20px;
}

img{
    height:230px;
    width:100%;
    object-fit:cover;
    }
/* start - navigation layout */
nav{
    margin-top:10px;
}

    .nav-main ul a:hover svg {   /* rotate icon when hovering over SVG */
        transform: rotate(360deg) scale(2);
        transition: all 1s ease-in-out;
    }  

   .nav-main ul a:hover {
    background-color: cornsilk;
    }

    a:hover{
      color:#a38329;
      font-weight: bold;
    }
/* start Hamburger menu */
/* Navigation - Hide Checkbox */
#nav-main-toggle {
    display: none;
}

/* Navigation - Style Checkbox Label */
.nav-main-icon {
    position: relative;
    top: 0;
    left: 10px;
    width: 48px;
    line-height: 48px;
    background: #a38329;
    padding:12px;
    border-radius:60%;  /* MENU button */
}

/* Navigation - Style Nav Element */
.nav-main {
    position: relative;
    z-index: 99;
    top: 0;
    margin-right: 15px;
    left: 0;
    background: #deddba;
    box-shadow: 0 2px 4px black;
    border-radius:5px;
    height: 48px;
}


/* Navigation - Style Nav Menu - Set Off Screen */
.nav-main-menu {
    margin:0;
    padding: 0 10px;
    list-style: none;
    background-color:#deddba ; /* background color of the header */
    transition: all .25s ease-in;
    transform: translate(-110%, 0%); /* sets Desktop NAV off screen */
   }

/* Navigation - When Checkbox is Checked Find Menu Bring On Screen */
#nav-main-toggle:checked ~ .nav-main-menu {
    transform: translate(0, 0);
   }

/* Navigation - Style Anchors */
.nav-main a {
    display:block;
    line-height: 48px;
    font-weight: bold;
    text-align: left;
    padding-left: 28px;
    font-size: 1em;
    text-decoration: none;
    transition: all .25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background: linear-gradient(to top, white, white) 0 bottom no-repeat;
    background-size: auto 0;
}

.nav-main a[href="index.html"] {
    background: white;
}

.nav-main a:hover {
    background-size: auto 100%;
}

/* Navigation - Hide Checkbox */
#nav-main-toggle {
    display:none;
}

/* Navigation - When Checkbox is Checked Find Menu Bring On Screen */
#nav-main-toggle:checked ~ .nav-main-menu {
    transform: translate(0, 0);
}

/* END - Hamburger menu and Navigation */
 
/* START - creates google maps for all screen sizes */
#gmap {
    margin: 20px 0;
    clear:both;
    width: auto;
    height: 300px;
    overflow: hidden;
    background: url("../../js/images/gmap.png") no-repeat center / cover;
}

#gmap h4 {
    font-size: 1.4em;
    margin: 0;
}

#gmap span {
    display: block;
    font-size: 0.8em;
}

#gmap ul {
    list-style: disc;
    padding: 5px 20px;
    font-size: 1.2em;
}
/* end creates google maps for all screen sizes */

/* start CONTACT-form layout */
form ol {
    list-style: none;
    padding-left: 0;
}

form ol li {
    transition: all 0.2s ease-in;
    position: relative;
}

form label {
    display: block;
    line-height: 1.5;
}

form textarea,
form input:not([type="checkbox"]):not([type="radio"]) {
    display: block;
    width: 100%;
    line-height: 2;
    font-family: inherit;
    /* Need min 16px to prevent zooming on field in iOS */
    font-size: 1em;
    padding: 0 0.5em;
    border: 1px solid gray;
    border-radius:5px;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in;
}

form textarea:focus,
form input:not([type="checkbox"]):not([type="radio"]):focus {
    outline: none;
    border-color: black;
}

form textarea {
    min-height: 180px;
}

form input + label,
form textarea + label {
    transform: translateY(-100%);
    transition: all 0.2s ease-in;
    z-index: 1;
    position: relative;
}

form input:valid + label,
form textarea:valid + label {
    transform: translateY(0);
    background: #F0EEC7;
}

form:valid input[type="submit"] {
    border: 2px solid #a38329;
    border-radius: 5px;
}

form li:last-child::before {
    content: "👍";
    position: absolute;
    left: 40px;
    line-height: 2;
}

form li:last-child::after {
    content: "👎";
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 2;
}

form:invalid li:last-child {
    background: #a38329;
    padding: 0 100px 0px 00px;
}

form:valid li:last-child {
    background: #a38329;
    padding: 0 0px 0px 100px;
}

/* end CONTACT-form layout */


p{
    line-height:1.6;
    padding-left:10px;
}
h2{
    text-decoration: underline;
    color:#deddba;
}

.main-main-errors-bg{ /* ERROR message span 2 columns */
        grid-column: span 2;
    }  
/* start footers */
footer a{
    float: left;
    line-height:20px;
    padding-right:10px;
}

footer a[href^=javascript]{
    float: right;  /* floats the links to the right */
    /* start of designing the buttons */;
    display: block;  /* defines the button */
    font-size:10px; /* button font size */
    width: 45px; /* button width */
    text-align: center;   /* center button content */
    background-color:#cccecb;
    border-radius: 3px;
    margin-right:20px;  /* spaces out the buttons - from the right */
    padding: 5px;   /* padding top-right-bottom-left */
    text-decoration: none;
    box-shadow: 3px 3px 4px black;   /* box shadow for button */
    /* end of button design */
}

footer a:last-child{
    float: right;  /* floats the links to the right */
    /* start of designing the buttons */;
    display: block;  /* defines the button */
    font-size:12px; /* button font size */
    width:auto; /* button width */
    text-align: center;   /* center button content */
    background-color:#cccecb;
    border-radius: 3px;
    margin-right:20px;  /* spaces out the buttons - from the right */
    padding: 5px;   /* padding top-right-bottom-left */
    box-shadow: 3px 3px 4px black;   /* box shadow for button */
    /* end of button design */
}
    
footer a[href^="javascript"]:active {
  /* when hovering over (active) the button box shadow changes to none */
    top: 2px;
    box-shadow: none;
}

/* end footers */

.header-main,
.nav-main,
.main-main,
.aside-main,
.footer-main {
    grid-column: span 2;
}
.header-main{
     text-align: center;
     letter-spacing: .1rem; 
     font-size: 8px;
     background-color: #a38329;
     border-radius:5px;
     margin-right: 10px;
}

.header-main2{
     grid-column: span 2;
     font-size: 12px;
     background-color:#deddba;
     padding:30px;
     border-radius:5px;
}



.aside-main {
    font-size:15px;
    background-color:#deddba;
    font-weight: bolder;
    text-align: center;
    border: 10px solid #a38329;
    border-radius:5px;
    margin-right:9px;
    margin-left:8px; 
    }

 .aside-main-programs {
        grid-column:1/2;
        font-size:15px;
        background-color:#deddba;
        font-weight: bolder;
        text-align: center;
        border: 10px solid #a38329;
        border-radius:5px;
        margin-right:3px;
        margin-left:15px; 
        }
.aside-main-programs h2{
    color:#1E1E19;
}

.aside-main h2{
    color:black;
    
}
.main-main-programs p{
        color:#deddba
    }
.main-main-contact{  /* sets the background cover for CONTACT */
    background-color:#DEDBCC;
    width:400px;
    margin-left:15px;
  }

.main-main-contact h2{
    color:black;
}

.footer-main{
    padding: 10px 8px;  /* 10px for top and bottom 8px for left and right */
    color:#deddba;
}

.card-bg{  /* controls the layout of images in HOME page */
    display:flex;
    width:100%;
    flex-direction:column;
    border:3px solid #a38329 ;
    border-radius: 5px;
   }

.card-bg-programs{  /* controls the layout of images in PROGRAMS */
    display:flex;
    width:400px;
    height:auto;
    margin: 5px 0px 5px 20px;
    flex-direction:column;
    border:3px solid #a38329;
    border-radius: 5px;
   }
.card-bg-archive{  /* controls the layout of images in HOME page */
    display:flex;
    width:400px;
    margin-left: 15px;
    margin-bottom:20px; 
    flex-direction:column;
    border:3px solid#a38329;
    border-radius: 5px;
   }

.cards {
    display: grid;
    gap: 20px
}



.container {
  position: relative;
  max-width: 800px; /* Maximum width */
  margin: 0 5px; /* Center it */
  grid-column: span 4;  /* each individual card spans 4 columns */
} 

.container .content {  
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  color: #000000; /* black text */
  background-color:#deddba;
  letter-spacing:1px;
  font-size:18px;
  text-align:center;
  width: 100%;
  border-top: 2px solid #a38329;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  padding-bottom:10px;
  }

.container .content a:hover svg {   /* rotate icon when hovering over SVG */
    transform: rotate(360deg) scale(2);
    transition: all 1s ease-in-out;
  }
.container .content p{    /* only affects the p portion of the contents */
    font-weight:900;
    font-size:18px;
    letter-spacing: normal;
    text-align:left;
    line-height:1;
    }
.container .content h2{
    text-decoration: underline;
    font-size:20px;
    color:black;
}

.container .content:last-child {  /* only affects the SHOWCASE PORTFOLIO caption */
    padding-bottom:10px;
    }

span, label{    /* called in HOME, ARCHIVE and CONTACT for text */
    background-color:#D1D0BE;
    font-size: 17px;
    text-align: center;
}

.center{   /* center text in ARCHIVE */
    text-align: center;
    padding-bottom:10px;
    font-size: 20px;
    background-color:#D1D0BE;
}


 /* animation main html ASIDE-event scale-up-center*/
.scale-up-center {
	-webkit-animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  from {background-color: #C68309;} /* change color while scaling up */
  to {background-color:#deddba;}
}

/* end animation - ASIDE events -scale-up-center*/    


/* start wrapper for programs menu*/
.wrapper-programs {
    width: 98%;
    max-width: 980px;
    padding: 10px 5px;
	border:10px solid #c8a17c;
	border-radius:20px;	/*rounds the corners of the border*/
 }
.flexbox
    {
    height:auto;    /* set height to auto to accommodate box-sizing */
    width:auto;	/* sets the flexbox width */
    }
    
.flexbox li
    {	/* sets the layout of the flexbox list */
	width:600px;
	background-color:#DDDCCF;
	border:5px solid #504C49;
	box-shadow:10px 20px 30px gray;
	border-radius:10px;	/*rounds the corners of the border */
	list-style-type:none;  /*turns off the bullet points */
    }
/*end of wrapper for programs menu*/
.icon{
     display: inline-block;
     width:1em;
     height: 1em;
     stroke-width:0;
     stroke: currentColor;
     fill: currentColor;
     margin-right:1em;
    }

/* end mobile media */

/* start tablet - small screen */

@media screen and (min-width: 768px) {
  
  img{
    height:230px;
    width:100%;
    object-fit:cover;
    }

       
    .wrapper {
        display:grid;
        grid-template-columns: repeat(12, [column] 1fr);
        width:98%;
        margin-bottom:10px;
    }
    
    .header-main,
    .nav-main,
    .footer-main {
        grid-column:1/13;
    }
   
    .header-main{
        font-size: 15px; 
     }
    
    .header-main2{
      grid-column:1/13;  
      font-size: 15px;
    }
    .main-main {  /* column layout for HOME page - main section */
        grid-column: 4/13;
        }
    
  .main-main-programs,
    .main-main-archive {  /* column layout for PROGRAMS and ARCHIVE pages - main section */
        grid-column:1/13;
    }
    
    .main-main-contact{
        grid-column:1/13;
        width:100%;
        margin-left:0px;
    }
    
    .aside-main {  /* column layout for HOME page - aside section */
        grid-column: 1/4;
        text-align: center;
        margin-top:95px;
        margin-bottom: 525px;
        padding-top:20px;
        border: 10px solid #a38329;
        border-radius: 5px;
        font-size:18px;
        }
    
    .aside-main-programs {
        grid-column:4/10;
        font-size:18px;
        background-color:#deddba;
        font-weight: bolder;
        text-align: center;
        border: 10px solid #a38329;
        border-radius:5px;
        margin-right:9px;
        margin-left:15px; 
        }
    .main-main-errors-bg{ /* ERROR message center image */
        grid-column:2/12;
    }  
    .main-main-errors-bg img{
        height: auto;
      }
    
    /* start navigation */
    
   nav ul{
    list-style-type: none;
    padding-top:5px;
    padding-bottom:5px;
   }
    .nav-main>ul {
        margin: 0;
        padding: 0;
        font-weight: bold;
        list-style: none;
        display: flex;
        justify-content: flex-end;
    }
    .nav-main>ul>li:first-child {
        margin: 0 auto 0 0;
    }
    .nav-main ul a {
        display: block;
        line-height: 3;
        padding: 0 1em;
    }
    
    .nav-main a{
        font-size: 1.125em;
    }
/* Navigation - Hide Label/Icon/Text */
    .nav-main-icon {
        display: none;
    }

    /* Navigation - Create Grid Layout for Menu LIs */
    .nav-main-menu {
        display: grid;
        grid-template-columns: repeat(6, [nav] 1fr);
        border: 3px solid #a38329;
        border-radius: 5px;
        gap: 20px;
        margin-top: 0;
        transform: translate(0, 0);
    }

    .nav-main-menu li:first-child {
        grid-column: nav / span 1; 
    }

    .nav-main-menu li:nth-child(2) {
        grid-column-start: 4; 
    }
    
    /* end Navigation */
      
    .cards {
        grid-template-columns: repeat(8, [card] 1fr);
        }
    
    .card {
        grid-column: span 4;
        }
    
   .card-bg-programs{  /* controls the layout of images in PROGRAMS */
        display:flex;
        width:auto;
        margin: 10px;
       } 
   
    .card-bg-archive{  /* controls the layout of images in ARCHIVE page */
        display:flex;
        flex-direction:column;
        width:auto;
        border:3px solid #D2B48C;
        border-radius: 5px;
        margin-right: 10px;
        }
           
    .grid-12-span-12{  /* not used ??? */
        grid-column:1/13;
    }
    .grid-12-span-6{  /* not used ??? */
        grid-column: span 6;
    }  
   
    /* added */
    .grid-12{     /* used in PROGRAMS */
        display:grid;
        grid-template-columns:repeat(12,1fr);
        gap:10px;
        }
    
    .grid-12-s1-end5{  /* used in ARCHIVE layout */
        grid-column:1/5;
    }
     .grid-12-s5-end9{  /* used in ARCHIVE layout */
        grid-column:5/9;
    }
     .grid-12-s9-end13{  /* used in ARCHIVE layout */
        grid-column:9/13;
    }
    
    .grid-12-span-3{   /* used in PROGRAM layout */
        grid-column:span 3;
    }
    
    .grid-12-s1-end7{  /* used in PROGRAMS */
        grid-column:1/7;
    }
    .grid-12-s7-end13{ /* used in PROGRAMS */
        grid-column:7/13;
    }
    
    .grid-12-s3-e11{ /* used in CONTACT and ERROR*/
        grid-column:3/11;
    }
     .grid-8 {  /* used in CONTACT */
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(8, [column] 1fr);
    }

    .grid-8-span-1-8 { /* used in CONTACT */
        grid-column: 1 / 9;
    }

    .grid-8-span-1-4 { /* used in CONTACT */
        grid-column: 1 / 5;
    }

    .grid-8-span-1-6 { /* used in CONTACT */
        grid-column: 1 / 7;
    }

    .grid-8-span-4-8 { /* used in CONTACT */
        grid-column: 5 / 9;
    }

    .grid-8-span-6-8 { /* used in CONTACT */
        grid-column: 7 / 9;
    }

    .grid-8-span-8 { /* used in CONTACT */
        grid-column: span 8;
    }
   
    .wrapper-programs{  
	width:auto;
	border:10px solid #c8a17c;
	box-shadow:30px 50px 30px black;
	border-radius:20px;	/*rounds the corners of the border*/
	margin-right:25px;
    margin-left: 25px;
	padding-bottom:10px;
	padding-right:30px;
	padding-top:10px;
 }
.flexbox
    {
    height:auto;    /* set height to auto to accommodate box-sizing */
    width:auto;	/* sets the flexbox width */
    }
    
.flexbox li
    {	/* sets the layout of the flexbox list */
	width:600px;
	background-color:#DDDCCF;
	border:5px solid #504C49;
	box-shadow:10px 20px 30px gray;
	border-radius:10px;	/*rounds the corners of the border */
	margin-left:275px;
	margin-right:30px;
	margin-bottom:15px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:3px;
	padding-top:15px;
	list-style-type:none;  /*turns off the bullet points */
    }
/*end of wrapper for programs menu*/
    
    /* start footers */
footer a{
    float: left;
    line-height:20px;
    padding-right:10px;
}

footer a[href^=javascript]{
    float: right;  /* floats the links to the right */
    /* start of designing the buttons */;
    display: block;  /* defines the button */
    font-size:15px; /* button font size */
    width: 65px; /* button width */
    text-align: center;   /* center button content */
    background-color:#cccecb;
    border-radius: 3px;
    margin-right:40px;  /* spaces out the buttons - from the right */
    padding: 5px;   /* padding top-right-bottom-left */
    text-decoration: none;
    box-shadow: 3px 3px 4px black;   /* box shadow for button */
    /* end of button design */
}

footer a:last-child{
    float: right;  /* floats the links to the right */
    /* start of designing the buttons */;
    display: block;  /* defines the button */
    font-size:15px; /* button font size */
    width:auto; /* button width */
    text-align: center;   /* center button content */
    background-color:#cccecb;
    border-radius: 3px;
    margin-right:40px;  /* spaces out the buttons - from the right */
    padding: 5px;   /* padding top-right-bottom-left */
    box-shadow: 3px 3px 4px black;   /* box shadow for button */
    /* end of button design */
}
    
footer a[href^="javascript"]:active {
  /* when hovering over (active) the button box shadow changes to none */
    top: 2px;
    box-shadow: none;
}

/* end footers */

}
     
/* end tablet - small screen */
/* start desktop - large screen */

@media screen and (min-width: 1024px){
    
    .wrapper{
        max-width: 1200px;
         }
    
    .card-bg-programs{  /* controls the layout of images in PROGRAMS */
        display:flex;
        width:auto;
        margin: 15px;
       } 
    
    .card-bg-archive{  /* controls the layout of images in ARCHIVE page */
        display:flex;
        flex-direction:column;
        width:auto;
        border:3px solid #D2B48C;
        border-radius: 5px;
        margin-right: 15px;
        }
}
/* end desktop - large screen */