/* Reset some default browser styles */
*{  
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
}
@font-face {
  font-family: croc;
  src: url(Croc-vmpKO.ttf);
}

body{
  background-color: #f2f2f2;
}

body, h1, h2, h3, p, ul, li {
  margin: 0;
  width: 100%;
  text-align: center;
}

header {
  background-color: #f2f2f2;
  text-align: center;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
}
header h1{
  font-family: "Bebas Neue", sans-serif;
  font-size: 100px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: #333;
  color: #f2f2f2;
}
h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Vollkorn SC", serif;
  font-size: 30px;
  font-weight: 300;
}

nav {
  display: flex;
  flex-wrap: nowrap;
  background: rgb(230, 222, 211);
  list-style-type: none;
  justify-content: space-around;
  overflow: hidden;
}

a {
  display: inline;
  margin-right: 20px;
  color: #3338;
  text-justify: center;
  text-align: center;
  font-weight: 300;
  line-height: 50px;
  background-color: rgb(255, 254, 253);
  border: solid 1px rgb(230, 222, 211);
  margin: 1px;
  width: 100%;
  overflow: hidden;
}
a:hover{
  animation: hov 100ms forwards;
}
a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}
@keyframes hov {
  from {scale: 1;background-color: rgb(255, 254, 253); font-weight: 300; color: #3338;}
  to{scale: 1.1;background-color: rgb(230, 222, 211); font-weight: 500; color: #333; box-shadow: 0 0 20px #3334;}  
}
@keyframes hov-basic {
  from {scale: 1;}
  to{scale: 1.2; color: #fff;}
}
.custom-link {
    margin: auto;
    height: 20vh;
    width: 50vw;
    padding: 10%;
    font-family: "Bebas Neue", sans-serif;
    font-size: 10vh;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

nav ul li a {
    text-decoration: none;
    color: #333;
}

main {
  width: 100%;
  background-color: #f2f2f2;
}

section {
  margin-bottom: 30px;
  padding: 3vh 10vw;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.container {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px;
}
.container img{
  height: 32vh;
  flex-grow: 1;
  object-fit: cover;
  margin: 1px;
  overflow: hidden;
}
.container img:hover{
  animation: hov 200ms;
  scale: 1.1;
  box-shadow: 0 0 20px #3334;
}

.container p{
  position: absolute;
  justify-self: center;
  align-self: center;
  font-family: croc;
  line-height: 1.1;
  z-index: 5;
  background-color: #0000;
  border: #0000;
  color: #fff;
  font-size: 9vw;
  line-height: 80vh;
  text-align: center;
  align-items: center;
  text-shadow: #3337 1px 0px 10px;
  padding: 0px;
  height: fit-content;
}
.container a:hover{
  background-color: #0000;
  border: #0000;
}

.port-hdr a{
  position: absolute;
  top: 25px;
  left: 0;
  max-width: 60px;
  margin: 40px;
}
.port-hdr div{
  height: 0px;
}

#viewed-image{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3337;
  align-items: center;
  justify-content: center;
}
#full-image {
  padding: 15px;
  max-width: 90vw;
  max-height: 90vh;
  background-color: #333;
  border-radius: 5px;
  position: relative;
}
#close-bttn {
  position: fixed;
  top: 5vh;
  right: 5vw;
  font-size: 5vh;
  color: #ddda;
  background-color: #3337;
  border-radius: 50%;
  width: 6vh;
  text-align: center;
  justify-content: center;
  border: solid 1px #ddda;
}
#close-bttn:hover {
  animation: hov-basic 200ms;
  scale: 1.2;
  cursor: pointer;
  color: #fff;
}

.img-fxd {
  justify-content: center;
  align-content: center;
  /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  font-family: croc;
  line-height: 1.6;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 80vh;
  color: #fff;
  font-size: 9vw;
  line-height: 80vh;
  text-align: center;
  align-items: center;
  text-shadow: #3339 1px 0px 10px;
}

#img-0 {
  z-index: 1;
}
#img-1 {
  z-index: 2;
}
#img-2 {
  z-index: 3;
}

.wrapper { 
    display: grid;
    justify-items: center
}

@media screen and (max-width: 950px) {
  header h1{
    font-size: 10vw;  
  }
  .port-hdr a{
    top: 0px;
    position: relative;
    padding: 1vh;
  }
}

@media screen and (max-width: 800px) {
  header h1{
    font-size: 10vw;  
  }
  main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body {
    background-position: 50% -120px;
  }
  .img-fxd {
    height: 30vh;
    line-height: 30vh;
    font-size: 50px;
    font-size: 9vw;
  }
  .container a{
    font-size: 50px;
    font-size: 9vw;
  }
  .port-hdr{
    padding: 25px 0 0 0;
  }
  .port-hdr a{
    top: 0px;
    position: relative;
    padding: 1vh;
  }
  .port-hdr div{
    height: 40px;
  }
}