﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300|Open+Sans:700|Source+Sans+Pro&display=swap');
@media only screen and (max-width: 1200px){
    div.BBPOS {margin-left: 25%;}
    /*a.BB {color: purple;}*/
    div.D8 {height: 75vh;}
}
@media only screen and (max-width: 1000px){
    div.BBPOS {margin-left: 20%;}
    /*a.BB {color: orange;}*/
    div.D4 {min-width: 17.5%;}
    section.SEC3 {height: 120vh;}
    div.D8 {height: 85vh;}
}
@media only screen and (max-width: 768px){
    a.BB {padding-left: 15px; padding-right: 15px; /*color: blue;*/}
    div.BBPOS {margin-left: 23%;}
    div.D4 {width: 22%; left: 39%}
    section.SEC3 {height: 130vh;}
    div.D11 {margin-left: 40%;}
    div.D11 {margin-left:39.5%;}
    div.D8 {height: 95vh;}
}
@media only screen and (max-width: 670px){
    div.BBPOS {margin-left: 18%;}
    /*a.BB {color: red;}*/
    div.D4 {width: 24%; left: 38%;}
    div.D8 {height: 105vh;}
}
@media only screen and (max-width: 600px){
    div.BBPOS {margin-left: 8%;}
    /*a.BB {color: green;}*/
    div.D4 {width: 30%; left: 35%;}
    section.SEC3 {height: 155vh;}
    div.D11 {margin-left: 35%;}
    div.D12 {margin-left:34.5%;}
    div.D8 {height: 115vh;}
}

@media only screen and (max-width: 414px){
  a.BB {padding-left: 7px; padding-right: 7px;}
  div.BBPOS {margin-left: 7%;}
  div.D4 {width: 40%; left: 30%;}
  p.TX3-1 {font-size: 1.5rem;}
  div.D11 {margin-left: 32%;}
  div.D12 {margin-left: 29.5%;}
}
@media only screen and (max-width: 375px){
  div.BBPOS {margin-left: 4%;}
  a.BB {padding-left: 6px; padding-right: 6px;}
  div.D8 {height: 135vh;}
  p.TX3-1 {font-size: 1.3rem;}
  div.D11 {margin-left: 29%;}
  div.D12 {margin-left: 26.5%;}
}

html {
    background-color: #d7d7d7;
    font-family: 'Source Sans Pro';
    background-image: url("Images/Retriever.jpg");
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
body {
    margin: 0;
    width: auto;
}

.D1 {
    width: 100%;
    height: 100vh;
}
.SEC1 {
    width: 100%;
    height: 6vh;
}
.BB {
    font-size: 1.3rem;
    font-family: 'Montserrat';
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    color: white;
    cursor: pointer;
    border-bottom: solid 2px white;
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 10px;
    position: static;
}
.BB:hover {
    color: #f2dfdc;
    border-bottom-color: #f2dfdc;
}
.BB:active {
    color: #d1c1be;
    border-bottom-color: #d1c1be;
}
.BBPOS {
    margin-left: 32%;
}
.SEC2 {
    width: 100%;
    height: 94vh;
}
.D2 {
    min-width: 40%;
    min-height: 28%;
    background-image: url(Images/Groomery-Logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    top: 30%;
}
.D3 {
    min-width: 48px;
    min-height: 48px;
    background-image: url(Images/Arrow-Scroll.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    position: relative;
    top: 65%;
}
.D4 {
    width: 18%;
    height: 48px;
    position: relative;
    left: 40.75%;
}
.SEC3 {
    width: 100%;
    height: 100vh;
}
.D5 {
    margin-top: -0.5%;
    width: 100%;
    height: 12.5%;
    background-color: white;
}
.TX1 {
    font-family: 'Open Sans';
    font-size: 4rem;
    color: black;
    text-align: center;
    letter-spacing: 9px;
    margin-top: 0.5%;
}
.D6 {
    width: 80%;
    min-height: 20vh;
    margin-left: 10%;
    margin-right: 10%;
}
.TX2 {
    font-size: 1.5rem;
    color: black;
    text-align: justify;
    letter-spacing: 1px;
}
.D7 {
    width: 80%;
    height: 59vh;
    margin-left: 10%;
    margin-right: 10%;
}
/*Dropdown reviews*/
.REV {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 4px;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.active, .REV:hover {
    background-color: #f2dfdc;
}
.REV:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: '\2212';
}
.REV-CONT {
    padding: 0, 18px;
    max-height: 0;
    border-radius: 4px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
.D8 {
    width: 100%;
    height: 65vh;
}
.D9 {
    width: 100%;
    height: 17.5%;
    background-color: white;
    margin-top: -0.5%;
}
.D10 {
    width: 80%;
    margin-left: 10%;
    height: 82.5%;
}
.TX3 {
    font-size: 2rem;
    color: black;
    text-align: center;
    letter-spacing: 1px;
  	text-decoration: none;
}
.TX3-1 {
    font-size: 2rem;
    color: black;
    text-align: center;
    letter-spacing: 1px;
  	text-decoration: none;
}
.D11 {
    margin-left: 44%;
    margin-top: -1%;
}
.D12 {
    margin-left: 43.5%;
    margin-top: -1%;
}
.CONB {
    font-size: 1.5rem;
    text-align: center;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.CONB:hover {
    background-color: #f2dfdc;
}
.CONB:active {
    background-color: #d1c1be;
}
.D13 {
    width: 100%;
    height: 12.5%;
    background-color: white;
}
.section {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1.5s;
}
.section.visible {
    opacity: 1;
    transform: translate(0, 0);
}
#scroll-fade-out {
    opacity: 1;
}