/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    /*color: #222;*/
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

html, body{
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  background: #FFE5F2;
  font-family: Georgia,Times,"Times New Roman",serif;
  color: #534B4F;
}

a, a:hover, a:focus {
  color: #ff55a3;
}


a{
  -webkit-transition: color ease-out 1s;
  -moz-transition: color ease-out 1s;
  -o-transition: color ease-out 1s;
  transition: color ease-out 1s;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFE5F2;
  z-index: 100000;
}

h1, h2, h3, h4, h5, h6{
  color: #534B4F;
}

/*colors*/

.row{
}

.pink{
  color: #ff55a3;
}



/*header*/

/*#header{
  margin-top: 30px;
}*/

#header .in-line{
  display: inline-block;
}

#header  #logo{
  float: left;
  margin-bottom: 10px;
}

/*#header #site-title{
  padding-top: 30px;
}*/

#header h1, #header h2{
 /* margin: 0;*/
  line-height: 0.5;
}

#header h1{
  line-height: 0.5;
}



/*menu*/

nav select {
  width: 95%;
  margin-left: 2%;
  margin-right: auto;
  background-color: #FFE5F2;
  border-style: solid;
  border-width: 1px;
  border-color: #FF98CC;
  font-family: Georgia,Times,"Times New Roman",serif;
  color: #534B4F;
}

#menu{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#menu li{
    display: inline;
}

#menu a{
    display: inline-block;
    padding: 20px 2%;
    font-size: 18px;
    font-size: 1.2rem;
}

#menu a:hover, #menu li.active a{
    color: #534B4F;
}



#menu li:after {
  content: "|";
  color: #ff55a3;
}

#menu li.fifth:after {
  content: "";
}




/*! http://responsiveslides.com v1.54 by @viljamis */

#slider1{
  margin-bottom: 20px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;  /*547 479*/
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/*content*/

#content-wrapper{
  margin-top: 20px;
}

/*#content-left{
  border-right: 1px solid #000;
}*/

#content-left h3, #content-left h4{
  margin: 0;
  line-height: 1;
}

#content-left h3{
  font-size: 62px;
  font-size: 4rem;
}

#content-left h4{
  font-size: 40px;
  margin-bottom: 30px;
}

#content-left h5{
  font-size: 46px;
  font-size: 2.9rem;
  margin-bottom: 30px;
}

.img-left{
  float: left;
  /*width: 35%;*/
  margin-right: 20px;
  margin-bottom: 20px;
}

#content-left #image-row{
  padding: 0;
}

#content-left #image-row img{
 margin-bottom: 2px
}

#services li{
  
}

#content-right h6{
  font-size: 32px;
  font-size: 2rem;
}

#content-right .contact, .prices{
  list-style-type: none;
  margin-left: 0;
}

#buttons li a{
  color: #fff;
  background: #ff55a3;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  padding: 8px 0;
}

.button-link {
  color: #999;
  /*text-transform: uppercase;*/
  /*border-bottom: 1px solid #999;*/
  font-size: 14px;
}

#directions{
  background: url('../img/car.png') no-repeat left center;
  padding-left: 30px;
}


#footer{
  height: 50px;
  margin: 20px auto;
  border-top: 1px solid #534B4F;
  padding: 25px 0;
}

#google-container {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #e7eaf0;
  margin-bottom: 20px;
}

#cd-google-map {
  position: relative;
}


#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(255, 152, 204, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.button-link{

}

#to-top{
  float: right;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 
    
    nav ul     { display: none; }
    nav select { display: inline-block; }

    #header{
      border-bottom: 3px dashed #FFE5F2;
    }

    #header h1{
      /*font-size: 80px;*/
      font-size: 4.5rem;
      line-height: 1;
    }

    #header h1, #header h2{
      margin: 10px 0;
    }

    #content-right{
      border-top: 1px solid #534B4F;
    }

    #header  #flower{
      position: absolute;
      top: 10px;
      right: 20px;
    }

   
}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {

    #header{
      margin-top: 30px;
    }

    #header #site-title{
      padding-top: 30px;
    }

    #header h1, #header h2{
      margin: 0;
    }

    nav select {
      display: none;
    }

    #header{
      border-bottom: 3px dashed #534B4F;
    }

    #header h1{
      /*font-size: 140px;*/
      font-size: 6rem;
      line-height: 0.5;
    }

    #header  #flower{
      float: right;
      margin-top: 75px;
    }

    #content-left{
      border-right: 1px solid #534B4F;
    }

    .contact-page #content-left{
      border-right: none;
    }

    .img-left{
      width: 35%;
    }


}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
    
    nav ul     { display: none; }
    nav select { display: inline-block; }


     #header{
       border-bottom: 3px dashed #FFE5F2;
     }

     #header h1{
       /*font-size: 80px;*/
       font-size: 6.5rem;
       line-height: 1;
     }

     #header  #flower{
       display: none !important;
     }
}



/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    #header h1{
      font-size: 140px;
      font-size: 8.5rem;
      line-height: 0.5;
    }
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) and (orientation: portrait){

}


/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
