@charset "UTF-8";
/* CSS Document */

.digitaldesigns{
	
}

.handdrawndesigns{
	
}

.photographicdesigns{
	
}

.overlay .handdrawndesigns .photographicdesigns .digitaldesigns {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
opacity: 0;
max-width: 100%;
  transition: .5s ease;
  background-color: rgba(0,215,160,1.00);
}

.handdrawndesigns .photographicdesigns .digitaldesigns:hover .overlay {
	opacity: .5;
}

.port-nav{
	margin-bottom: 10px;
}

.port-footer{
	background-color:rgba(84,84,84,1.00);
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 40px;
}

button.btn-dd { 
	width: 100%;
    background-color: white;
	border-style: inherit;
    color: gray;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
	transition-duration: 0.4s;
	margin-bottom: 40px;
}

.btn-dd:hover {
	color: rgba(0,215,160,1.00) !important;
}

button.close{
	align-content: center;
	text-align: center;
}