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;
}

@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;
}

/*Header Navigation Bar*/
.header {
	position: sticky;
	top: 0px;
	z-index: 10;
	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;
	border-color: transparent;
	transition: background-color 0.5s;
}

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

@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;
	}
}

/*Logo*/

.logo {
	margin-top: 5%;
	margin-bottom: 5%;
}

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

@media only screen and (orientation: portrait) {
	.logo {
		margin-top: 50%;
		margin-bottom:61%;
	}
	
	.logo img{
		max-width: none;
		width: 100%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0) and (orientation: portrait) {
	.logo {
		margin-top: 50%;
		margin-bottom:61%;
	}
	
	.logo img {
		max-width: none;
		width: 100%;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0) and (orientation: landscape) {
	.logo {
		margin-top: 0%;
		margin-bottom: 0%;
	}
}

/*Main Section*/

.description {
	height: 100%;
	padding: 40px;
}

.description .row .col-md-4 {
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}



.description .row .col-md-4 img {
	margin: 0 auto;
}

.description .banner {
	padding: 10px;
	padding-top: 50px;
	color: #000;
	padding-bottom: 10px;
}

.description .row #icons img{
	max-width: 150px;
	padding-bottom: 20px;
}

.description h3 {
	font-family: Algeria, Algerian, Roboto;
	font-size: 30px;
}

.description p {
	margin-bottom: 35px;
	text-align: center;
}

.description .row .col-md-4 a {
	color: #000;
	text-decoration: none;
	border-radius: 3%;
	padding: 10px;
	transition: 0.3s;
}

.description .row .col-md-4 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,0.35);
	cursor: pointer;
	border-radius: 3%;
	transition: color background-color 0.5s;
}

.description #clients img {
	max-width: 200px;
	padding: 10px;
}

.description #clients .col-md-4 a:hover {
	background-color: transparent;
	transition: none;
}

@media only screen and (orientation: portrait) {
	.description .row .col-md-4 a {
		color: #fff;
		background-color: rgba(0,0,0,0.35);
		transition: none;
	}
	
	.description .row .col-md-4 h5 {
		margin-bottom: 50px;
	}
}

@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) {
	.description .row .col-md-4 a {
		color: #fff;
		background-color: rgba(0,0,0,0.35);
		transition: none;
	}
	
	.description .row .col-md-4 h5 {
		margin-bottom: 50px;
	}
}

/*Gallery*/

.links {
	height: 100%;
	background: url('./Assets/Homepage/bg2.jpg') no-repeat center center fixed;
	background-size: cover;
}

.links .banner {
	padding: 10px;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	padding-bottom: 10px;
}

.links .banner h3 {
	text-shadow: 0 2px 3px rgba(0,0,0,0.4);
	margin-top: 10px;
	font-family: Algeria, Algerian, Roboto;
	font-size: 30px;
}

.links .row .col-md-4 {
	padding: 50px;
}

.links .row .col-md-4 a {
	max-width: 150px;
}

.links .row .col-md-4 script {
	max-width: 400px;
}

.links .row .col-md-4 img {
	background-color: rgba(38,204,158,0.75);
	border-radius: 3%;
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	height: auto;
}

@media only screen and (orientation: portrait) {
	.links {
		background: url('./Assets/Homepage/bg2.jpg') no-repeat center; /* for phones './Assets/Homepage/bg2m.jpg' */
		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) {
	.links {
		background: url('./Assets/Homepage/bg2.jpg') no-repeat center; /* for phones './Assets/Homepage/bg2m.jpg' */
		background-size: cover;
	}
}

/*Twitter Feed*/

.twitter_Feed {
	margin-bottom: 40px;
}

/*Footer*/

.footer {
	color: #fff;
	height: 100%;
	padding: 20px;
	background-color: #333;
	text-align: left;
}

.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;
	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 .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;
	}
}

@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) {
	.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;
	}
}
