* {
  box-sizing: border-box;
}

html,
body {
    margin: 0;
    height: 100%;
    background-color: #0B1A31;
    scroll-behavior: smooth;
}

footer {
    position: fixed;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 38px;
    width: 100%;
    bottom: 0;
    text-align: end;
    z-index: 20;
    background-color: #0B1A31;
}

section {
    z-index: 20;
}

figure {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;  
    justify-content: center;
    align-items: center;
}

figcaption {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}

.active { 
    text-decoration: underline 1px;
    text-underline-offset: 4px;
}

.text0 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 100px;
    font-weight: 100;
}

.text1 {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 100px;
    font-weight: thin;
}
.text2 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 100;
}
.text3 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 32px;
    font-weight: 100;
}

.text4 {
    color: #0B1A31; 
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
}

.text5 {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: 100;
}

.text6 {
    color: lightblue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 60px;
    font-weight: 100;
    opacity: 80%;
}

.home {
    position: fixed;
    left: 30px;
    top: 30px;
}
.about {
    position: fixed;
    right: 30px;
    top: 30px;
}

.spacer {
    height: 100px;
}

.spacer2 {
    height: 350px;
}
.spacer3 {
    height: 60px;
}

.flower{
    width: 400px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 60%;
}

.flowertech{
    width: 500px;
    position: fixed;
    bottom: 10px;
    right: 90px;
    opacity: 60%;
}

.artflowercontainer {
    padding-left: 175px;
	margin-left: auto;
    margin-right: auto;
    display: flex; 
    justify-content: center;
    position: fixed;
    width: 75%;
    bottom: 40px;
}
.artflowerimg {
    width: 700px;
    opacity: 30%;
    z-index: -1;
}
.bizflowercontainer {
	margin-left: auto;
    margin-right: auto;
    display: flex; 
    justify-content: center;
    position: fixed;
    width: 75%;
    bottom: 0;
}

.bizflowerimg {
    width: 700px;
    opacity: 40%;
    z-index: -1;
}

.imgbox {
    flex-basis: 275px;
	flex-grow: 1;
	background-color:#add8e6;
    z-index: 1;
    padding: 5px;
    position: relative; 
    width: fit-content; 
    text-align: center;
}

.logo {
	width:100%;
    opacity: 15%;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    &:hover{
    opacity:100%;
    z-index: 10;
    border: #0B1A31 1px solid;
}
}

.centered {
  margin: auto;
  width: 95%;
  height: 50%;
  position: absolute; 
  bottom: 20px;
  z-index: 5;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: auto;
    padding: 20px;
    max-width: 1000px;
    min-width: 800px;
    padding: 30px;
}

.grid-item {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}

.grid-center {
    place-self: center;
    text-align: center;
}

.colspan1 {
   grid-column: span 1;
}

.colspan2 {
   grid-column: span 2;
}

.colspan3 {
   grid-column: span 1/ -1;
}

.rowspan1 {
   grid-row: span 1;
}

.rowspan2 {
   grid-row: span 2;
}

.rowspan3 {
   grid-row: span 1/ -1;
}

.slide {
    width: 400px;
    height: 225px;
}

.center {
    grid-column: span 3;
    display: flex;
    align-items: center;   
    justify-content: center;  
    text-align: center; 
    padding-bottom: 35px;
}

.placeholder {
    background-color: lightblue;
    height: 100%;
    width: 100%;
}

.border {
    border: 1px solid white;
}

#mainheader {
    padding: 10px;
    background-color: #0B1A31;
    height: 80px;
    width: 100%;
    z-index: 7;
    position: fixed;
}

#subheader {
    width: 100%;
    height: 85px;
    position: fixed;
    background-color: #0B1A31;
    z-index: 25;
}

#container {
    padding: 50px;
    max-width: 700px;
}

#artcontainer {
  background-color: #0B1A31;
  padding: 30px;
  text-align: center;
}

#outercontainer {
    display: flex;
	flex-wrap: wrap;
	padding: 50px;
	margin:auto;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color:#0B1A31;
  padding: 4px;
  background-color: white;
}
