@import url(https://fonts.googleapis.com/css?family=Libre+Franklin);
@import url(https://fonts.googleapis.com/css?family=Roboto);
.defaultBody {
	overflow: hidden;
	background-color: #000;
	width: 100%;
	height: 100%;
}

.squaredImage {
	max-width: 350px;
	max-height: 263px;
	cursor: pointer;
	position: relative;
}
.imageContainer {
	position: relative;
	top:50%;
	left: 50%;
	width: 94%;
	height: 90%;
	transform:translate(-50%,-50%);
	padding: 5% 3% 5% 3%;
}
#imageDisplayer {
	position: absolute;
	width: 70%;
	max-height: 90%;
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background-color: #000;
	border-style: solid;
	border-color: #2c3e50;
	border-radius: 5px;
	display: none
}
#centrer {
	position: relative;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.clickable {
	cursor: pointer;
}
#largeImage {
	position: relative;
	margin: auto;
	/*top:50%;
	transform:translate(0%,-30%);*/
	display: block;
	opacity: 1;
	cursor: pointer;
	max-width:100%;
	max-height:90%;
	padding-bottom: 10px;
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.headerContainer {
	width: 100%;
	text-align: center;
	color: #fff;
}
#title {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 80px;
	margin: 0;
	display: none;
}
#subTitle {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 20px;
	display: none;
}
.menuImage {
	max-width: 350px;
	max-height: 263px;
	cursor: pointer;
	position: relative;
}
.adminBody{
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	background-color: #7f8c8d;
	width: 100%;
	height: 100%;
}
.customButton {
	text-align: center;
	position: relative;
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: auto;
	border-style: solid;
	border-width: 3px;
	color: #fff;
	background-color: rgba(255,255,255,0);
	font-size: 300%;
}
.customButton:hover{
	border-radius: 30px;
	cursor: pointer;
}
.hudgeContainer {
	top:0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background-color: black;
	border-width: 5px;
	border-color: white;
}
.hudgeImage {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
}
.mainText {
	color: white;
	text-align: justify;
    text-justify: inter-word;
	font-size: 20px;
	font-family: 'Libre Franklin', sans-serif;
}
#largeContainer {
	position: relative;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5%;
}
#textContainer {
	position: relative;
	width: 65%;
	left:0px;
	float: left;
}
#imageContainer {
	position: relative;
	right: 0px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}