@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');


.deco_box {
  border: 8px double #FFFFFF;

}

/* .deco_box:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  height: calc(100% + var(--border-width) * 2);
  width: calc(100% + var(--border-widthh) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--border-width));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */


.languages {
    font-family: 'Alata', sans-serif;
}

.projectImage {
    width:33vw;
    height:22vw;
    object-fit:cover;

}

.pf_full_width.pf_3_cols .item  {
  width: 33.3%;
}

.frame {
    background-color:#07B6CF ;
    margin-top: 0;
    margin-left: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.frameoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    background: rgba(20, 20, 20, .6);
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.frame:hover .frameoverlay {
    opacity: 1;
}

.frame:focus .modal {
    display: block;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by defalt */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: #0a0a0a;
    text-align: center;
    display: inline-block;
}

.modal {
    font-size:25px;
}

/* The Close Button */
.closeModal {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    width: 3vw;
    height: auto;
}

.closeModal:hover,
.closeModal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modalImage {
    width: 33vw;
    height: auto;
}

.photoImage {
    width: 60%;
    height: auto;
}

.backButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.backButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.backButton:active {
	position:relative;
	top:1px;
}

/* Small screens */
@media only screen and (max-width: 980px) {

  .projectImage {
      width:50vw;
      height:35vw;
      object-fit:cover;

  }

  .pf_full_width.pf_3_cols .item  {
    width: 50%;
  }

  .modalImage {
      width: 49vw;
      height: auto;
  }
    .centered {
        font-size: 10px;
    }

    .photoImage {
        width: 70%;
        height: auto;
    }

    .closeModal {
        width: 10vw;
    }

    .backButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.backButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
.backButton:active {
	position:relative;
	top:1px;
}

}

/* Large screens */
@media only screen and (min-width: 900px) {

}
