@media only screen and (min-width: 768px) {
	* {
	  box-sizing: border-box;
	}

	.intro-row {
	  display: flex;
	}
	
	.first-img {}
	
	/* Create two equal columns that sits next to each other */
	.intro-column {
	  flex: 50%;
	  padding: 0px;
	}
    div.intro-page .navbar-custom .nav > li > a:hover,
    div.intro-page .navbar-custom .nav > li > a:focus {
        color: rgba(248, 190, 18, 0.8) !important;
        background-color: transparent;
    }
}
@media only screen and (min-width: 1170px) {
    div.intro-page .navbar-custom.is-fixed {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.65) !important;
        border-bottom: 1px solid #f2f2f2;
    }	
}
@media only screen and (max-width: 767px) {
	.first-img {
		margin-top: 45px;
	}	
}
.img-hover img {
	-webkit-transition: all .3s ease; /* Safari and Chrome */
	-moz-transition: all .3s ease; /* Firefox */
	-o-transition: all .3s ease; /* IE 9 */
	-ms-transition: all .3s ease; /* Opera */
	transition: all .3s ease;
	position:relative;
}
.img-hover img:hover {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
	-moz-transform:scale(1.20); /* Firefox */
	-ms-transform:scale(1.20); /* IE 9 */
	-o-transform:translatZ(0) scale(1.20); /* Opera */
	transform:translatZ(0) scale(1.20);
}
a, a:hover {
	cursor: pointer !important;
}
div.intro-column {
	overflow: hidden;
}
div.intro-column img {
	cursor: pointer !important;	
}
footer {
		padding: 0px;
}