@charset "utf-8";
/* OD TU NAPREJ JE DEFINICIJA ZA MAXIMALIZIRANO GALERIJO, POVEZANO Z JAVOSCRIPT*/

#OWERLAY_MAX{
	position: fixed;
	width: 100%;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	align-items: center;
	flex-direction: center;
	z-index: 800;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	top: 0px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #00000033;
	margin-top: auto;
	margin-bottom: auto;
}

#OWERLAY_MAX.active{
    display: flex;
}



.GALLERY_MAX {
	display: grid;
	grid-template-columns: 5% 90% 5%;
	width: 90%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-radius: 5px;
	border: 1px solid #b6924c88;
	-webkit-box-shadow: 0px 30px 35px 8px #00000088;
	box-shadow: 0px 30px 35px 8px #00000088;
	background-color: #000000cc;
	
	}

/*Grid area names only__________________*/
#arrowLEFT{
	grid-area: arLeft;
	padding-top: 0px;
	position: relative;
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#arrowLEFT:hover, #arrowRIGHT:hover {
    opacity: 1;
	filter:brightness(300%);
}

#arrowLEFT img {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
	display: block;
	width: auto;
}




#arrowRIGHT{
	grid-area: arRight;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#arrowRIGHT img {
	width: auto;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#mainSection {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#closeMe{
	grid-area: closeMe;
	width: 46px;
	height: 46px;
	margin-top: 8px;
	opacity: 0.8;
	margin-bottom: 8px;
	cursor: pointer;
	filter: brightness(100%);
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00000088;
	border-radius: 200px;
}

#closeMe:hover {
    opacity: 1;
	filter:brightness(300%);
}

#mainAreaImage{
	grid-area: mainArea;
	margin-bottom: auto;
	position: relative;
	height: 100%;
	width: 100%;
	margin-top: auto;
	background-image: url(images/Chekerboard.png);
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainAreaImage img {
    object-fit: contain;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    margin-bottom: auto;
}
#mainAreaImage img:hover {
	cursor: pointer;
}

#infoCenter{
	grid-area: info;
	bottom: 0px;
	height: 10%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #2F2F2F;
	font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
	border-top-width: thin;
	position: relative;
	display: grid;
	grid-template-columns: 8fr 3fr 1.5fr;
	margin-bottom: 0px;
}

#imgName {
	text-align: center;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	background-color: #00000033;
	border-radius: 96px;
}
#alterText {
	font-size: 1.5rem;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: grid;
	justify-self: right;
	align-items: center;
	color: var(--CLR-GoldLight);;
    }
#infoCenter h5 {
	visibility: visible;
	color: var(--CLR-GoldLight);
	font-family: Roboto, "Roboto Black", "Roboto Light", "Roboto Medium", "Roboto Thin";
	font-size: 1rem;
	height: 100%;
	width: 100%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}




#ctrl_section {
	position: relative;
	width: 100%;
	display: none;
	height: 10%;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
}
#ctrl_gallery {
    display: flex;
    width: auto;
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    height: 70%;
    background-color: #FFFFFF22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: auto;
    margin-left: 4px;
    margin-right: 4px;
    left: auto;
    margin-bottom: auto;
}




#ctrl_gallery a {
    font-family: Roboto;
    text-decoration: none;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 2px #0E0E0E88;
    box-shadow: 0px 2px 2px #0E0E0E88;
    font-size: 1em;
    line-height: 0px;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: right;
    display: flex;
    right: 0px;
    padding-left: 48px;
    padding-right: 9px;
    margin-right: 4px;
    margin-left: 4px;
    position: relative;
    padding-top: 1px;
    color: #FFFFFF;
}
#change_add{
    background-color: #848484;
    color: #FFFFFF;
    width: auto;
    padding-right: 0px;
}
#change_add::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 9px;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background-image: url(IMAGES/change_svg.svg);
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
}
#remove_img{
    background-color: #DF4F38;
    color: #FFFFFF;
    width: auto;
}
#remove_img::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    width: 29px;
    border-radius: 4px;
    background-image: url(IMAGES/trash_icon.svg);
    background-position: 0% 0%;
    background-size: contain;
    height: 27px;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-attachment: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    margin-top: 1px;
    margin-left: 3px;
}
#downloadMe {
    background-color: #1B90C9;
    color: #FFFFFF;
    width: auto;
}
#downloadMe::after{
	content: "";
	position: absolute;
	top: 6px;
	left: 9px;
	width: 32px;
	border-radius: 4px;
	background-image: url(images/downloadPNG.png);
	background-position: 0% 0%;
	background-size: contain;
	height: 31px;
	background-clip: border-box;
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-attachment: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}
#maximizer {
	position: absolute;
	top: 1.3rem;
	left: 1.3rem;
	width: 13%;
	height: auto;
	opacity: 1;
}











@media (max-width:1000px){
#OWERLAY_MAX {
	width: 100vw;
	height: 100vh;
	position: fixed;
}
.GALLERY_MAX {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000088;
	display: block;
}
#mainAreaImage {
	display: block;
	position: absolute;
	height: 78vh;
	width: 100%;
	top: 0px;
	flex-direction: column;
}
#arrowLEFT {
	position: fixed;
	width: 100px;
	z-index: 1000;
	display: flex;
	left: 1px;
	background-color: #00000066;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	bottom: 65px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 12%;
}
#arrowRIGHT {
	position: fixed;
	width: 100px;
	z-index: 1000;
	display: flex;
	right: 1px;
	background-color: #00000066;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	bottom: 65px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 12%;
}
#alterText {
	width: 100%;
	font-size: 2.8rem;
	text-align: left;
	height: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 3rem;
}
#infoCenter {
	position: absolute;
	width: 100%;
	height: 22vh;
	display: grid;
	grid-template-columns: 1fr;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 120px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	background-color: #00000022;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
}
#infoCenter h5 {
	text-align: center;
	font-size: 3rem;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0.1px;
	background-color: #00000088;
	z-index: 1000;
	padding-bottom: 15px;
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	
}
#closeMe {
	position: fixed;
	top: 10px;
	width: 100px;
	height: 100px;
	display: flex;
	z-index: 2000;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: 10px;
	background-color: #00000055;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border-radius: 50px;
	opacity: 1;
}
#maximizer {
	display: none;
}












}
