/*-- BODY --*/
body {
    font-size: 16px;
    color: #ffffff;
    background: #ffffff !important;
}

/*-- FOOTER --*/
body:not(.page-template-home-index) footer {
    padding-top: 33px !important;
}

/*-- PORTFOLIO --*/
#single-portfolio {
    background: #ffffff;
    margin-bottom: 60px;
    padding: 100px 0 0;
}

#portfolio_box {
max-width: 1024px;
margin: 0 auto;
background: #fff;
color: #000 !important;
position: relative;
}

.nav.js {
	position: relative;
	margin-top: 24px;
}

nav a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	width: auto;
	padding: 0 10px 10px;
	margin-right: 5px;
	line-height: 32px;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	min-width: 60px;
}

.nav {
	float: right;
	margin-top: 24px;
}

header #logo img {
	margin-top: 6px;
	max-height: 80px;
	width: auto;
}

header {
    background: url(http://duwacolours.com/wp-content/uploads/2017/09/header_bg.png) repeat-x top !important;
}

#home {
	margin-top: 92px;
}

.sub_title {
  	color: #FFFFFF;
	font-size: 30px;
	font-weight: 300;
	line-height: 0;
	margin-bottom: -150px;
	margin-top: 10px;
}

#portfolio_box {
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
	color: #000 !important;
	position: relative;
	margin-top: 30px;
}

#portfolio_box a {
	color: #E5FFFC;
}

.footer_intro, .footer_widgets {display: none;}

#blog .page_bot {
    border-color: transparent #56a228 transparent transparent;
    display: none;
}

#blog .page_top {
    border-color: transparent transparent #56a228 transparent;
    display: none;
}

body {
    font-size: 16px;
    color: #ffffff;
    background: #44A5AC;
}

/*-- MOBILE --*/
@media (max-width: 480px) {
body {
    margin-top: 0;
}
header {
    /*background: #000 !important;*/
    height: auto;
    padding: 5px !important;
    height: 95px !important;
}
header #logo img {
    margin-top: 6px;
    max-height: 50px;
    width: auto;
}
body:not(.page-template-home-index) footer {
    padding-top: 33px !important;
    margin-top: -60px;
}
}

@media (max-width: 979px) {
.trigger {
    background: url(http://duwacolours.com/wp-content/themes/parasponsive/images/mob_menu.png) no-repeat center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin-right: 0;
    margin-top: 7px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    width: 60px;
}
}