.glu{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hide{
	display: none;
}
.mainblogholder{
	height: 100%;

}
.buttonforphoto{
	margin: 2vh;
	border-radius: 5px;
	background-color: #BEC1E8;
	border-color: #ABAFDC;
	border: 3px inset #ABAFDC;
	float: right;
	text-align: center;
	font-family: Inconsolata,sans-serif;
	font-weight: 400;
	width: 70%;
	font-size: 0.9vw;
	margin-bottom: 5px;
	font-style: italic;
	text-shadow: 2px 1px 0px #ABAFDC, 4px 3px 0px rgba(0,0,0,0.15);
}
.loginbutton{
	background-color: #ABAFDC;
	margin: auto;
	margin-top: 20vh;
	width: 20vh;
	padding-top: 10px;
	padding-bottom: 10px;

	border-radius: 5px;
	align-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: whitesmoke;
	
}

.loginbutton:hover{
		box-shadow: rgba(102, 115, 255, 0.4) 0px 5px, rgba(102, 115, 255, 0.3) 0px 10px, rgba(102, 115, 255, 0.2) 0px 15px, rgba(102, 115, 255, 0.1) 0px 20px, rgba(102, 115,255, 0.05) 0px 25px;
}

.buttonlog{
		font-size: 1.5rem;
	text-decoration: none;
	color: WhiteSmoke;
	font-family: 'Poppins';
}

.buttonlog:hover{
	text-decoration:underline;
	color: WhiteSmoke;
	
}
.file{
	margin: 2vh;
	border-radius: 5px;
	background-color: #BEC1E8;
	border-color: #ABAFDC;
	border: 3px inset #ABAFDC;
	float: right;
	text-align: center;
	font-family: Inconsolata,sans-serif;
	font-weight: 400;
	width: 70%;
	font-size: 0.9vw;
	margin-bottom: 5px;
	font-style: italic;
	text-shadow: 2px 1px 0px #ABAFDC, 4px 3px 0px rgba(0,0,0,0.15);
}
.gallery-upload input{
	margin: 2vh;
	border-radius: 5px;
	background-color: #BEC1E8;
	border-color: #ABAFDC;
	border: 3px inset #ABAFDC;
	float: right;
	text-align: center;
	font-family: Inconsolata,sans-serif;
	font-weight: 400;
	width: 70%;
	font-size: 0.9vw;
	margin-bottom: 5px;
	font-style: italic;
	text-shadow: 2px 1px 0px #ABAFDC, 4px 3px 0px rgba(0,0,0,0.15);
}
.gallery-upload{
	margin-top: 5vw;
	background-color: #ABAFDC;
	margin: auto;
	width: 20vw;
	padding-top: 5vh;
	padding-bottom: 5vh;
	box-shadow: rgba(102, 115, 255, 0.4) 0px 5px, rgba(102, 115, 255, 0.3) 0px 10px, rgba(102, 115, 255, 0.2) 0px 15px, rgba(102, 115, 255, 0.1) 0px 20px, rgba(102, 115, 255, 0.05) 0px 25px;
	border-radius: 20px;
}
.gallery-container a div{
	width: 100%;
	height: 235px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	
}

.gallery-container{
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
	align-items: center;

	
}

.gallery-container a {
	margin: auto;
	padding-top: 1vw;
}
.wrapper{
	margin: auto;
}

.title{
	text-align: center;
	margin: auto;
	font-family: Sympathly;
	font-size: 7vw;
	color: #ABAFDC;
}

.gallery-container h3{
	font-family: 'Poppins';
	font-size: 35px;
	text-decoration: none;
	color: black;
	text-align: center;
}

.gallery-container p{
	font-family: 'Poppins';
	font-size: 15px;
	text-decoration: none;
	font-style: italic;
	color: black;
	text-align: center;
}
.gallery-container a{
	text-decoration: none;
	color: black;
}
.smallimg{
	transition: margin 0.5s;
}
.smallimg:hover{
	box-shadow: rgba(102, 115, 255, 0.4) 0px 5px, rgba(102, 115, 255, 0.3) 0px 10px, rgba(102, 115, 255, 0.2) 0px 15px, rgba(102, 115, 255, 0.1) 0px 20px, rgba(102, 115, 255, 0.05) 0px 25px;
	cursor: pointer;
	margin: 5px;
}





@media (max-width: 4400px) and (min-width: 1000px){
	.gallery-upload{
		width: 50vh;
	}
	.gallery-upload input{
		width: 80%;
		font-size: 1.5vh;
	}
	
	.file{
		width: 80%;
		font-size: 1.5vh;
	}
	.buttonforphoto{
		width: 80%;
		font-size: 1.5vh;
	}
	.gallery-container{
		margin-top: 1vw;
		margin-right: 5vw;
		margin-bottom: 5vw;
		margin-left: 5vw;
	}
}

@media(max-width: 2000px) and (min-width: 800px){
	.title{
		font-size: 10vw;

}
	
}

@media(max-width: 800px) and (min-width: 100px){
	.title{
		font-size: 20vw;

}
	
}


@media (max-width: 1000px) and (min-width: 700px){
	.gallery-upload{
		width: 50vh;
	}
	.gallery-upload input{
		width: 80%;
		font-size: 1.5vh;
	}
	
	.file{
		width: 80%;
		font-size: 1.5vh;
	}
	.buttonforphoto{
		width: 80%;
		font-size: 1.5vh;
	}
	
}

@media (max-width: 700px) and (min-width: 600px){
	.gallery-upload{
		width: 50vh;
	}
	.gallery-upload input{
		width: 80%;
		font-size: 1.5vh;
	}
	
	.file{
		width: 80%;
		font-size: 1.5vh;
	}
	.buttonforphoto{
		width: 80%;
		font-size: 1.5vh;
	}
	
}

@media (max-width: 600px) and (min-width: 200px){
	.gallery-upload{
		width: 90%;
	}
	.gallery-upload input{
		width: 80%;
		font-size: 2.5vh;
		text-shadow: none;
	}
	
	.file{
		width: 80%;
		font-size: 2.5vh;
	}
	.buttonforphoto{
		width: 80%;
		font-size: 2.5vh;
	}
	
	.gallery-container{
		flex-flow: column;
	}
}

@media (max-height: 600px) and (min-height: 200px){
	.mainblogholder{
		padding-top: 20vh;
	}
}