/*h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 52px;
    line-height: 49px;
    text-transform: lowercase;
    color: #000;    
}


h1:after {
    content: "/";
}

h1 span.rotator{
    color :#666;
}

h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 80px;
}


h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
}

h3 a {
    color: #000;
}

h3 a:hover {
    color: #666;
}

h4 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 52px;
    line-height: 49px;
    text-transform: lowercase;
    color: #000; 
}


h4:after {
    content: "/";
}

h5 {
    font-size: 20px;
}
h6 {
    font-size: 14px;
}

a {
    transition: 0.4s;
    color:  #666;
}

a:hover {
    color: #666;
}


a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
}

p a {
    color: #666;;
    text-decoration: underline;
}

p a:hover {
    color: #000;;
    text-decoration: none;
}



ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-bottom: 0;
}

li {
    position: relative;
    padding: 0 0 15px 40px;
    font-size: 15px;
}

li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;  
    width: 20px;
    height: 1px;
    background-color: #B1B8C0;
}


dt {
    font-weight: 500;
    color: #999;
    font-size: 15px;
}

dd {
    font-size: 15px;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
}*/