.my-logo {
    /*position: absolute;*/
    /*top: 0;*/
    max-width: 80px;
    /*box-shadow: 0 0 20px #b5853c;*/
}
.fb-icon {
    background-color: #682259;
    background-image: url('/img/fb-off.jpg');
    display: block;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    background-position: center;
    border: 1px solid #fff;
    margin-top: .15rem;
}
.fb-icon:hover {
    background-image: url('/img/fb.jpg');
    border: 1px solid transparent;
}
#mainNav.navbar-shrink {
    /*background-color: #1a1613;*/
}
header.masthead p {
    font-weight: 400;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.my-btn {
    padding-top: 2rem;
    text-align: center;
    width: 100%;
    display: block;
}
.text-muted {
    position: relative;
    display: block;
}
.my-color {
    color: #F47821;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: .75rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.my-up {
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
}
.my-fonts {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.4rem;
}
.ft {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.my-small {
    font-size: .8rem;
}
.my-padding {
    padding-top: 3rem;
}
footer {
    background-color: #1a1613;
    padding: 4rem 0;
    color: #fff;
}
.btn-light {
    color: #fff;
    background-color: #F47821;
}
.btn-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

@media (max-width:800px) {
    .my-logo {
    max-width: 60px;
    }
}

/*SCROOLBAR*/
:-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#32312e;
box-shadow:0px 0px 3px #000 inset;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#682259;
box-shadow:0px 1px 1px #fff inset;
background-image:url('/img/scroll.png');
background-position:center;
background-repeat:no-repeat;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}

::-webkit-scrollbar{
width: 8px;
}