@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir.eot');
	src: local('☺'), url('fonts/Avenir.woff') format('woff'), url('fonts/Avenir.ttf') format('truetype'), url('fonts/Avenir.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.avenir {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
}

img {
    max-width: 100%;
}

h3 {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    color: #6666cc;
}
.white {
    color: white;
}
.bk-black {
    background: black;
}

.navbar, .navbar-brand {
    padding-top: 0;
}
img.nav-copy {
    margin-left: 20px;
}

header {
    background: #66ffff; /* Old browsers */
    background: -moz-linear-gradient(left, #66ffff 0%, #6666cc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #66ffff 0%,#6666cc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #66ffff 0%,#6666cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffff', endColorstr='#6666cc',GradientType=1 ); /* IE6-9 */
}
header h2, header p, header button {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    color: white;
}

.banner {
    padding: 60px 0;
}
.banner img {
    margin-bottom: 20px;
}

.banner button {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 7px;
    padding: 15px 0;
}
.banner button:hover {
    background-color: rgba(300,300,300,0.25);
}
.banner a button {
    color: white;
    text-decoration: none;
    padding: 15px 40px;
}
.banner button a:hover {
    color: inherit;
    text-decoration: none;
}

.body {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.salons .fas,
.salons .far {
    font-size: 3rem;
    color: #6666cc;
}
.salon-people {
    background-image: url("../images/salon-people.jpg");
    min-height: 300px;
    padding: 8rem 0 0;
    font-size: 22px;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
}

.order {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.order p {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 1.25rem 0;
    color: #666;
}
.order h3 {
    letter-spacing: 1px;
}

button {
    background-color: transparent;
    border: 2px solid #6666cc;
    border-radius: 7px;
    padding: 15px;
    color:#6666cc;
}
button:hover {
    background-color: #6666cc;
    color: white;
}

.box {
    background-color: transparent;
    border: 2px solid #6666cc;
    padding: 15px 0;
}
.box p {
    margin: 0;
    color: #6666cc;
}

.color-grey p {
    color: #5a5a5a;
    font-weight: 100;
}

.headshot {
    font-family: "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    padding: 10px;
    margin-bottom: 25px;
}
.headshot img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}
.contact-info ul li {
    margin-bottom: 10px;
}
.contact-info i.fas {
    color: #6666cc;
}

.footer {
    padding: 2rem 0;
    min-height: 200px;
    border-top: 10px solid #666;
}
.footer ul {
    list-style: none;
    min-height: 40px;
}
.footer ul li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
}
.footer ul li a {
    color: white;
}
.copyright {
    font-size: 11px;
    color: grey;
    margin-top: 75px;
}

/* MEDIA */
@media screen and (max-width: 767px) {
    iframe.feedback {
        height: 3000px;
    }
}
@media screen and (max-width: 500px) {
    img.nav-copy {
        display: none;
    }
    iframe {
        width: 100%;
    }
    iframe.feedback {
        height: 3100px;
    }
}