/* vw */
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #111; }

em {
  color: #333333; }

ul li {
  margin-bottom: 12px; }

hr.topmargin-lg {
  margin-top: 80px; }

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #111;
  text-transform: none;
  margin-top: 0; }

h1, .uk-h1 {
  margin-bottom: 0.75em;
  font-size: 2em; }

h2, .uk-h2, h3, .uk-h3, h4, .uk-h4,
h5, .uk-h5, h6, .uk-h6 {
  font-family: "Open Sans", sans-serif;
  color: #333; }

h2, .uk-h2 {
  font-size: 1.75rem; }

h3, .uk-h3 {
  font-size: 1.5rem; }

/*====== links =====*/
.uk-link, a {
  text-decoration: none;
  cursor: pointer;
  color: #003AAD; }

.uk-link:hover, a:hover {
  text-decoration: none;
  color: #7A003D; }

a:active, a:hover,
.uk-link:active, .uk-link:hover {
  outline: none;
  color: #7A003D; }

#header-links a,
#header-links {
  color: #fff;
  font-size: 0.95em; }

#header-links .uk-link:hover, #header-links a:hover {
  text-decoration: underline; }

#header-links a:active, #header-links a:hover,
#header-links .uk-link:active, #header-links .uk-link:hover {
  outline: none;
  text-decoration: underline; }

#footer .uk-link, #footer a {
  text-decoration: none;
  cursor: pointer;
  color: #F2E8EA; }

#footer .uk-link:hover, #footer a:hover {
  text-decoration: none;
  color: #7A003D; }

#footer a:active, #footer a:hover,
#footer .uk-link:active, #footer .uk-link:hover {
  outline: none;
  color: #85CAE7; }

div#footer-links {
  padding-top: 15px; }

a.vweb {
  color: #A7D8AF !important; }

a.vwicon span.uk-icon:hover {
  color: #85CAE7; }


/* adjust anchor links for fixed header */
p.anchor {
  position:relative;
  visibility: hidden;
}
p.anchor span {
  position:absolute;
  top:-175px;
}

/* images */
img {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.img-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.img-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px; }

.img-center, .align_center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-border, .thumbnail {
  padding: 6px;
  border: 1px #ddd solid;
  background-color: #fff; }

body {
  background-color: #fff;
  background-position: center; }

#main hr {
  margin-top: 50px;
  margin-bottom: 50px; }

#main div.uk-container {
  padding-top: 50px;
  padding-bottom: 40px; }

#main div.uk-container.portfolio {
  color: #fff;

  background: hsla(207, 69%, 87%, 1);
  background: radial-gradient(circle, hsla(207, 69%, 87%, 1) 0%, hsla(208, 45%, 32%, 1) 100%);
  background: -moz-radial-gradient(circle, hsla(207, 69%, 87%, 1) 0%, hsla(208, 45%, 32%, 1) 100%);
  background: -webkit-radial-gradient(circle, hsla(207, 69%, 87%, 1) 0%, hsla(208, 45%, 32%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#C9E1F5", endColorstr="#2D5578", GradientType=1 );
}

#main.portfolio {
  color: #fff;
}

#main.portfolio h1 {
  color: #fff; }

#main.portfolio h3 {
  color: #ccc; }

section#header {
  background-color: #7CA4C8;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-box-shadow: 10px 10px 16px -9px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 16px -9px rgba(0, 0, 0, 0.5);
  z-index: 100; }

.tagline {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-style: italic;
  line-height: normal;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 0; }

div#portfolio {
  margin-top: 40px; }

section#before-after {
  margin-top: 30px;
  margin-bottom: 30px; }

#services span.uk-icon {
  color: #137CB2; }

section#prefooter {
  background-color: #EAEAEA;
  border-top: 1px solid #d1d1d1;
  padding-top: 40px;
  padding-bottom: 35px; }

section#recommendations {
  padding-top: 30px;
  padding-bottom: 30px; }

section#footer {
  color: #ccc;
  background-color: #111;
  padding-top: 20px;
  padding-bottom: 0; }

#footer-links p {
  font-size: 0.9em; }

div.footer-left {
  margin-left: 100px; }

#footer div.social-links p {
  text-align: left; }

/* uikit overrides */
.uk-divider-vertical {
  height: 100%;
  color: #e8e8e8;
  border-left: 1px solid #4c4c4c; }

.uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #d4d4d4; }

.uk-text-large {
  font-size: 1.25rem; }

.uk-list > li:nth-child(n+2), .uk-list > li > ul {
  margin-top: 5px; }

.uk-alert-primary p {
  color: #555; }

/* buttons */
a.vw-button-center {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.uk-button-secondary,
.uk-button-primary {
  border-radius: 7px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0.9em; }

.uk-button-primary {
  color: #fff;
  background-color: #137CB2;
  border: 1px solid #116c9b;
  font-variant: small-caps; }

.uk-button-primary:hover {
  background-color: #8158AE; }

.uk-button-secondary {
  color: #fff;
  background-color: #8158AE;
  border: 1px solid #744d9f;
  font-variant: small-caps; }

.uk-button-secondary:hover {
  color: #fff;
  background-color: #137CB2; }

.uk-lightbox {
  background: rgba(1, 1, 1, 0.9); }

/* offcanvas nav */
#main-nav .uk-nav-primary .uk-nav-sub a {
  color: #ccc !important; }

#main-nav .uk-nav-primary .uk-nav-sub a:hover {
  color: #fff !important;
  background-color: #7A003D !important; }

/* links on masonry filter */
.uk-subnav-pill > * > :first-child {
  color: #ccc; }

/* cards */
.uk-card {
  overflow: hidden; }

div.uk-card-media-top img,
div.uk-card-media-bottom img {
  width: 100%;
  height: auto; }

.uk-card-title {
  font-size: 1.5rem; }

.uk-card-body {
  padding: 30px;
  font-size: 1.2em; }

.uk-border-rounded {
  border-radius: 15px; }

/*=========== media queries =========*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  div#mainmenu {
    margin-top: 20px; }
  .p7AMM li a {
    font-size: 16px; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div#mainmenu {
    margin-top: 50px; }
  .p7AMM li a {
    font-size: 14px; } }

/* Large and up */
