﻿h1 {
    margin: 50px 0;
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    font-family: "Open Sans";
}

ul {
    width: 620px;
    margin: 0 auto;
    li

{
    float: left;
    list-style: none;
    margin-right: 10px;
    position: relative;
    a

{
    font: 700 15px Open Sans;
    text-transform: uppercase;
    position: relative;
    color: #333333;
    text-decoration: none;
    border: 3px solid #000000;
    letter-spacing: 1px;
    padding: 10px 15px 10px 25px;
    display: block;
    width: 150px;
    z-index: 5000;
    i

{
    font-size: 12px !important;
    position: absolute;
    right: 10px;
    top: 14px;
}

}

.drop-down {
    position: absolute;
    padding: 0;
    display: none;
    margin: 0;
    left: 0;
    z-index: 0;
    li

{
    position: relative;
    float: none;
    a

{
    border-top: none;
    width: 150px;
    &:hover

{
    background: #000000;
    color: #ffffff;
}

}
}

li:nth-of-type(1) a {
    border-top: none;
}

}
}
}

.accent {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
    position: absolute;
    transition: 0.3s ease;
}

.animate {
    width: 100%;
    transition: 0.3s ease;
}

.item:hover {
    color: #ffffff;
}
