.studio {
	/*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;*/
    background-color: rgba(50, 50, 50, 0.7);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	
	
	text-align: center;
}

.studio div.first{
	padding:0 30px;	
	font-family: 'Architectural';
	font-size:64px;
	line-height: 100%;
}

.studio div.firstenglish{
	padding:0 30px;	
	font-family: 'Architectural';
	font-size:27px;
	line-height: 100%;
	margin-top:-8px;
}

.studio div.second{
	padding:30px;	
	font-family: 'PartitaDeco';
	font-size:24px;
	line-height: 100%;
	margin-top:3px;
	padding:0 20px !important;
	color: #6699fe;
	
}

.second {
	color: #6699fe;
}

div.flexstudio {
	 display: flex;
	 justify-content: center;
	 align-items: center;
}

.columntwo {
	padding:20px;
}

.columnone img {
	width:125px;
	height:auto;
	border-radius:5px;
}

.columnone, .columnthree {
	width:125px;
	
}

a.orderbutton {
	border-bottom: unset !important;
	background-color: #AE8E1C;
	padding:5px;
	border-radius: 5px;
	color:white;
	display: block;
	width:115px;
	height:115px;
	
	display: flex;
    justify-content: center;
    align-items: center;
	
}

.studiowrapper {
	position: relative;
	z-index:1000000;
}