/* Base color for background of the entire webpage.*/
.basecolor
{
position: relative;
background-color: #bdf3fa;
width: 1440px;
display: block;
margin: auto;
padding: 15px;
}
@media screen and (max-width:1920px)
{
.basecolor
{
position: relative;
background-color: #bdf3fa;
width: 1920px;
display: block;
margin: auto;
padding: 15px;
}
}
@media screen and (max-width: 800px)
{
.basecolor
{
position: relative;
background-color: #bdf3fa;
width: 800px;
display: block;
margin: auto;
padding: 15px;
}
/*Container for the buttons on top of page.*/
}
.menu
{
width: 1500px;
height: 100px;
position: sticky;
top: 0;
z-index: 1;
background-color: #bdf3fa;
}
@media screen and (max-width: 800px)
{
.menu
{
width: 610px;
height: 80px;
position: sticky;
top: 0;
z-index: 1;
background-color: #bdf3fa;
}
/*These are the menu buttons.*/
}
.menudrop {
  position: relative;
  display: inline-block;
  float: left;
}

.menudrop-content {
  display: none;
  position: absolute;
  background-color: #495769;
  min-width: 145px;
  height: 50px;
  top: 50px;
  font-size: 16px;
  z-index: 1;
  }

.menudrop:hover .menudrop-content {
  display: block;

}
.menudrop-content a:hover
{
background-color: #c9d1da;
color: white;	
}
.buttons
{
position: relative;
background-color: #495769;
color: #FFFFFF;
float: left;
height: 50px;
min-width: 225px;
max-width: 25%;
border: none;
font-size: 25px;
transition-duration: 0.5s;
cursor: pointer;
display: block;
margin: auto;

}
.buttons2
{
position: relative;
background-color: #DB5F48;
float: left;
height: 50px;
min-width: 225px;
max-width: 25%;
border: none;
font-size: 25px;
transition-duration: 0.5s;
cursor: pointer;
display: block;
margin: auto;
}
.buttons5
{
position: relative;
background-color: #DB5F48;
float: right;
height: 80px;
min-width: 150px;
max-width: 25%;
border: none;
font-size: 25px;
transition-duration: 0.5s;
cursor: pointer;
display: block;
margin: auto;
right: 1vw;
}
@media screen and (max-width: 800px)
{
    .buttons5
    {
    position: relative;
    background-color: #DB5F48;
    float: right;
    height: 40px;
    min-width: 75px;
    max-width: 25%;
    border: none;
    font-size: 12px;
    transition-duration: 0.5s;
    cursor: pointer;
    display: block;
    margin: auto;
    right: 1vw;
    }
}
.buttons5:hover
{
background-color: #c9d1da;
}
.buttons:hover
{
background-color: #c9d1da;
color: black;
}
.buttons2:hover
{
background-color: #c9d1da;
}
@media screen and (max-width:800px)
{
.buttons
{
position: relative;
float: left;
height: 30px;
min-width: 80px;
max-width: 15%;
border: none;
font-size: 14px;
transition-duration: 0.5s;
cursor: pointer;

}
}
@media screen and (max-width:800px)
{
.buttons2
{
position: relative;
float: left;
height: 30px;
min-width: 80px;
max-width: 15%;
border: none;
font-size: 14px;
transition-duration: 0.5s;
cursor: pointer;

}
}

.button3
{
position: relative;
background-color: #495769;
height: 50px;
border: none;
border-radius: 20px;
font-size: 25px;
color: white;
transition-duration: 0.5s;
cursor: pointer;
display: block;
margin: auto;

}
.button3:hover
{
background-color: #c9d1da;
color: black;
}

/* This positions the Photo Assets Logo. */
.logo
{
position: relative;
height: 100px;
width:200px;
float: left;
}
@media screen and (max-width:800px)
{
.logo
{
position: relative;
height: 50px;
width:100px;
float: left;
left: 0%;
display: block;
margin: auto;
}
}
/*This is the iFrame for the website loading properly*/
.frames
{
width: 1440px;
top: 175px;
background-image: url("realestatebg.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: stretch;
border: 2px solid #c9d1da;
overflow: scroll;
height: 2500px;
}
@media screen and (max-width: 800px)
{
.frames
{
width: 600px;
top: 250px;
opacity: .9;
background-image: url("realestatebg.jpg");
background-position: fixed center;
background-repeat: no-repeat;
border: 2px solid #c9d1da;
overflow: scroll;
height: 1920px;
left: -20%;
}
}
/*This allows the text to stay in the correct position on the menu screen*/
.ctrtext
{
position: relative;
}
@media screen and (max-width: 800px)
{
.ctrtext
{
position: relative;
left: 5%;
}
}
/*This section is the slideshow section.*/
.pixbox
{
height: 671px;
width: 100%;
}

@media screen and (max-width: 800px)
{
.pixbox
{
height: 200px;
width: 100%;
}
}

.showSlides
{
max-width: 1000px;
height: 40px;
position: relative;
margin: auto;
top: 50px;
}
@media screen and (max-width:800px)
{
.showSlides
{
max-width: 360px;
height: 40px;
position: relative;
margin: auto;
top: 100px;
}
}
.myslider
{
width 640px;
height: 671px;
display: none;
}
.prev, .next
{
  cursor: pointer;
  position: absolute;
  top: 22px;
  height: 160px;
  width: 60px;
  padding: 255px 0px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.next {
right: 0px;
border-radius: 3px;
text-align: right;
}
@media screen and (max-width: 800px)
{
.next {
  right: 0px;
  border-radius: 3px;
  height: 50px;
  width: 30px;
  padding: 75px 0px;
}
}

.prev
{
left: 0px;
border-radius: 3px;
}
@media screen and (max-width: 800px)
{
.prev
{
left: 0px;
border-radius: 3px;
height: 50px;
width: 30px;
padding: 75px 0px;
}
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.caption
 {
  color: #f2f2f2;
background-color: black;
background-opacity: .6;
  font-size: 15px;
 
  position: absolute;
  width: 100%;
  text-align: center;
}
/*These are the boxes with descriptions within them for the about us and services page.*/
.biobox
{
position: relative;
max-width:800px;
color: black;
font-weight: bold;
font-size: 20px;
padding: 25px;
border: 1px solid black;
background-color: #f0f2f5;
display: block;
margin: auto;

}
@media screen and (max-width: 800px)
{
.biobox
{
position: relative;
max-width:350px;
color: black;
font-weight: bold;
font-size: 20px;
border: 1px solid black;
background-color: #f0f2f5;
display: block;
margin: auto;
}
}

.servebox
{
position:relative;
max-width: 1445px;
color: black;
padding: 30px;
font-weight: bold;
font-size: 20px;
background-color:#f0f2f5;
top: 100px;
display: block;
margin: auto;
}
@media screen and (max-width: 800px)
{
.servebox
{
position: relative;
max-width:350px;
color: black;
font-weight: bold;
font-size: 20px;
border: 1px solid black;
background-color: #f0f2f5;
top:300px;
right: 5px;
}
}
.servebox2
{
position:relative;
max-width: 1445px;
color: black;
padding: 30px;
font-weight: bold;
font-size: 20px;
background-color:#f0f2f5;
top: 200px;
display: block;
margin: auto;
}
@media screen and (max-width: 800px)
{
.servebox2
{
position: relative;
max-width:350px;
color: black;
font-weight: bold;
font-size: 20px;
border: 1px solid black;
background-color: #f0f2f5;
top:600px;
right: 5px;
}
}
.servebox3
{
position:relative;
max-width: 1445px;
color: black;
padding: 30px;
font-weight: bold;
font-size: 20px;
background-color:#f0f2f5;
top: 300px;
display: block;
margin: auto;
}
@media screen and (max-width: 800px)
{
.servebox3
{
position: relative;
max-width:350px;
color: black;
font-weight: bold;
font-size: 20px;
border: 1px solid black;
background-color: #f0f2f5;
top:600px;
right: 5px;
}
}
.servebox4
{
position:relative;
max-width: 1445px;
color: black;
padding: 30px;
font-weight: bold;
font-size: 20px;
background-color:#f0f2f5;
top: 400px;
display: block;
margin: auto;
}
@media screen and (max-width: 800px)
{
.servebox4
{
position: relative;
max-width:350px;
color: black;
font-weight: bold;
font-size: 20px;
border: 1px solid black;
background-color: #f0f2f5;
top:900px;
right: 5px;
}
}
.servebox5
{
position:relative;
max-width: 1445px;
color: black;
padding: 30px;
font-weight: bold;
font-size: 20px;
background-color:#f0f2f5;
top: 800px;
display: block;
margin: auto;
}
@media screen and (max-width: 800px)
{
.servebox5
{
position: relative;
max-width:350px;
color: black;
font-weight: bold;
font-size: 20px;
border: 1px solid black;
background-color: #f0f2f5;
top:350px;
right: 5px;
}
}
/* The gallery section that formats the pictures and videos. */
div.gallery {
  margin: 10px;
  border: 1px solid  #c9d1da;
  padding: 15px;
  float: left;
  width: 420px;
  position: relative;
  display: inline-block;
  background-color:#96a4b6;
  transition-duration: 0.5s; 
}

div.gallery:hover
{
background-color: #d2d8e0;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
.videobox
{
margin: auto;
  border: 1px solid #c9d1da;
  padding:5px;
  width: 305px;
  position: relative;
  display: inline-block;
  background-color:#96a4b6;
  transition-duration: 0.5s;
}
.videobox:hover
{
 background-color: #d2d8e0;
}
.videopix
{
width: 300px;
height: 200px;
}

.bottonfoot
{
background-color:#BBF205;
font-size: 20px;
font-weight: bold

}
.gallerypix
{
width: 600px;
height: 400px;
transition-duration: .5s;
}
.gallerypix:hover
{
transform: scale(1.1);
}
h1.a
{
position: relative;
text-align: center;
font-size: 25px;
}
h1.b
{
position: relative;
text-align: center;
display: block;
margin: auto;
font-size: 40px;
}
.picturesect
{
width: 100%;
height: 528px;
}
.sales
{
width: 100%;
height: 100px;
display: block;
margin: 5px;;
border: 4px solid darkgray;
background-color: white;
border-radius: 20px;
padding: 15px 0px;
}
@media screen and (max-width: 800px)
{
    .sales
    {
    width: 100%;
    height: 120px;
    display: block;
    margin: 5px;;
    border: 4px solid darkgray;
    background-color: white;
    border-radius: 20px;
    padding: 5px 5px;
    }
    
}
.inbox
{
 position: relative;
 width: 500px;
 height: 100%;
 float: right;
 padding: 10px 10px;
}
@media screen and (max-width: 800px)
{
    .inbox
    {
     position: relative;
     width: 100px;
     height: 100%;
     float: right;
     padding: 5px 5px;
     font-size: 10px;
     
    }
}
.inbox2
{
 position: relative;
 width: 500px;
 height: 100%;
 float: left;
 padding: 10px 0px;
}
@media screen and (max-width: 800px)
{
    .inbox2
    {
     position: relative;
     width: 100px;
     height: 100%;
     float: left;
     font-size: 10px;
     padding: 5px 5px;
    }
}
.inlay
{
width: 80px;
height: 80px;
float: left;
border: 2px solid darkgray;
border-radius: 3px;
}
@media screen and (max-width: 800px)
{
    .inlay
    {
    width: 40px;
    height: 40px;
    border: 2px solid darkgray;
    border-radius: 3px;
    }
}
