﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p, h1, h2, h3, h4, h5, h6, button {
font-family: 'Heebo', sans-serif;
margin: 7px 0;
font-size: 16px;
}
article p {
    max-width: 585px;
    font-weight: 400;
    letter-spacing: 0.1px;
}
article p span {
    font-weight: bold;
}
h1, h2 {
    display:none;
}
header img{
    transition: ease all 0.4s;
    position: relative;
    right: 60px;
}
header img:hover {
    transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(0px);
}
button {
    background: none;
    border: none;
    color: #b1824f;
}
button:hover, button:active {
    color: #ae604c;
}
a {
    text-decoration: none;
}
._container {
    width: 900px;
    margin: 0 auto;
	border: 1px solid #b05f4a;
}
.main{
    background-image: url(landing_bg3.jpg);
    background-repeat: no-repeat;
    min-height: 447px;
    padding-left: 84px;
    padding-top: 27px;
}
.desciption {
    min-height: 128px;
}
.dunerDetails {
    min-height: 90px;
}
.pullRight {
    float: right;
}
.desciption {
    background-color: #312f32; 
    padding: 5px 95px 5px 84px;
}
.desciption .desciption1 {
    color: white;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 1.4;
}
.desciption .desciption2 {
    color: #ae604c;
    font-weight: 500;
    font-size: 17px;
}
.smallPic {
    display: none;
}

#collapse p {
    font-size: 93%;
}
.logo {
    float: left;
    padding-left: 83px;
}

@media (max-width: 800px) {
._container {
    width: 360px;
}
header img {
    right: 10px;
    width: 108%;
}
.main {
    padding-left: 15px;
    padding-right: 15px;
}
.desciption {
    padding: 5px 15px 5px 15px;
}
.smallPic {
    display: inline-block;
    margin: auto;
    width: 70%;
}
.gallery {
    text-align: center;
}
.gallery img:first-child {
    display: none;
    }
.dunerDetails a img {
    float: left;
}
.logo {
    float: none;
    padding-left: 0;
	margin: 0 auto;
    display: block;
}
}
