@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html {
  font-size: 1rem;
}

body {
  background-color: #ffd201;
  font-family: 'Lato', sans-serif;
}

.jumbotron {
    background-color: transparent;
    vertical-align: center;
}

.header-logo {
  background-image: url(http://www.edwardshomesok.com/images/img-background.jpg);
  background-size: cover;
  background-position: bottom;
}

/* unvisited link */
a:link {
    color: #ffd201;
}

/* visited link */
a:visited {
    color: #FDB813;
}

/* mouse over link */
a:hover {
    color: #ffd201;
}

/* selected link */
a:active {
    color: #ffd201;
}


@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}
