#body_home #header .navbar .nav-container .navbar-header .navbar-brand {
	visibility: hidden;
	transition: 0s;
}

#header .navbar .nav-container .navbar-collapse.collapse, 
#header .navbar .nav-container .navbar-collapse.collapsing {
	visibility: visible !important;
}

#header .navbar .nav-container .navbar-collapse a.apply-icon,
#header .navbar .nav-container .navbar-collapse a.header-contact {
	margin-top:  0.9%;
}

.bg-image-title-w-tile .content-section .main-header-text {
	font-size:  0 !important;
}

#body_home .content-section .hero-logo,
#body_home .content-section .main-header-text,
#body_home .bg-image-title-w-tile .content-section .main-header-text {
	max-width: 535px;
	width: 30%;
	min-width: 220px;
	margin: 75% auto 30px;
	filter: drop-shadow(2px 5px 6px #000);
}

#body_home .container .homepage-container .hp-content-container div.iframe-scaler.bg-image-title-w-tile .content-section .main-header-text img {
    width: 100% !important;
}

#body_home .container .homepage-container .hp-content-container .iframe-scaler .content-section .main-header-text img {
    width: 100%;
}

@media only screen and (min-width: 480px) {
    #body_home .content-section .hero-logo,
    #body_home .content-section .main-header-text,
    #body_home .bg-image-title-w-tile .content-section .main-header-text{
    	min-width: 280px;
    	margin: 65% auto 30px;
    }
}

@media only screen and (min-width:  768px) {
	#alt_top_bar.row {
		margin-top:  15px;
	}

	#header .row.top-container .col-md-3,
	#header .row.top-container .col-md-6 {
		display:  none;
	}
	
    #body_home .content-section .hero-logo,
    #body_home .content-section .main-header-text,
    #body_home .bg-image-title-w-tile .content-section .main-header-text{
	    margin-top: 15%;
    	min-width: 330px;
	}
	
	#body_home .container .homepage-container .hp-content-container span.mobile-cinemagraph-placeholder {
	    width: 100%;
	    height:600px;
	}
}

@media only screen and (min-width:  1024px) {
	#header .row.top-container .col-md-3:last-of-type {
		display:  block;
		width:  100%;
	}

	#header .navbar .nav-container .navbar-header {
		display:  none;
	}

	#header .navbar .nav-container .navbar-collapse .nav.navbar-nav {
		width:  80%;
	}

	.navbar-collapse li {
		margin:  0 0.5%;
	}

	#header .navbar .nav-container .navbar-collapse .nav.navbar-nav li a,
	#header .navbar .nav-container .navbar-collapse a {
		font-size:  12px;
	}

	span.apply-svg {
		max-height:  20px;
	}
    #body_home .content-section .hero-logo,
    #body_home .content-section .main-header-text,
    #body_home .bg-image-title-w-tile .content-section .main-header-text{
	    margin-top: 15%;
    	min-width: 380px;
	}
}

@media only screen and (min-width: 1200px) {
	#header .navbar .nav-container .navbar-collapse .nav.navbar-nav li a,
	#header .navbar .nav-container .navbar-collapse a {
		font-size:  14px;
	}
	
    #body_home .content-section .hero-logo,
    #body_home .content-section .main-header-text {
    	min-width: 450px;
	}
}

@media only screen and (min-width: 1280px) {
	#header .navbar .nav-container .navbar-collapse .nav.navbar-nav li a,
	#header .navbar .nav-container .navbar-collapse a {
		font-size:  15px;
	}
}

@media only screen and (min-width: 1440px) {
	#header .navbar .nav-container .navbar-collapse .nav.navbar-nav li a,
	#header .navbar .nav-container .navbar-collapse a {
		font-size:  17px;
	}

	#header .navbar .nav-container .navbar-collapse a.apply-icon,
	#header .navbar .nav-container .navbar-collapse a.header-contact {
		margin-top:  1%;
	}
	
    #body_home .content-section .hero-logo,
    #body_home .content-section .main-header-text {
    	min-width: 535px;
	}
}

@media only screen and (min-width: 1680px) {
	#header .navbar .nav-container .navbar-collapse .nav.navbar-nav li a,
	#header .navbar .nav-container .navbar-collapse a {
		font-size:  20px;
	}
}

@media only screen and (min-width: 1920px) {
	.navbar-collapse li {
		margin:  0 1%;
	}
}


