
body {
  background: #fff;
  height: 100%;
  width: auto;
  font-family: 'Tinos', serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #777;
}

.site-wrapper {
  overflow-x:hidden;
  position: relative;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: 'Tinos', serif;
  text-align: center;
}


/*Navigation*/
.my-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 900;
}

.navbar {
 background-color: #349ea2
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(253,246,246, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item {
  padding-right: 30px;
}

.nav-link {
  color: white;
  font-size: 25px;
}

.nav-item a:hover {
  color: #4d4d4d;
  font-weight: bold;
  font-style: 35px;
}

/*Landing Area - Tattoo*/
.tattoo-container {
  margin-left: 0px
}

.tattoo-img {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
}

.comp-name1 {
  position: absolute;
  top: 450px;
  right: 200px;
  font-size: 90px;
  font-family: 'EB Garamond', serif;
  color: #349ea2;
}

.comp-name2 {
  position: absolute;
  top: 575px;
  right: 200px;
  font-size: 60px;
  font-family: 'EB Garamond', serif;
}

/*Sections */
.section {
  color: #777;
  background-color: :white;
  text-align: left !important;
  padding-bottom: 80px;
  text-align: justify;
}

.section h3 {
  text-align: center;
}

.headline {
  margin-top: 25px;
  margin-bottom: 60px;
}

.header-row {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* About Robin Section*/
#section-about {
  margin-bottom: 75px;
}

.robin-header img {
  border-radius: 50%;
  width: 225px;
}

.robin-header .name {
  padding-top: 25px;
}

.business-info {
  font-size: 22px !important;
}

.business-info p {
  font-size: 22px !important;
  color: #333333;
}

/*Services Section*/
.services {
  padding-left: 25px;
}

.services h2 {
  text-align: left;
}

.service-title {
  padding-bottom: 15px;
  padding-top: 15px;
}

.description {
  font-size: 22px !important;
  color: #404040;
  margin-top: 10px;
}

.prices {
  padding-left: 20px;
}

.prices li {
  font-size: 20px !important;
  color: #404040;
}

.sub-h {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.stones {
  font-size: 20px;
  text-align: left;
  font-style: italic;
  color: #4d4d4d;
  padding-bottom: 15px;
}

.book_now {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}

.cal-icon {
  margin-right: 5px;
}


/*Parallax Images*/
.bgimg-2, .bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-2 {
  background-image: url('../images/colorado.jpg');
  height: 500px;
  margin-bottom: 45px;
}

.bgimg-3 {
  background-image: url('../images/cactus2.jpg');
  height: 500px;
}


/*Testimonial Section*/
#section-testimonial {
  margin-top: 55px;
}

.owl-carousel .item {
    /*height: 150px;*/
    height: auto;
    padding: 25px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #ff7a5c;
}

.owl-carousel .owl-dots .owl-dot.active{
  width: 13px;
  height: 13px;
  background: #ff7a5c;
}

blockquote p {
  color: #333333;
}

blockquote h5 {
  color: #737373;
}

/*Footer*/
#section-footer {
  padding-bottom: 60px;
}

.icon i {
  color: white;
  margin-right: 6px;
}

.icon a {
  color: white;
  font-size: 20px;
}

.legal {
  margin-top: 10px;
  font-size: 14px;
}

/*Back To Top Icon*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #349ea2;
    color: white;
}


/*MEDIA QUERIES*/
@media(max-width: 1499px) {
  #section-about {
    margin-top: 185px;
  }
}

/*Devices smaller than 320px wide*/
@media(max-width: 319px) {
  .comp-name1 {
    top: 365px;
    right: 40px;
    font-size: 22px;
  }
  .comp-name2 {
    top: 420px;
    right: 65px;
    font-size: 20px;
  }
}
/* iPhone 5/SE 320px wide*/
@media only screen and (min-width:320px) and (max-width:360px) {
  .comp-name1 {
    top: 365px;
    right: 20px;
    font-size: 27px;
  }
  .comp-name2 {
    top: 420px;
    right: 65px;
    font-size: 22px;
  }
}
/*Pixel 2 -> 411px wide*/
@media only screen and (min-width:361px) and (max-width:411px) {
  .comp-name1 {
    top: 415px;
    right: 30px;
    font-size: 30px;
  }
  .comp-name2 {
    top: 465px;
    right: 80px;
    font-size: 25px;
  }
}

/*Pixel 2 -> 411px wide*/
@media only screen and (min-width:412px) and (max-width:575px) {
  .comp-name1 {
    top: 450px;
    right: 45px;
    font-size: 30px;
  }
  .comp-name2 {
    top: 495px;
    right: 80px;
    font-size: 25px;
  }
}


@media only screen and (min-width:576px) and (max-width:650px) {
  .comp-name1 {
    top: 450px;
    right: 45px;
    font-size: 35px;
  }
  .comp-name2 {
    top: 495px;
    right: 80px;
    font-size: 30px;
  }
}

@media only screen and (min-width:651px) and (max-width:724px) {
  .comp-name1 {
    top: 475px;
    right: 45px;
    font-size: 45px;
  }
  .comp-name2 {
    top: 525px;
    right: 80px;
    font-size: 40px;
  }
}

@media only screen and (min-width:725px) and (max-width:767px) {
  .comp-name1 {
    top: 410px;
    right: 45px;
    font-size: 50px;
  }
  .comp-name2 {
    top: 475px;
    right: 80px;
    font-size: 42px;
  }
}

@media only screen and (min-width:768px) and (max-width:900px) {
  .comp-name1 {
    top: 500px;
    right: 45px;
    font-size: 50px;
  }
  .comp-name2 {
    top: 565px;
    right: 80px;
    font-size: 42px;
  }
}

@media only screen and (min-width:901px) and (max-width:1250px) {
  .comp-name1 {
    top: 600px;
    right: 45px;
    font-size: 60px;
  }
  .comp-name2 {
    top: 675px;
    right: 80px;
    font-size: 55px;
  }
}

@media only screen and (min-width:1251px) and (max-width:1499px) {
  .comp-name1 {
    top: 575px;
    right: 40px;
    font-size: 68px;
  }
  .comp-name2 {
    top: 675px;
    right: 50px;
    font-size: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .parallax {
    background-attachment: unset !important;
    background-position: center top !important;
  }
}

/* Hide the contact form if width is too small to show the form properly */
@media(max-width: 580px) {
  #nav-links .contact {
    display: none;
  }
  #section-footer .contact {
    display: none;
  }
}