

header
{
    background-image: url('assets/img/bkgnd_header.jpg') no-repeat center center fixed;
    color: #e3f3d8;
    text-align: center;
    padding-top: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    background: url('assets/img/bkgnd_header.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.nature
{
    background-color: #1d221c;
    color: #e3f3d8;
    font-weight: 200;
    text-align: center;
    padding-bottom: 160px;
    padding-top: 100px;
}

a
{
    color: #4faf64;
}

a:hover
{
    color: #267a17;
    text-decoration: underline;
}

header {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)  {
	header {
		background-attachment: scroll;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 
	header {
		background-attachment: scroll;
	}
}