.ribeye-regular {
    font-family: "Ribeye", serif;
    font-weight: 400;
    font-style: normal;
}
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: Ribeye;
    background-color: #c6b3a0;
}
#container {
    min-width: 720px;
    max-width: 220px;
    margin: 10px auto 10px auto;
    padding-top: 300px;
}
p {
    font-family: lato;
    margin: 5px auto 5px auto;
    color: #6e422c;
}
ul {
    list-style: none;
    text-align: center;
    margin-left: 50px;
    margin-right: 100px;
}
li {
    font-family: lato;
    text-decoration: none;
}
li a {
    color: #6e422c;
    text-decoration: none;
}
#copy {
    text-align:center;
}
/*Header*/
header {
    width: 100%;
    height: 300px;
    background-color: #2a6e6c;
    text-align: center;
    position: relative;
    position: fixed;
    top: 0;
    overflow: hidden;
    @include transition(all .5s ease);
    h1 {
        font-size: 42px;
        color: #c6b3a0;
        line-height: 230px;
        text-transform: uppercase;
        font-weight: 100;
        @include transition(all .3s ease);
        text-align: center;
    }
    nav {
        position: absolute;
        bottom: 0;
        height: 60px;
        line-height: 60px;
        width: 100%;
        background-color: #6e422c;
    }
    a {
        color: #c6b3a0;
        display: inline-block;
        padding: 10px 15px;
        line-height: 1;
        text-decoration: none;
        @include border-radius(2px);
        font-family: lato;
        &:hover {
            @include box-shadow(0 0 0 1px #c6b3a0);
        }
    }
}
h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 2;
    color: #6e422c;
    text-align: center;
}
.wapper {
    width: 800px;
    margin: 0 auto;
}
/*Footer*/
.footer-distributed {
    background-color: #2a6e6c;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12;);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px ribeye;
    padding: 55px 50px;
}
.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}
/*footer left*/
.footer-distributed .footer-left {
    width: 40%;
}
/*company logo*/
.footer-distributed h3 {
    color: #c6b3a0;
    font: normal 36px Ribeye;
    margin: 0;
}
.footer-distributed h3 span {
    color: #c6b3a0;
}
/*footer links*/
.footer-distributed .footer-links {
    color: #c6b3a0;
    margin: 20px 0 12px;
    padding: 0;
    font-family: lato;
}
.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}
.footer-distributed .footer-company-name {
    color: #c6b3a0;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
/*footer center*/
.footer-distributed .footer-center {
    width: 35%;
    font-family: lato;
}
.footer-distributed .footer-center i {
    background-color: #2a6e6c;
    color: #c6b3a0;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}
.footer-distributed .footer-center i .fa-envelope {
    font-size: 17px;
    line-height: 38px;
}
.footer-distributed .footer-center p {
    display: inline-block;
    color: #c6b3a0;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}
.footer-distributed .footer-center p a {
    color: #c6b3a0;
    text-decoration: none;
}
.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #c6b3a0;
    display: inline-block;
    padding-right: 5px;
}
/*footer right*/
.footer-distributed .footer-right {
    width: 20%;
}
.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #c6b3a0;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    font-family: lato;
}
.footer-distributed .footer-company-about span {
    display: block;
    color: #c6b3a0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: ribeye;
}
.stitch{
    color: #c6b3a0;
    font-family: lato;
}
.footer-distributed .footer-icons {
    margin-top: 25px;
}
.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #2a6e6c;
    border-radius: 2px;
    font-size: 20px;
    color: #c6b3a0;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}
/*media*/
@media(max-width: 800px){
    .footer-distributed {
    font: bold 14px ribeye;
    }
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right{
        display: inline;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i{
        margin-left: 0;
    }
}