/* font-family: 'Radley', serif;
font-family: 'Satisfy', cursive;
font-family: 'Bitter', serif; */

* {
  font-family: 'Radley', serif;
  box-sizing: border-box;
}

:root {
  --jnp-blue: #0083A9;
  --purple-accent: #A90084;
  --navy-accent: #3d4a6f;
}

html, body, main {
    margin: 0;
    padding: 0;
}


/* ----------header----------- */

.header {
  background-color: white;
}

#navbarSupportedContent {
  justify-content: flex-end;
}

.navbar-nav {
  margin-left: auto;
}

.logo {
  height: 100px;
}

.nav-item {
  margin-left: 20px;
}
.nav-link {
  font-size: 20px;
  color: var(--jnp-blue) !important; 
  text-transform: uppercase;
}

.nav-link:hover {
  text-shadow: 2px 0 5px #0084a956;
}

.nav-link:active {
  color: #00546b;
}

.view-your-photos {
  background-color: var(--jnp-blue);
  color: white !important;
  padding: 10px 20px;
}

.dropdown-item {
  color: var(--jnp-blue);
  font-size: 20px;
}

h1 {
  font-family: 'Satisfy', cursive;
  text-align: center;
  color: var(--jnp-blue);
  padding: 20px 10px;
  font-size: 40px;
}

/* ----------main----------- */


.review-container {
  margin: 50px 0;
  width: 100%;
  height: 800px;
  background-color: var(--jnp-blue);
  position: relative;
}

.review-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
  margin-left: 0%;
}

.outer-square {
  width: 600px;
  height: 600px;
  background-color: var(--jnp-blue);
  position: absolute;
  border: 2px white solid;
  top: 50%;
  left: 75%;
  margin-top: -300px;
  margin-left: -300px;
}

.inner-square {
  width: 565px;
  height: 565px;
  background-color: white;
  position: absolute;
  border: 2px white solid;
  top: 50%;
  left: 75%;
  margin-top: -283px;
  margin-left: -283px;
  color: var(--jnp-blue);
  text-align: center;
  padding: 20px 50px 5px 50px;
}

.review-text-quotation-mark {
  font-size: 100px;
  font-family:  'Bitter', serif;
  font-weight: 600;
  margin-bottom: 0;
}

.review-text {
  margin-top: -20px;
  font-size: 24px;
  line-height: 40px;
  color: var(--navy-accent);
}

.review-text-author {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}

.view-more-reviews {
  padding-top: 30px;
}

.view-more-reviews-link {
  text-decoration: none;
  color: var(--navy-accent);
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'Bitter', serif;
  text-transform: uppercase;
  transition: 0.3s;
}

.view-more-reviews-link:hover {
  font-size: 24px;
  font-weight: 600;
  color:var(--purple-accent)
}

/* --------two more reviews------------- */

.two-more-reviews-container {
  display: flex;
  justify-content: center;
}

.two-more-reviews-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  margin: 60px;
}

.two-more-reviews-image {
  width: 100%;
}

.two-more-reviews-text {
  color: var(--navy-accent);
  font-size: 24px;
  padding: 20px;
}

.review-name {
  margin-left: 50%;
}

/* --------additional reviews------------- */

#additional-reviews {
  display: flex;
  justify-content: center;
  background-color: var(--purple-accent);
  padding: 100px 0;
}

.additional-review-container {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.addt-review {
  display: flex;
  align-items: center;
  margin: 10px;
  border-radius: 10px;
}

.addt-review-image {
  height: 400px;
  padding: 10px;
}

.addt-review-text {
  font-size: 26px;
  margin: 10px 50px;
}

.addt-review-odd {
  color: var(--purple-accent);
}

.addt-review-even {
  color: var(--jnp-blue);
}

.addt-review-name {
  margin-left: 0%;
}
.review-odd {
  background-color: rgb(228, 228, 228);
}

.review-even {
  flex-direction: row-reverse;
  background-color: white;
}

.google-listing-paragraph {
  text-align: center;
  font-size: 26px;
  color: var(--navy-accent);
  margin: 30px 5px 50px 5px;
}

.google-listing-link {
  text-decoration: none;
  color: var(--jnp-blue);
  font-weight: 700;
}

.google-listing-link:hover {
  color:var(--purple-accent);
}

/* ----------footer----------- */
.footer-content {
  background-color: rgb(228, 228, 228);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-column {
  border-right: 1px solid var(--jnp-blue);
  margin: 30px 20px 30px 30px;
  width: 30%;
}

.footer-column:last-of-type {
  border-right: none;
}

.footer-logo {
  height: 120px;
  padding-bottom: 20px;
}

.footer-text {
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.footer-link {
  text-decoration: none;
  color: var(--navy-accent);
  padding: none;
  margin: none;
}

.footer-column-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}

.footer-col-2-link {
  text-decoration: none;
  color: var(--jnp-blue);
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
}

.footer-column-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;  
}

.social-media-link {
  color: var(--navy-accent);
  text-transform: uppercase;
  padding: 20px 10px;
  margin: 0;
  align-items: center;
}

.copyright-container {
  width: 100%;
  padding-bottom: 10px;
  background-color: rgb(210, 210, 210);
  text-align: center;
  color: var(--navy-accent);
  text-transform: uppercase;
}

.copyright-text {
  padding: 10px;
}

.and {
  text-transform: none;
}

.copyright-text > a {
  text-decoration: none;
  color: var(--navy-accent)
}










/* -------------media queries--------- 
--------------------------------------
--------------------------------------*/

@media (max-width: 1640px) and (min-width: 1400px) {

  
}





/* --------extra large------ */
@media (max-width: 1399px) and (min-width: 1200px) {

  .logo {
    height: 90px;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-item {
    margin-left: 10px;
  }

  .review-container {
    height: 650px;
  }
  
  .outer-square {
    width: 500px;
    height: 500px;
    margin-top: -250px;
    margin-left: -250px;
  }
  
  .inner-square {
    width: 480px;
    height: 480px;
    margin-top: -240px;
    margin-left: -240px;
    padding: 20px 20px 5px 20px;
  }
  
  .review-text-quotation-mark {
    font-size: 70px;
    font-family:  'Bitter', serif;
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .review-text {
    margin-top: -40px;
  }
  
  .review-text-author {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .addt-review-text {
    font-size: 22px;
    margin: 30px 50px 10px 50px;
  }
  /* footer */
  
  .footer-col-2-link {
    padding: 10px;
  }
}





/* -----------large------------ */
@media (max-width: 1199px) and (min-width: 992px) {

  .logo {
    height: 80px;
  }
  
  .nav-link {
    font-size: 16px;
  }

  .nav-item {
    margin-left: 2px;
  }

  h1 {
    font-size: 36px;
  }
  .review-container {
    height: 650px;
  }
  
  .outer-square {
    width: 470px;
    height: 470px;
    margin-top: -235px;
    margin-left: -235px;
  }
  
  .inner-square {
    width: 436px;
    height: 436px;
    margin-top: -218px;
    margin-left: -218px;
    padding: 20px 20px 5px 20px;
  }

  .review-text-quotation-mark {
    font-size: 50px;
    font-family:  'Bitter', serif;
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .review-text {
    margin-top: -30px;
    font-size: 22px;
    line-height: 30px;
  }
  
  .review-text-author {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .two-more-reviews-inner-container {
    width: 42%;
    margin: 20px;
  }

  #additional-reviews {
    padding: 60px 0;
  }
  .addt-review-text {
    font-size: 22px;
    margin: 30px 50px 10px 50px;
  }
  /* footer */
  
  .footer-column-2 {
      width: 40%;
      margin-left: 5px;
      margin-right: 5px;
  }

  .footer-col-2-link {
    padding: 5px;
  }
}



/* ------------medium----------- */

@media (max-width: 991px) and (min-width: 768px) {

  .logo {
    height: 70px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 22px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }

  h1 {
    font-size: 32px;
  }
  .review-container {
    height: 500px;
  }
  
  .outer-square {
    width: 330px;
    height: 440px;
    margin-top: -220px;
    margin-left: -165px;
  }
  
  .inner-square {
    width: 300px;
    height: 390px;
    margin-top: -195px;
    margin-left: -150px;
    padding: 10px 20px 5px 10px;
  }
  
  .review-text-quotation-mark {
    font-size: 40px;
    font-family:  'Bitter', serif;
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .review-text {
    margin-top: -30px;
    font-size: 20px;
    line-height: 28px;
  }
  
  .review-text-author {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  .two-more-reviews-inner-container {
    width: 45%;
    margin: 20px;
  }
  
  #additional-reviews {
    padding: 70px 0;
  }

  .addt-review {
    flex-direction: column;
    margin: 20px 5px;
  }

  .addt-review-image {
    height: 600px;
    padding: 30px 10px 10px 10px;
  }

  .review-odd {
    background-color:white;
  }
  
  .addt-review-even {
    color: var(--jnp-blue);
  }

  .addt-review-odd {
    color: var(--jnp-blue);
  }

  /* footer */

  .footer-column-2 {
      width: 50%;
      margin-left: 5px;
      margin-right: 5px;
  }
  
  .footer-col-2-link {
    padding: 5px;
  }

  .footer-column-3 {
    margin: 0;
    padding: 20px;
  }

}





/* ------------small---------- */
@media (max-width: 767px) and (min-width: 575px) {

  .logo {
    height: 70px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 22px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }
 
  h1 {
    font-size: 28px;
  }
  .review-container {
    margin: 50px 0;
    width: 100%;
    height: 730px;
    background-color: var(--jnp-blue);
    position: relative;
    margin-top: 350px;
    left: 0;
  }
  
  .review-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 55% 50%;
    top: 0;
    margin-left: 0;
    position: relative;
  }
  
  .outer-square {
    width: 0;
    height: 0;
    background-color: transparent;
    position: relative;
    border: none;
  }
  
  .inner-square {
    width: 100%;
    height: 300px;
    background-color: transparent;
    position: absolute;
    border: none;
    top: 750px;
    left: 285px;
    color: white;
    text-align: center;
    padding: 0;
    z-index: 10;
  }
  
  .review-text-quotation-mark {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .review-text {
    margin-top: -10px;
    font-size: 22px;
    line-height: 24px;
    color: white;
    padding: 0 15px;
    text-align: left;
  }
  
  .review-text-author {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .two-more-reviews-container {
    flex-direction: column;
  }

  .two-more-reviews-inner-container {
    width: 90%;
    margin: 20px;
  }
  
  #additional-reviews {
    padding: 50px 0;
  }

  .addt-review {
    flex-direction: column;
    margin: 20px 5px;
  }

  .addt-review-image {
    height: 600px;
    padding: 30px 10px 10px 10px;
  }

  .addt-review-text {
    font-size: 20px;
    margin: 10px 50px;
  }

  .review-odd {
    background-color:white;
  }

  .addt-review-odd {
    color: var(--jnp-blue);
  }

  /* footer */

  .footer-logo {
    padding-top: 10px;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer-column {
    border-right: none;
    margin: 5px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social-media-link {
    padding: 10px;
  }
  .copyright-container {
    padding-bottom: 1px;
  }

  .copyright-text {
    padding: 5px;
  }
}





/* ------------extra small ---------- */
@media (max-width: 575px) and (min-width: 360px) {

  .logo {
    height: 70px;
  }

  .nav-link {
    font-size: 18px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 20px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }
    
  h1 {
    font-size: 26px;
  }
  .review-container {
    margin: 50px 0;
    width: 100%;
    height: 800px;
    background-color: var(--jnp-blue);
    position: relative;
    margin-top: 350px;
    left: 0;
  }
  
  .review-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 55% 50%;
    top: 0;
    margin-left: 0;
    position: relative;
  }
  
  .outer-square {
    width: 0;
    height: 0;
    background-color: transparent;
    position: relative;
    border: none;
  }
  
  .inner-square {
    width: 100%;
    height: 300px;
    background-color: transparent;
    position: absolute;
    border: none;
    top: 750px;
    left: 285px;
    color: white;
    text-align: center;
    padding: 0;
    z-index: 10;
  }
  
  .review-text-quotation-mark {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .review-text {
    margin-top: -10px;
    font-size: 22px;
    line-height: 24px;
    color: white;
    padding: 0 15px;
    text-align: left;
  }
  
  .review-text-author {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .two-more-reviews-container {
    flex-direction: column;
  }

  .two-more-reviews-inner-container {
    width: 90%;
    margin: 20px;
  }
  
  #additional-reviews {
    padding: 50px 0;
  }

  .addt-review {
    flex-direction: column;
    margin: 20px 5px;
  }

  .addt-review-image {
    height: 370px;
    padding: 30px 10px 10px 10px;
  }

  .addt-review-text {
    font-size: 16px;
    margin: 10px 20px;
  }

  .review-odd {
    background-color:white;
  }

  .addt-review-odd {
    color: var(--jnp-blue);
  }


 /* footer */
  
 .footer-logo {
  padding-top: 10px;
}

.footer-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-column {
  border-right: none;
  margin: 5px;
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.footer-text {
  text-align: center;
}

.footer-column-2 > p {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 2px;

}

.footer-column-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
}

.footer-col-2-link {
  text-decoration: none;
  color: var(--jnp-blue);
  font-size: 18px;
  padding: 3px;
  text-transform: uppercase;
}

.social-media-link {
  padding: 10px;
}


.copyright-container {
  padding-bottom: 1px;
}

.copyright-text {
  padding: 5px;
}
}








/* ------------teeny tiny ---------- */
@media (max-width: 359px) {

  .logo {
    height: 70px;
  }

  .nav-link {
    font-size: 18px;
  }
  
  .view-your-photos {
    font-weight: bold;
    font-size: 20px;
    background-color: white;
    color: var(--jnp-blue) !important;
    margin-left: 0;
    padding-left: 0;
  }
    
  h1 {
    font-size: 26px;
  }
   
  .review-container {
    margin: 50px 0;
    width: 100%;
    height: 800px;
    background-color: var(--jnp-blue);
    position: relative;
    margin-top: 350px;
    left: 0;
  }
  
  .review-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 55% 50%;
    top: 0;
    margin-left: 0;
    position: relative;
  }
  
  .outer-square {
    width: 0;
    height: 0;
    background-color: transparent;
    position: relative;
    border: none;
  }
  
  .inner-square {
    width: 100%;
    height: 300px;
    background-color: transparent;
    position: absolute;
    border: none;
    top: 650px;
    left: 285px;
    color: white;
    text-align: center;
    padding: 0;
    z-index: 10;
  }
  
  .review-text-quotation-mark {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .review-text {
    margin-top: -10px;
    font-size: 22px;
    line-height: 24px;
    color: white;
    padding: 0 15px;
    text-align: left;
  }
  
  .review-text-author {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  
  .two-more-reviews-container {
    flex-direction: column;
  }

  .two-more-reviews-inner-container {
    width: 90%;
    margin: 20px;
  }

  .two-more-reviews-text {
    font-size: 20px;
    padding: 20px;
  }
  
  #additional-reviews {
    padding: 50px 0;
  }

  .addt-review {
    flex-direction: column;
    margin: 20px 5px;
  }

  .addt-review-image {
    height: 300px;
    padding: 30px 10px 10px 10px;
  }

  .addt-review-text {
    font-size: 16px;
    margin: 10px 20px;
  }

  .review-odd {
    background-color:white;
  }

  .addt-review-odd {
    color: var(--jnp-blue);
  }

  
  /* footer */

  .footer-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .footer-column {
    border-right: none;
    margin: 5px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  
  .footer-text {
    text-align: center;
  }

  .footer-column-2 {
    flex-direction: row;
    justify-content: center;
    padding-top: 5px;
  }

  .footer-column-2 > p {
    display: flex;
    flex-direction: column;
  }

  .footer-col-2-link {
    padding: 5px;
    text-align: center;
  }

  .social-media-link {
    padding: 5px;
  }

  .copyright-container {
    padding-bottom: 1px;
  }

  .copyright-text {
    padding: 5px;
  }
}


