html,
body {
	height: 100%;
	width: 100%;
	margin:0;
}

.pad {
	padding: 15px;
}

.masthead {
	background-color: #16151D;

}

.logo {
	padding-top: 25px;
}

.img_responsive {
	width: 18px;
	height: auto;
}

.social_bg{
    height: 100%;
    min-width: 30px;
}



.social_icon {
    bottom: 0;
    left: 0;
    background: transparent;
    color: #F2A219;
    line-height: 100px;
    min-height: 100px; 
	width: 100%;
}

.border_left_yellow {
	border-left: 1px solid #F2A219;
}

.abs_main_1 {
	position: relative;
	bottom: 0px;

}

.column1_bg{
	background-image: url('../images/house_x.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 390px;
	bottom: 0;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 35px;
	text-align: left;
	color: #fff;
	line-height: 100%;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 0px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 2em;
	text-align: left;
	color: #fff;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 0px;
	line-height: 38px;
}

.desc {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: 400;
	line-height: 24px;
	padding-right: 25px;
}

.column3_bg{
	background-color: #F2A219;
}

.column_gallery_bg{
	background-color: #F2A219;
	height: 100%;
	z-index: 1;
}


.column3_position {
	position: relative;
	bottom: 0px;
	left: 0px;
	padding: 5px;
}

.list {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #060608;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 4px;
}

.abs_main_2 {
	position: relative;
	bottom: 0;

}

.color_1 {
	background-color: #060608;
	color: #fff;
	min-height: 200px;
	bottom: 0;
	padding-top: 20px;
	padding-left: 50px;
	width: 100%;
}

.color_2 {
	background-color: #0D0C11;
	color: #fff;
	min-height: 200px;
	bottom: 0;
	padding-top: 20px;
	padding-left: 50px;
}

.color_3 {
	background-image: url('../images/worker.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	bottom: 0;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
}

a {
 color: #F2A219;
}

a:hover {
  color: #fff;
}

.gallery li {
    display: inline;
    list-style: none;
    width: 125px;
    min-height: 100px;
    float: left;
    margin-right: 10px;
    text-align: center;
}



@media (min-width: 0px) { 

	}
	
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	

	}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 






 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

.masthead {
	background-color: #16151D;
	height: 100vh;
}

.social_bg{
    height: 100vh;
}

.abs_main_1 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

.column3_position {
	position: absolute;
	bottom: 200px;
	left: 0px;
	padding: 50px;
}

.abs_main_2 {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.abs_main_2_gal {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 0;
}

.column1_bg{
	background-image: url('../images/house_x.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 100%;
}

.social_icon_bottom {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.logo {
	top: 0px;
	padding-top: 50px;
	display: block;	
}

.color_1 {
	background-color: #060608;
	color: #fff;
	min-height: 200px;
	bottom: 0;
	padding: 20px;
}

.color_2 {
	background-color: #0D0C11;
	color: #fff;
	min-height: 200px;
	bottom: 0;
	padding: 20px;
}

.color_3 {
	background-image: url('../images/worker.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	bottom: 0;
}

.img_responsive {
	width: 34px;
	height: auto;
}

h1 {
	font-size: 35px;
	
}

.column_gallery_bg{
	background-color: #F2A219;
	height: 100vh;
	overflow: scroll;
	z-index: 1;
}



}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1366px) { 
h1 {
	font-size: 50px;
}

h2 {
	font-size: 3em;
	line-height: 45px;
}

.pad {
	padding: 60px;
}

}
