body{
  background-image: url("../images/penguins_website_grey.png"), url("../images/creativity.jpg");
  background-repeat: no-repeat;
  background-position: center 92.5%, center 30%;
  background-color: #003300;
  overflow: hidden;
  font-family: Ubuntu, "times new roman", times, roman, serif;
}

#sketch-0{
  height: 1100px;;
}

#header {
display:block;
margin: auto;
width:360px;
padding-top:10px;
}

#container {
width: auto;
height: auto;
display:block;
}

#leftcontent {
  position: absolute;
  border-top-left-radius:75px;
  border-top-right-radius:75px;
  border-bottom-left-radius:75px;
  border-bottom-right-radius:75px;
  left: 2%;
  top: 70%;
  height: auto;
  width: 35%;
  background: rgba(255, 255, 255, 0.85);enterconten
  padding:10px;
  display: none;
  text-align: center;
}


#tweets {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  position: absolute;
  left: 3%;
  top: 25%;
  width: 20%;
  height: 400px;
  overflow: auto;
  display: none;
}

#centercontent {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  right: 30%;
  top: 3%;
  height: auto;
  width: 47%;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  padding:10px;
  text-align: center;
}

#centercontent_ping {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  right: 30%;
  top: 3%;
  height: auto;
  width: 47%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  padding:10px;
}

#centercontent_summer {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  left: 40%;
  top: -25%;
  height: auto;
  width: 85%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  padding:10px;
}


#rightcontent_top {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  right: 2%;
  top: 3%;
  height: auto;
  width: 17%;
  background: rgba(255, 255, 255, 0.85);
  padding:10px;
  text-align: center;
  display: none;
}

#rightcontent {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  right: 2%;
  bottom: 3%;
  height: auto;
  width: 17%;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  padding:10px;
  text-align: center;
}

#rightcontent_ping {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  right: 5%;
  bottom: 3%;
  height: auto;
  width: 27%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  padding:10px;
  text-align: center;
}

#rightcontent_summer {
  position: absolute;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  right: 5%;
  bottom: 3%;
  height: auto;
  width: 27%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  padding:10px;
  text-align: center;
}

#rightcontent_summer img {
    max-width: 350px;
}

#rightcontent_ping img {
    max-width: 350px;
}

h1 {
    color: #000;
    font-family:Ubuntu;
    font-size:2.3em;
    text-align:center;
    padding-top:5px;
    padding-left:10px;
  }

h4 {
color: #FFF;
padding-top: 0%;
padding-left:2%;
margin-block-end: -4.67em;
font-size: 3.5em;
color: #8df702;
}

#movingup {
      color:#5e99ef;
      position:relative;
      top:10em;
      left:19em;
}


.card {
  position:absolute;
  right:25%;
  bottom:2em;
  padding:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  display:none;
  background:#FFF;
}

.card_ingreen{
position:absolute;
  right:25%;
  top:5em;
  width:300px;
  height:100%;
  padding:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  display:block;
  background:#FFF;
}


#cvbox {
  position:relative;
  top:7.5em;
  padding-left: 30%;
  font-size: 1.75em;
  font-weight: bold;
  color: #8df702;
}

#cvbox a:hover {
color:#FFF;
}


a:link {
  text-decoration: none;
  color:#069943;
}

a:visited {
  text-decoration: none;
  color:#113378;

}

a:hover {
  text-decoration: none;
  color:#003300;
}

a:active {
  text-decoration: none;
}

/* (A) GALLERY CONTAINER */
/* (A1) ON BIG SCREENS */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, auto); /* 3 IMAGES PER ROW */
  grid-gap: 10px;
  max-width: 1200px;
  margin: 0 auto; /* HORIZONTAL CENTER */
}
/* (A2) ON SMALL SCREENS */
@media screen and (max-width: 640px) {
  body{
    background-image: url("../images/penguins_website_grey.png");
    background-repeat: no-repeat;
    background-position: center 5%;
    background-color: #003300;
    overflow: hidden;
    background-size: cover;
    font-family: Ubuntu, "times new roman", times, roman, serif;
  }
  div {
    display: inline-block;
    width:80%;
  }

  #container {
  width:inherit;
  height: inherit;
  }

  #centercontent {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    top: 3%;
    height: auto;
    background: rgba(255, 255, 255, 0.85);
    padding:10px;
  }



h1 {
color:#000;
}

}

/* (B) THUMBNAILS */
.gallery img {
  width: 100%;
  height: 200px;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
}
.gallery img:fullscreen { object-fit: contain; }

/* (X) DOES NOT MATTER */
body, html {
  padding: 0;
  margin: 0;
}


.fas {
margin-left: -27px;
padding:5px;
}

#butt {
display: block;
position: relative;
left: 5em;
top: 50em;
}
