

body {
            font-family: 'Lato', sans-serif;
            color: #3A4140;
            background-color: #F5F5F5;
        }

        h1, h2, h3 {
            color: #554b4f;
            align-items:center;
        }

#banner {
    background-image: url('../images/Concrete_BG_001');
    height: 400px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#projects{
  width: 100%;
  height:25%;
  overflow:auto;
}
.logo {
    max-width: 150px;
}

#menu-bar {
    padding: 20px;
    background-color: #f8f9fa;
}

.project-card {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.project-card img {
    height: auto;
    width: 100%;
    display: block;
}

.project-card h3 {
    margin-top: 0;
}

/* Foundation Grid Alignment */
.grid-container {
    padding: 20px;
}

.grid-x, .grid-padding-x {
    margin-left: -1rem;
}

.cell {
    padding: 0.5rem;
}








li {
  list-style-type: none;
}
header#banner {
    width: 100%;
    height: 75%;
    background-image: url('../images/Concrete_BG_001.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header#banner img.logo {
    max-width: 50%;
    max-height: auto;
}

section {
    padding: 2%;
    
}

.myText {
    text-align: center;
}

footer {
    text-align: left;
    padding: 1em 0;
    background-image: url('../images/Concrete_BG_001.png');
    background-size: cover;
    background-position: center;
    color: white;
    width: 100%;
}

.myDIV001:hover + #hide001 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;   
}
.myDIV002:hover + #hide002 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}
.myDIV003:hover + #hide003 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}
.myDIV004:hover + #hide004 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}
.myDIV005:hover + #hide005 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}
.myDIV006:hover + #hide006 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}
.myDIV007:hover + #hide007 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}
.myDIV008:hover + #hide008 {
  display: inline-block;
  width:100%;
  height:auto;
  padding:2%;
  margin: 2%;
  color: black;
  border: black solid 2px; 
  border-radius:15px;
  background-color: #caced5;
}


#hide001 {
  display: none;
}
#hide002 {
  display: none;
}
#hide003 {
  display: none;
}
#hide004 {
  display: none;
}
#hide005 {
  display: none;
}
#hide006 {
  display: none;
}
#hide007 {
  display: none;
}
#hide008 {
  display: none;
}



/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 100px;
  height: 150px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}


/* ******************************** */
/* This is the MENU animation CSS */
/* ******************************** */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1217 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1217 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1217 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.5em;
  padding: 0;
}
.snip1217 a {
  padding: 0.3em 0;
  color: #303030;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.snip1217 a:before,
.snip1217 a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #20adff;
  width: 0;
}
.snip1217 a:before {
  top: 0;
  left: 0;
}
.snip1217 a:after {
  bottom: 0;
  right: 0;
}
.snip1217 a:hover,
.snip1217 .current a {
  color: black;
}
.snip1217 a:hover:before,
.snip1217 .current a:before,
.snip1217 a:hover:after,
.snip1217 .current a:after {
  width: 100%;
}
