body {
	background-image: url(./images/9yPF.gif);
	background-size: cover;
 	background-attachment: fixed;
}
.translucent {
	transition: 0.5s;
	padding: 0rem !important;
}
.translucent:hover {
	background-color: #D7DBDD ;
	padding: 0.5rem !important;
	color: black;
}
.projimg {
	min-height: 11rem;
	width: 10rem;
	padding: 0rem;
}
#projback4, #projback5, #projback6,.cardback {
	transition: 0.5s;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10vh; /* 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 {
  background-color: #fefefe;
  margin: auto;
  padding: 1.5rem;
  border: 0.5rem solid #888;
  width: 80%;
}


.close {
  color: #aaaaaa;
  font-size: 2rem;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.clogo {
	height:  2rem;
	width:  2rem;
}
.nav-item {
	background-color: #424949 ;
	transition: 0.5s;
}
.nav-item:hover{
	background-color: #707B7C ;
}
.nav-link {
	color: white;
}
.navbar-nav ~ li:hover{
	color: black !important;
}

#top-body {
	background-image:  linear-gradient(20deg, orange, lightyellow, yellow, lightyellow, orange);
	background-size: 500%;
	animation-name: example;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes example {
  0% {background-position: 0% 20%;}
  20% {background-position: 20% 40%;}
  40% {background-position: 40% 60%;}
  60% {background-position: 60% 80%;}
  80% {background-position: 80% 100%;}
  100% {background-position: 0% 20%;}
}