body{
  background-color:whitesmoke;
  font-family: "Poppins", sans-serif;
  margin:0;
  padding:10px;
}

html {
  box-sizing: border-box;
}

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

/*Page Styling*/


iframe{
  border:2px solid indigo;
}

/*Top Banner*/
#banner{
  background: url("../siteImages/marrbg.png");
  background-color: navy;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  min-height:180px;
 border-bottom: solid 1px lemonchiffon;
 padding:50px 0px 0px 20px;
 border-top-left-radius: 10px;
 border-top-right-radius:10px ;
}

.bannersub{
  font-style: italic;
  text-align: center;
  color:navy;
  margin: 0px;
  font-size: 35pt;
  font-weight: bolder;
  font-family:Trebuchet MS;
  text-shadow:
    -1.25px -1.25px 0 lemonchiffon,  
     1.25px -1.25px 0 lemonchiffon,
    -1.25px  1.25px 0 lemonchiffon,
     1.25px  1.25px 0 lemonchiffon;
  letter-spacing: 3px;
}

h1{
  font-family:Trebuchet MS;
  color:lemonchiffon;
  font-size:35pt;
  text-shadow:
    -1.25px -1.25px 0 navy,  
     1.25px -1.25px 0 navy,
    -1.25px  1.25px 0 navy,
     1.25px  1.25px 0 navy;
  margin:0px;
  letter-spacing: 3px;
}

h2{
  color:indigo;
  font-size:17pt;
  letter-spacing:1.5px;
  text-shadow:1px 1px darkorchid;
  background-image: linear-gradient(to right, rgba(255, 255, 255,1), rgba(0,0,0,0));
  padding:2px 0px 2px 5px;
  border-radius:3px;
  margin:20px 0px;
}

h3{
  text-align:center;
  font-size:28pt;
  text-shadow:1px 1px darkorchid;
  color:indigo;
  margin-bottom:2px;
}

      
h4{
  text-align:center;
  margin:0;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  background-color:#FFFF99;
  border-top-right-radius:7px;
  border-top-left-radius:7px;
 }


main{
background-color:#adb9f5;
min-height: 500px;
padding:30px;
margin-bottom:-20px;
}

hr{
  color:orchid;
}



.lifecycle{
  font-size:11pt;
  height:50px;
  width:130px;
  border:3px solid white;
}

iframe{
  border:2px solid indigo;
}



footer{
  height:30px;
  line-height:30px;
  background-color:indigo;
  padding-left:20px;
  padding-right:20px;
  color:whitesmoke;
  font-size:10pt;
  text-shadow:1px 1px darkorchid;
  margin-top:-20px;
  clear:both;
}


.column, .examWidth {
  float: left;
  margin-bottom: 16px;
  padding: 0 8px;
}

.column{
  width:25%;
}

.examWidth{
  width:20%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
  background-color:white;
  border-radius:10px;
  font-size: 2.5vmin;
  padding-bottom:8px;
}

.examWidth .card{
  margin: 5px;
}

.card img{
  border-top-right-radius:10px;
  border-top-left-radius:10px;
}


.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}



@media screen and (max-width: 900px) {
  .column{
    width: 50%;
    display: block;
  }

  .examWidth{
    width:33%;
  }

    footer{
font-size:6pt;
  }

  body {
    font-size: 2.5vmin;
  }

.lifecycle{
  width:80px;
  height:40px;
  font-size:0.7em;
}

#small{
  font-size:0.6em;
}

#banner h1{
  font-size:20pt;
}


}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
  }

  .card{
    font-size: 3.5vmin;
  }
  


  .examWidth{
    width:50%;
  }
  
    footer{
font-size:6pt;
  }


  body {
    font-size: 2.5vmin;
  }

.lifecycle{
  width:60px;
  height:35px;
  font-size:0.5em;
}


#banner{
  min-height:130px;
}


}




.pdfIcon{
  background: url(../siteImages/pdfIcon.png) no-repeat left center;
  }
  
  .quizlet{
    background: url(../siteImages/quizlet.png) no-repeat left center;
  }
  
  .zip{
    background: url(../siteImages/zip.png) no-repeat left center;;
  }
  
  .trinket{
    background: url(../siteImages/trinketIcon.png) no-repeat left center;
  }
  
  .greenTick{
    background: url(../siteImages/greenTick.png) no-repeat left center;
  }
  
  .redX{
    background: url(../siteImages/redEx.png) no-repeat left center;
  }

  .vidIcon{
    background: url(../siteImages/vid.png) no-repeat left center;
  }

  .globeIcon{
    background: url(../siteImages/globe.png) no-repeat left center;
  }

  .pptIcon{
    background: url(../siteImages/ppt1.png) no-repeat left center;
  }
  
  .quizlet, .pdfIcon, .trinket, .zip , .greenTick, .redX, .vidIcon, .globeIcon, .pptIcon{
  padding: 5px 10px 5px 28px;
  list-style: none;
  margin: 0;
  vertical-align: middle;
  }
  
  .quizlet a, .pdfIcon a, .trinket a, .zip a , .greenTick a, .redX a, .vidIcon a, .globeIcon a, .pptIcon a{
    text-decoration: none;
  }
  
  .quizlet:hover, .pdfIcon:hover, .trinket:hover, .zip:hover , .greenTick:hover, .redX:hover, .vidIcon:hover, .globeIcon:hover, .pptIcon:hover{
    text-decoration: underline;
  }

  .subheading{
    text-align:left;
    font-size:1.6vmin;
    margin: 10px 0 10px 10px;
    font-weight:bold;
    color:grey;
    font-style: italic;
  }

  .cardheading{
    font-weight:bolder; 
    color:purple;
    font-size:1.8vmin;
    text-align:center;
  }

  .cardrule{
  border: solid 1.5px purple; 
  border-radius: 4px; 
  margin:5px 0 10px 0;
  }

  summary{
  cursor: pointer;
  }


  /* Font Sizes */
  .examWidth .card ul{
    font-size:1.5vmin;
  }

  .small{
    font-size:1.4vmin;
  }

  /** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.imageZoom{
  border-radius:10px;
  margin: 10px 0px 20px 0px;
}

.imageZoom:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*Breadcrumb*/
.breadcrumb{
	margin:0;
}

/* Style the list */
ul.breadcrumb {
  padding: 0px 8px;
  list-style: none;
  background-color: lemonchiffon;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 2vmin;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/*SDD Trinket grids*/
.sddgrid{
        float:left; 
        width:32%; 
        height:600px;
        padding-right:1%;
      }

      .sddgridtext{
        text-align:center;
        color:navy;
      }