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


#outer{
	background-color: #8817BA;
	margin-top: 25px;
	width: 95%;
	height: 2130px;
	overflow: hidden;
	border-radius: 25px;
}

.outertype {
	margin: 15px;
	font-size: 20pt;
	font-family: Dosis;
	color: #ECD4F7;
	
}

.btn-close {
	float: right;
}

#inner{
	background-color: #ECD4F7;
	position: relative;
	height: 2050px;
	overflow-y: auto;
	border-radius: 25px;
	border-style: solid;
	border-width: thick;
	border-color: rebeccapurple;
	
}

.home{
	
	background-color: #FFFDED;
}

.title{
	margin-top: 15px;
	padding-bottom: 15px;
}

.nav-link{
	color: #8817BA;
}


.design_btn{
	text-align: center;
	font-family: Dosis;
	font-weight: 600;
	font-size: 20px;
	background-color: #ECD4F7;
	border: solid;
	border-width: medium;
	border-color: #8817BA;
	border-radius: 25px;
	color: #8817BA;
	width: 100px;
}

.design_btn:hover{
	text-align: center;
	font-family: Dosis;
	font-weight: 600;
	font-size: 20px;
	background-color: #8817BA;
	border: solid;
	border-width: medium;
	border-color: #8817BA;
	border-radius: 25px;
	color: #ECD4F7;
}

.design_btn2 {
	text-align: center;
	font-family: Dosis;
	font-weight: 600;
	font-size: 20px;
	background-color: #ECD4F7;
	border: solid;
	border-width: medium;
	border-color: rebeccapurple;
	border-radius: 25px;
	color: #8817BA;
	width: 250px;
	margin-top: 17px;
}

.design_btn2:hover{
	text-align: center;
	font-family: Dosis;
	font-weight: 600;
	font-size: 20px;
	background-color: #8817BA;
	border: solid;
	border-width: medium;
	border-color: #8817BA;
	border-radius: 25px;
	color: #ECD4F7;
}

.bi_clr{
	color: #8817BA;
	font-size: 28px;
	
}

.bi_clr:hover{
	color: rebeccapurple;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
	border: solid;
	border-width: medium;
	border-color: white;
	border-radius: 25px;
}

.overlay-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
	opacity: 1;
	transition: filter 0.3s ease;
	
}

.overlay-image:hover img {
  width: 100%;
  display: block;
	filter: blur(1px);
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.overlay-content {
  
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; 
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.2s;
	text-align: center;
	font-family: Dosis;
	font-weight: 600;
	font-size: 40px;
}

.overlay-content:hover {
  opacity: 1;
  margin-bottom: 15px;
}

.overlay-content > * {
  transform: translateY(20px);
  transition: transform 0.3s;
}

.overlay-content:hover > * {
  transform: translateY(0px);
  transition: transform 0.3s;
}


/**
.image-container {
	opacity: 1;
	transition: filter 0.3s ease;
}


.image-container:hover {
	opacity: 0.5;
  	transition: opacity 0.3s ease;
	filter: blur(1px);
	
}
/**
.text-overlay {
	opacity: 0;
	transition: filter 0.3s ease;
}


.text-overlay:hover {
	opacity: 1;
  	transition: opacity 0.3s ease;
	
}
**/

@media screen and (max-width: 1000px) {
  .column {
    flex: 50%;
    max-width: 50%;
	}}

@media screen and (max-width: 1000px) {
  #inner {
    flex: 100%;
    max-width: 100%;
	height: 92%;
	margin-bottom: 0px;
	}}

@media screen and (max-width: 700px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
