@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans|Dosis');

/********************TABS****************/

.no-js .top-bar {
  display: none;
}
.gradient {
  font-size: 50px;
  color: #2d94e3;
  display: block;
  background: -webkit-linear-gradient(#2d94e3, #95c9f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  width:100px;
  height:100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; /* the magic */
}
.awesome {
	text-align:left;
	width:80%;
	margin:0 auto;
}

.featured-image-block-grid-header {
  margin-left: auto;
  margin-right: auto;
}

.featured-image-block {
  margin-bottom: 20px;
}

.featured-image-block .featured-image-block-title {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  color: #404040;
}

.md-tabs {
  background-color: #EBEBEB;
}

.md-tabs > .mobile-nav-bar {
  background-color: #EBEBEB;
  margin-bottom: 15px;
}

.md-tabs > .mobile-nav-bar .title-bar-text {
  font-size: 28px;
}

.md-tabs > .mobile-nav-bar a {
  color: #fefefe;
}

.md-tabs > .tabs {
  margin: 0;
  border: 0;
  background: #EBEBEB;
  list-style-type: none;
  display: table;
  width: 100%;
}

.md-tabs > .tabs > .tabs-title {
  display: table-cell;
  width: 25%;
  text-align: center;
  display: inline-block;
}

.md-tabs > .tabs > .tabs-title.is-active > a {
  color: #333;
  background-color: transparent;
  outline: none;
}

.md-tabs > .tabs > .tabs-title.is-active:nth-of-type(1) ~ .slide {
  left: calc((100% / 4) * 0);
}

.md-tabs > .tabs > .tabs-title.is-active:nth-of-type(2) ~ .slide {
  left: calc((100% / 4) * 1);
}

.md-tabs > .tabs > .tabs-title.is-active:nth-of-type(3) ~ .slide {
  left: calc((100% / 4) * 2);
}

.md-tabs > .tabs > .tabs-title.is-active:nth-of-type(4) ~ .slide {
  left: calc((100% / 4) * 3);
}

.md-tabs > .tabs > .tabs-title > a {
  color: #333;
  font-size: 18px;
}

.md-tabs > .tabs > .tabs-title > a:hover, .md-tabs > .tabs > .tabs-title > a:focus {
  background: transparent;
}

.slide {
  background: #aa186b;
  width: calc(100% / 4);
  height: 6px;
  position: relative;
  left: 0;
  top: 50px;
  transition: left 0.3s ease-out;
}

.full-image {
	width:70%;
	height:auto;
	margin-left:15%;
	margin-right:15%;
	margin-bottom: 5%;
}
.gray-border {
	border:1px solid #CCC;
}
.service-box {
	padding:1em;
}
.add-bottom {
	margin-bottom:1em;
}
.add-top {
	margin-top:1em;
}
.add-right {
	margin-right:1em;
}
.add-left {
	margin-left:1em;
}
body {
  font-size:1em;
  font-weight:normal;
  font-family: 'Open Sans', sans-serif;
}
.card {  
  width: 100%;
  height:auto;
  padding: 0.5em 1em;
  display: table-cell;
  vertical-align: middle;
}
#pinkblue {height:600px}

.bg-news {
  background: -webkit-linear-gradient(70deg, #e599cc 40%, #95c9f1 40%);
  background: -o-linear-gradient(70deg, #e599cc 40%, #95c9f1 40%);
  background: -moz-linear-gradient(70deg, #e599cc 40%, #95c9f1 40%);
  background: linear-gradient(70deg, #e599cc 40%, #95c9f1 40%);
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  margin-top:.75em;
  margin-bottom:.75em;

}
h4 {
  font-family: 'Montserrat', sans-serif;
}
h3 {
  color:#333;
  font-family: 'Montserrat', sans-serif;
  font-size:1.5em;
  margin-top:.75em;
  margin-bottom:.75em;
}
h3.big {
  color:#aa186b;
 overflow: hidden;
 text-align: center;
 font-size: 2em;
 font-weight:bold;
}
h3.big:before,
h3.big:after {
 background-color: #aa186b;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h3.big:before {
 right: 0.5em;
 margin-left: -50%;
}
h3.big:after {
 left: 0.5em;
 margin-right: -50%;
}
#header-logo {
  max-width:100px;
  margin:0px;
}
.topbar-center-logo {
  background-color:#0d0d0d;
}

.topbar-center-logo .menu {
  background-color:#0d0d0d;
}

.topbar-center-logo .menu a {
  color: #fefefe;
  text-transform: uppercase;
  font-family: Dosis, "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  cursor: pointer;
  line-height: normal;
  margin: .6em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding: .75em;
  font-size: 1em;
  border-radius: 3px;
  width:100%;
}

.topbar-center-logo .menu a:hover, .topbar-center-logo .menu a:focus, .menu a.is-active {
  background:url(../images/pink-brush.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
}

.topbar-center-logo .top-bar-center {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.topbar-center-logo-mobile {
  background: #0d0d0d;
}

.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
}
.card-profile-stats-intro-pic {
  margin: 0 0 1.25rem;
  max-width: 400px;
}

.hero {
  padding: 4em 0;
  width: 100%;
  height: 80vh;
  background-image: url("https://finelinepainting.us/images/green-house-mobile.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.hero h1 {
  font-size: 2em;
  color: #222222;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.hero a {
  color: #EBF1F1;
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
  margin-bottom: 1.5rem;
}

.contact-us-form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-us-form-actions input[type=submit] {
  border-radius: 5000px;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color:#aa186b;
}

.contact-us-list {
  list-style-type: none;
  margin: 0;
}

.contact-us-list li {
  margin-top:1em;
  margin-bottom:1em;
}
.contact-us-list li a {
  color: #666;
}

.contact-us-list li::before {
  margin-right: 2rem;
  vertical-align: middle;
  color: #8a8a8a;
}
.info {
	font-size:1em;
	color: #666;
}
.fa-li {
	color:#98beef;
}
.pink {
	color:#aa186b;
}
@media screen and (max-width: 63.9375em) {
  .top-bar-right {
	width:100%;
  }
  .slide {
    width: 0;
    height: 0;
  }
  .md-tabs > .accordion {
    margin-left: 0;
    list-style-type: none;
  }
  .md-tabs > .accordion > .accordion-item > .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 0;
    font-size: 1em;
    line-height: 1;
    background: #EEE;
    color: #333;
  }
  .md-tabs > .accordion > .accordion-item > .accordion-title:hover {
    background-color: #EEE;
    color: #aa186b;
    outline: none;
	border:hidden;
  }
  .md-tabs > .accordion > .is-active.accordion-item > a.accordion-title {
    border-bottom: 4px solid #aa186b;
    color: #aa186b;
  }
  .md-tabs > .accordion > .accordion-item > .accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-top: 0px;
    background-color: #fefefe;
    color: #0a0a0a;
  }
  .accordion > .accordion-item > .accordion-title:focus {
    background-color: #eee;
    color: #aa186b;
    outline: none;
  }
}
@media print, screen and (min-width: 64em) {
  .gradient {
  font-size: 80px;
}
  .no-js .title-bar {
  display:none;
  }
  .no-js .top-bar {
  display: block;
  }
.card-profile-stats-intro-pic {
    margin: 0 1.25rem 0 0;
    max-width: 250px;
  }
.hero h1 {
  font-size: 4vw;
}
.hero {
  background-image: url("https://finelinepainting.us/images/green-house.jpg");
}
h3 {
  font-size:2.5em;
}
h3.big {
	font-size:3em;
}
.info {
	font-size:1.25em;
}
.full-image {
	width:100%;
	height:auto;
	margin:0;
}
.topbar-center-logo .menu a {
	width:auto;
	min-width:140px;
}
h2 {
  font-size: 2.25em;
}
.contact-us-section .contact-us-header {
  font-size: 32px;
  color:#222222;
}
.icon {
  max-width: 160px;
  max-height: 160px;
}
}
@media screen and (min-width: 90em) {
#header-logo {
  max-width:125px;
  margin:0px;
}
}

