/* Navbar */
#navbar{
    background: #002a4e;
}
#navbar a{
    font-size: 20px;
}
#navbar a:hover{
    color: #ccc;
}
#navbar ul{
    margin-left: auto;
    margin-right: 30px;
}
#logo{
    width: 220px;
    margin-left: 50px;
}
.dropdown-menu{
    background: #002a4e;
}
/* Home */
.container-fluid{
    padding: 0px !important;
    margin-top: 50px;
}
#video-background{
    width: 100%;
    object-fit: cover;
    height: 490px;
    margin-top: 55px;
    overflow: hidden;
}
.bgd-tide{
    background: #177BB6;
    color: "";
}
.font-tide{
    color:#177BB6;
}
.tide-dark{
    background: #1B373A;
    color: #fff;
}
.bgd-blue{
    background: #002a4e;
}
.darkd{
    color: rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.9);
}
.font-blue{
    color: #002a4e;
}
.font-lblue{
    color: #0a94d6;
}
.font-orange{
    color:#D95900;
}
.live-rec{
    width: 200px;
    height: 75px;
    border-radius: 15px;
    overflow: hidden;
}
.blue{
    background: rgba(0,48,87, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 25px 10px;
    text-align: center;
}
#tuscany{
    background: url(Media/watertower.jpg);
    background-position: center center;
    background-size: cover;
}
#river-ridge{
    background: url(Media/forest.jpg);
    background-position: center center;
    background-size: cover;
}
#river-ridge{
    background: url(Media/columbia-river-gorge.webp);
    background-position: center center;
    background-size: cover;
}
#all-listings{
    background: url(Media/Ocean.jpg);
    background-position: center center;
    background-size: cover;
}
#lw-logo{
    margin: 10px auto;
}
#farms-logo{
    height: 90px;
    width: auto;
    text-align: center;
}
#tillamook-logo{
    height: 90px;
    width: auto;
}
#foods-logo{
    height: 150px;
    width: auto;
}
#pom-logo{
    height: 90px;
    width: auto;
    margin: 30px auto;
}
.btn-orange{
    background: #d95900;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px; 
}
.pic-btn{
    text-align: center;
    margin: auto;
}
.pic-btn:hover div{
    text-decoration: none;
    opacity: 80%;
}

#pic-btn-row .col-md-4{
    padding-left: 50px
}
.slide-img{
    width: 700px;
    height: 370px;
    object-fit: cover;
}
.carousel-indicators{
    bottom: -20px !important;
}

.carousel-indicators li{
    background: rgba(217,89,24,0.5) !important;
}
.carousel-indicators .active{
    background: rgb(217,89,24) !important;
}
#wgo-logo{
    width: 100%;
}
.img-xs{
    width: 15px;
    height: auto;
    object-fit: cover;
}
.sm-img{
    width: 150px;
}
.bgd-brown{
    background: #7B6857;
}
.bgd-lgbrown{
    background: #B3ABA1;
}
.font-lgbrown{
    color: #C3AC83;
}
.info-icon{
    width: 50px;
    margin-top: 25px;
}
.btn-green{
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    padding: 15px 10px;
    background: #3B4E1E;
}
.btn-green:hover{
    color:#fff;
    text-decoration: none;
    background: #28390D;
}
.carousel-sm{
    width: 100%;
    height: 210px;
    object-fit: cover;
}

#tidewater-page{
    overflow: hidden;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 285px;
  height: 285px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}
.bgd-dbrown{
    background: #3D3C32;
    color: #fff;
}
.bgd-lbrown{
    background: #7B6857;
    color: #fff;
}
.bgd-beige{
    background: #B3ABA1;
    color: #fff;
}
.grid-padding{
    padding: 0px 70px;
    margin-bottom: -2px;
}
.grid-padding .col-4{
    padding: 0;
}
.bgd-lblue{
    background: #1497AE;
}
.bgd-dblue{
    background: #149;
}
.btn-lblue{
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    padding: 15px 10px;
    background: #1497ae;
}
.btn-lblue:hover{
    color:#fff;
    text-decoration: none;
    background: #086676;
}
.font-lblue{
    color: #E2FBFF;
}
.bgd-babyblue{
    background: #B4D9DF
}
.mycard{
    color: #fff;
    padding: 30% 10%;
    text-align: center;
}
#contact-us-div{
    background: #000;
    width: 100%;
    height: 750px;
    position: relative;
}
#contact-bgd{
    height: 100%;
    object-fit: cover;
    opacity: 70%;
    position: absolute;
    z-index: 0;
}
#contact-form{
    width: 570px;
    height: auto;
    position: absolute;
    z-index: 1;
    background: #fff;
    bottom: 10%;
    right: 32%
}
.red, .red-font{
    color: red;
}

.back-padding{
    padding: 20px 40px;
    margin: 0px 10px;
}
.back-padding-two{
    width: 112px;
    height: 61px;
    margin: 0px 10px;
}
#listings-iframe{
    height: 800px;
    margin-top: 80px;
}
.object-fit{
    object-fit: contain;
}

/* Style the Image Used to Trigger the Modal */
#rr-page .carousel-item, #tuscany-page .carousel-item{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  margin-top: 100px;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#fnf-page{
    background: url(/Media/SamuelHBoardman.jpg) center center;
    width: 100%;
    height: 800px;
}
.img-background{
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.green{
    color: green;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media (min-width: 1300px){
    .grid-padding{
        padding: 0 150px;
    }
}
@media (max-width: 500px){
    .margin-top-lg{
        margin-top: 40px
    }
    .img-h-sm{
        width: 100px;
        height: auto;
        margin-top: 20px;
    }
    .img-w-sm{
        width: 75px;
    }
    .pic-btn .live-rec{
        margin: 10px 0px 10px 30px;
    }
    #carouselExampleIndicators .carousel-inner{
        width: 100%
    }
    .slide-img{
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .footer h4{
        font-size: 14.5px;
    }
    #contact-form{
        width: 80%;
        margin: 0;
        bottom: 10%;
        right: 35px;
    }
    #contact-form .padding-lg{
        padding: 80px 10px;
    }
    #contact-us-div{
        height: 920px
    }
    #contact-form button{
        width: 80px;
    }
    #contact-form a{
        padding: 20px;
    }
    .flip-card{
        height: 250px;
        width: 250px;
    }
    #tuscany-page h1, #rr-page h1{
        margin-top: 100px;
    }
    #tuscany-lot-map{
        margin-top: 40px;
    }
    .center-icon{
        margin-left: 55px
    }
    #rr-lot-map{
        margin-top: 50px;
    }
    #listings-iframe{
        margin-top: 10px;
    }
    
}