/* Enter Your Custom CSS Here */

@media (max-width: 480px) {
 section#welcome
{
    height: 200px !important;
}
}

@media (min-width: 481px) and (max-width: 767px) {
 section#welcome 
{
    height: 350px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
 section#welcome
{
    height: 500px !important;
}
}
 section#welcome
{
background-size:cover;
}

@media (max-width: 480px) {
 section#portfolio
{
    height: 200px !important;
}
}

@media (min-width: 481px) and (max-width: 767px) {
 section#portfolio 
{
    height: 350px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
 section#portfolio
{
    height: 500px !important;
}
}
 section#portfolio
{
background-size:cover;
}

body.page-id-344 .nav-primary {
	display: none;
}

