.rye-regular {
  font-family: "Rye", serif;
  font-weight: 400;
  font-style: normal;
}
.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*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: 42px;
        color: #c6b3a0;
        line-height: 230px;
        text-transform: uppercase;
        text-align: center;
        font-family: "Rye", serif;
    }
    nav {
        display: flex;
        justify-content: flex-end;
        background-color: #6e422c;
        position: absolute;
        bottom: 0;
        height: 60px;
        line-height: 60px;
        width: 100%;
    }
    a {
        color: #c6b3a0;
        display: inline;
        padding: 10px 15px;
        line-height: 1;
        text-decoration: none;
        @include border-radius(2px);
        font-family: "Lato", sans-serif;
        &: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;
}
/*Body*/
body {
    margin: 0;
    background-color: #c6b3a0;
    font-family: "Lato", sans-serif;
}

.container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    margin-top: 20px;
    padding-top: 300px;
}
.card1 {
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: center;
    padding-bottom: 30px;
}
.card2 {
    grid-column-start: 5;
    grid-column-end: 8;
    text-align: center;
    padding-bottom: 30px;
}
.card3 {
    grid-column-start: 9;
    grid-column-end: 13;
    text-align: center;
    padding-bottom: 30px;
}
#pic {
    grid-column-start: 1;
    grid-column: 2;
    border: 2px solid black;
    border-radius: 5px;
    text-align: center;
    width: 300px;
    height: 300px;
}
#bio {
    grid-column-start: 3;
    grid-column-end: 12;
    border: 1px solid black;
    border-radius: 5px;
}
.cole{
    width: 350px;
    height: 350px;
    border: 2px solid black;
    border-radius: 5px;
}
.indent {
    text-indent: 10px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    
}
/*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;
    }
}