@charset "UTF-8";
/* CSS Document */

/* ===================================
    01. Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/* =================================== */

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #46423C;
    font-weight: 300;
    line-height: 24px;
}

h1 {
    font-family: "the-seasons", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    color: #ffffff;
}

h6 {
    font-family: "the-seasons", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    color: #46423C;
    line-height: 38px;
}

header a.logo img {
  max-height:80px;
}

header nav.navbar {
  border-radius: 0;
  padding: 12px;
}

.footer-logo {
  max-height: 60px;
}

.bg-deep-pink {
  background-color: #D4AA69;
}

.bg-light-beige {
    background-color: #f8f6f2;
    background-image: url(../images/bg-test3.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.bg-test {
    background-color: #fafafa;
    background-image: url("../images/bg-test2.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

.bg-extra-dark-gray {
    background-color: #21201F;
    color: #FFF6E4;
}

section {
  padding: 80px 0;
  overflow: hidden;
}
