html, body {
	font-family: Roboto;
	margin: 0;
	padding: 0;
}

/*Body*/

body {
	min-height: 100%;
	background: url('./Assets/Homepage/bg3.JPG') no-repeat center center fixed;
	background-size: cover;
	overflow-x: hidden;
}

@font-face {
	font-family: Algeria;
	src: url(./Assets/ALGERIA.TTF);
}

@media only screen and (orientation: portrait) {
	body {
		background: url('./Assets/Homepage/bg3m.jpg') no-repeat center;
		background-size: cover;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (   min--moz-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (orientation: portrait),
only screen and (        min-device-pixel-ratio: 2) and (orientation: portrait),
only screen and (           min-resolution: 192dpi) and (orientation: portrait),
only screen and (            min-resolution: 2dppx) and (orientation: portrait) {
	body {
		background: url('./Assets/Homepage/bg3m.jpg') no-repeat fixed;
		background-size: contain;
	}
}

a {
	cursor: pointer;
}

#main {
    transition: margin-left .5s;
}

/*#kID {
	display: none;
}

#kIDRow1 {
	display: none;
}

#kIDRow2 {
	display: none;
}

#kIDRow3 {
	display: none;
}

#bID {
	display: none;
}

#bIDRow1 {
	display: none;
}

#bIDRow2 {
	display: none;
}

#eID {
	display: none;
}

#eIDRow1 {
	display: none;
}

#eIDRow2 {
	display: none;
}

#gID {
	display: none;
}

#gIDRow1 {
	display: none;
}

#gIDRow2 {
	display: none;
}

#rID {
	display: none;
}

#rIDRow1 {
	display: none;
}

#rIDRow2 {
	display: none;
}

#wID {
	display: none;
}

#wIDRow1 {
	display: none;
}

#mID1 {
	display: none;
}

#mID1Row1 {
	display: none;
}

#mID2 {
	display: none;
}

#mID2Row1 {
	display: none;
}

#mID3 {
	display: none;
}

#mID3Row1 {
	display: none;
}*/

/*.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateX(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateX(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

.slideL {
	animation-name: slideL;
	-webkit-animation-name: slideL;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}

@keyframes slideL {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-webkit-keyframes slideL {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

/*Header Navigation Bar*/
 
.header {
	padding-top: 10px;
	background-color: rgba(0,0,0,0.5);
	margin: auto;
	margin-bottom: 0px;
	color: #fff;
}

.header .navbar-dark {
	text-shadow: 0 2px 3px rgba(0,0,0,0.4);
	margin: 0px;
}

.header .navbar-dark a {
	color: #fff;
	border-radius: 5%;
	transition: 0.3s;
	margin: 0px 25px 10px;
}

.header .navbar-dark a:hover {
	color: #fff;
	background-color: #26cc9e;
	transition: background-color 0.5s;
}

.header .navbar-dark button {
	background-color: transparent;
	border-color: #26cc9e;
	border-width: 3px;
}

@media only screen and (orientation: portrait){
	.header {
		padding-bottom: 10px;
	}
	
	.header .navbar-dark a {
		text-align: center;
		padding: 5px;
		border-radius: 0%;
		transition: none;
	}
	
	.header .navbar-dark a:hover {
		border-radius: 0%;
		transition: none;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   min--moz-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (orientation: landscape),
only screen and (        min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (           min-resolution: 192dpi) and (orientation: landscape),
only screen and (            min-resolution: 2dppx) and (orientation: landscape) {
	.header {
		padding-bottom: 10px;
	}
	
	.header .navbar-dark a {
		text-align: center;
		border-radius: 0%;
		transition: none;
	}
	
	.header .navbar-dark a:hover {
		border-radius: 0%;
		transition: none;
	}
}

/*Images Navigation Bar*/

.typeNav {
	position: sticky;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0px;
	z-index: 100;
	background-color: rgb(105,227,193);
}

.typeNav .navbar-light {
	margin: 0px;
}

.typeNav .navbar-light a {
	margin-right: 25px;
	border-radius: 5%;
	transition: 0.3s;
}

.typeNav .navbar-light a:hover {
	background-color: #26cc9e;
	transition: background-color 0.5s;
}

.typeNav .navbar-light button {
	border-color: #26cc9e;
	border-width: 3px;
	text-align: right;
}

@media only screen and (orientation: portrait){
	
	.typeNav .navbar-light a {
		margin-bottom: 10px;
		text-align: center;
		padding: 5px;
		border-radius: 0%;
		transition: none;
	}
	
	.typeNav .navbar-light a:hover {
		border-radius: 0%;
		transition: none;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   min--moz-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (orientation: landscape),
only screen and (        min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (           min-resolution: 192dpi) and (orientation: landscape),
only screen and (            min-resolution: 2dppx) and (orientation: landscape) {
	
	.typeNav .navbar-light a {
		text-align: center;
		border-radius: 0%;
		transition: none;
	}
	
	.typeNav .navbar-light a:hover {
		border-radius: 0%;
		transition: none;
	}
}

/*Logo*/

.logo {
	background-color:  rgba(105,227,193,0.95);
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.logo img {
	max-width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (orientation: portrait) {
	.logo img {
		max-width: 100%;
	}
}

/*Gallery*/

.grid {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	width : 100%;
	padding: 40px;
}

.grid h3 {
	font-size: 36px;
	font-family: Algeria, Algerian, Roboto;
	margin-bottom: 40px;
}

.grid .row {
	width: 100%;
}

.grid .row .col-md-3 img{
	max-width: 200px;
	padding: 10px;
	display: block;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5%;
	transition: .3s;
	opacity: 0.7;
}

.grid .row .col-md-3 img:hover {
	cursor: pointer;
	background-color: #26cc9e;
	border-radius: 5%;
	opacity: 1;
	transition: opacity background-color .5s;
}

@media only screen and (orientation: portrait){
	
	.grid .row .col-md-3 img {
		background-color: #26cc9e;
		max-width: 250px;
		transition: none;
		opacity: 1;
	}
	
	.grid .row .col-md-3:hover {
		cursor: none;
		transition: none;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   min--moz-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (orientation: landscape),
only screen and (        min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (           min-resolution: 192dpi) and (orientation: landscape),
only screen and (            min-resolution: 2dppx) and (orientation: landscape) {
	.grid .row  .col-md-3 img {
		background-color: #26cc9e;
		max-width: 250px;
		transition: none;
		opacity: 1;
	}
	
	.grid .row .col-md-3:hover {
		cursor: none;
		transition: none;
	}
}

/*Footer*/

.footer {	
	color: #fff;
	height: 100%;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	background-color: #333;
	text-align: left;
	padding: 20px;
}

.footer h5 {
	font-size: 16px;
}

.footer p {
	font-size: 12px;
}

.footer a {
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

.footer a:hover {
	text-decoration: none;
	color: #26cc9e !important;
	transition: color .5s;
}

#toTop a:visited {
	color: #FFF;
}

#svg_Twitter {
	margin-right: 8px;
}

#svg_Path {
	transition: .3s;
}

#svg_Path:hover {
	fill: #26cc9e;
	transition: fill .5s;
}

@media only screen and (orientation: landscape){
	.footer .row .col-md-4:nth-child(3){
		text-align: right;
	}
}

@media only screen and (orientation: portrait){
	.footer {
		text-align: center;
	}
	
	.footer h5 {
		font-size: 18px;
	}
	
	.footer a {
		color: #26cc9e;
	}
	
	.footer a:hover {
		transition: none;
	}
	
	.footer .row .col-md-4 h5 {
		margin-bottom: 10px;
	}
	
	#toTop a:visited {
		color: #26cc9e;
	}
	
	#svg_Path {
		fill: #26cc9e;
		transition: none;
	}
	
	#svg_Path:hover {
		transition: none;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   min--moz-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (   -o-min-device-pixel-ratio: 2/1) and (orientation: landscape),
only screen and (        min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (           min-resolution: 192dpi) and (orientation: landscape),
only screen and (            min-resolution: 2dppx) and (orientation: landscape) {
	.footer {
		text-align: center;
	}
	
	.footer a {
		color: #26cc9e;
	}
	.footer .row {
		margin-left: 10%;
	}
	
	.footer .row .col-md-4:nth-child(3) {
		text-align: center;
	}
	
	#toTop a:visited {
		color: #26cc9e;
	}
	
	#svg_Path {
		fill: #26cc9e;
		transition: none;
	}
	
	#svg_Path:hover {
		transition: none;
	}
}
