/*------------------------------------------
SITE COLORS 
corgi blue #98B0BA
corgi yellow #F6CD11
------------------------------------------*/

/*------------------------------------------
BASIC SETUP
------------------------------------------*/

* {
    margin: 0; 
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;   
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/*------------------------------------------
REUSABLE COMPONENTS
------------------------------------------*/
.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;    
}

.box {
    padding: 1%;
}


/*------------------------------------------
HEADINGS
------------------------------------------*/
h1,
h2,
h3 {
    font-weight: 200;
    text-transform: uppercase;
} 

h1 {    
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 300%;
    word-spacing: 4px;
    letter-spacing: 1px; 
}

h2 {  
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}


h3 {
    font-size: 110%;
    margin-bottom: 10px;
}

h2:after {
    display: block;
    height: 3px;
    background-color: #F6CD11;
    content: " ";
    width: 150px;
    margin: 10px auto 0 auto;
}

.small-head {
    font-size: 70%;
    color: #dbd8d5;
    margin-top: 5px;
    margin-bottom: 40px;
    text-transform: none;
    letter-spacing: 2px;
} /* used as a span on h1 element */


/*------------------------------------------
PARAGRAPHS
------------------------------------------*/
/*.section-products long-copy {
    margin-bottom: 30px;
}*/

.long-copy,
.long-copy-before,
.long-copy-space,
.long-copy-center,
.long-copy-center-nspace
 {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    word-spacing: 1.5px;
}

.long-copy {
    margin-bottom: 40px;
}

.long-copy-before {
    margin-bottom: 20px;
}

.long-copy-space {
    margin-top: 40px;
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.long-copy-center {
    text-align: center;
    margin-bottom: 10px;
}


.long-copy-center-nspace {
    text-align: center;
    margin-bottom: 0;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

.center-copy {
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    line-height: 145%;
    margin-top: 40px;
}

/*------------------------------------------
icons
------------------------------------------*/
.icon-big {
    font-size: 200%;
    display: block;
    color: #98B0BA;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #98B0BA;
    font-size: 130%;
    margin-right: 3px;
    
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}


/*------------------------------------------
LINKS
------------------------------------------*/
a:link,
a:visited {
    color: #98B0BA;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 2px solid #F6CD11; 
    -webkit-transition: color 0.2s; 
    -o-transition: color 0.2s; 
    transition: color 0.2s;
}

a:hover,
a:active {
    color: #F6CD11;
    border-bottom: none;
}

/*------------------------------------------
BUTTONS
------------------------------------------*/
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    margin-top: 40px;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    border: 2px solid #F6CD11; 
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s; 
    -o-transition: background-color 0.2s, border 0.2s, color 0.2s; 
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #98B0BA;
    color: #F6CD11;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    color: #F6CD11;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    border: 1px solid #98B0BA;
    background-color: #98B0BA;
}


.btn-ghost:hover,
.btn-ghost:active {
    color: #F6CD11
}

/*------------------------------------------
HEADER
------------------------------------------*/
header {
    background-image: linear-gradient(rgba(93, 89, 95, 0.68), rgba(0, 0, 0, 0.6)), url(img/piper-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    height: 100vh;
}
.header-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 120px;
    width: auto;
    float: left;
    margin-top: 20px;
    border-radius: 100px;

}

.logo-black { 
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin-top: 5px;
}

.cursive {
    font-family: 'Bad Script', cursive;
    text-transform: lowercase;
}

/*------------------------------------------
NAVIGATION
------------------------------------------*/
/* Main Navigation */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

    
.main-nav li {
    display: inline-block;
    margin-left: 35px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #dbd8d5;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 85%;
   letter-spacing: 1px;
    border-bottom: 2px solid transparent; 
    -webkit-transition: border-bottom 0.2s; 
    -o-transition: border-bottom 0.2s; 
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
border-bottom: 2px solid #98B0BA; 
}

/* Mobile navi */
.mobile-nav-icon {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}
.mobile-nav-icon i {
    font-size: 200%;
    color: #fff;
}

/* Sticky navi */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
    font-size: 90%;
}

.sticky .main-nav { margin-top: 20px; }
.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 10px 0;
    color: #555;
}

.sticky .logo { display: none; }
.sticky .logo-black { display: block; }


/*------------------------------------------
GALLERY
------------------------------------------*/
.section-gallery {
    padding: 40px 0;
}

/*.section-gallery h2 {
    margin-bottom: 60px;
}*/

.short-gallery {
    list-style: none;
    width: 100%;
}

.short-gallery li {
    display: block; 
    float: left;
    width: 25%;
}

.short-gallery-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    }

.short-gallery-photo img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    } 

.short-gallery-photo img:hover {
    opacity: 1;
    -webkit-transform:scale(1.03);
    -ms-transform:scale(1.03);
    transform:scale(1.03);
    }

/* ----------------------------------------------- */
/* PRICES MENU */
/* ----------------------------------------------- */

.section-price {
    background-color: #f4f4f4;
}

.price-box {
    margin-top: 30px;
}


.price-box:first-child {
    text-align: right;
    padding-right: 3%;
}

.price-box:last-child {
    text-align: left;
    padding-left: 3%;
    margin-top: 40px;
}

.price-list-graphic {
    width: 40%;
}

.price-list {
    margin-bottom: 15px;
}

.price-list:last-of-type {
    margin-bottom: 2px;
}

.price-list div {
    color: #f47954;
    font-size: 80%;
    height: 35px;
    width: 35px;
    border: 2px solid #f47954;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-top: -7px;
    float: left;
    padding-top: 6px;
}


/* ----------------------------------------------- */
/* TESTIMONIALS */
/* ----------------------------------------------- */

.section-testimonials,
.section-testimonials2,
.section-testimonials3
{
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(img/back-feature.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/back-feature.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/back-feature.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/back-feature.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.section-testimonials {
    padding-bottom: 0;
}

.section-testimonials2
{
    padding: 0px;
    }

.section-testimonials3
{
padding-top: 0;
padding-bottom: 60px;
}


blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 400%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #a7a1a1;
}

cite {
    font-size: 90%;
    margin-top: 5px;
    display: block;
}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}


/* ----------------------------------------------- */
/* FORM */
/* ----------------------------------------------- */

.section-form {
    background-color: #f4f4f4;
}

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

.phone {
    display: inline-block;
    float: right;
    margin-top: 40px;
    padding: 10px 30px;
}

.form-messages {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.success { 
    background-color: rgba(90, 193, 93, 0.81);
    color: #333;
}

.error { 
    background-color: rgba(204, 60, 34, 0.81);
    color: #333;
}

/* MAP */
/* ----------------------------------------------- */

.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.section-map {
    background-color: #f4f4f4;

}

/* HOURS */
/* ----------------------------------------------- */
.orange-text {
   color: #98B0BA;
    font-weight:700;

}


.hours-left {
    text-align: right;
    color: #f47954;
    line-height: 175%;
}

.hours-right {
    text-align: left;
    color: #555;
    line-height: 175%;
}


/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */

footer {
    padding: 20px 0;
    background-color: #555;
    text-align: center;
}

footer p {
    text-align: center;
    font-weight: 100;
    font-size: 60%;
    margin-bottom: 10px;
    color: #fff;
}

footer li {
    color: #fff;
    display: inline-block;
    font-size: 70%;
    font-weight: 100;
    margin-right: 30px;
}

footer li:last-child {
    margin-right: 0;
}

footer ul {
    text-align: center;
    margin-bottom: 20px;
}