
/***************************nav bar********************************/



/***************************nav bar********************************/
/******************************Gallery*********************************/

#floorplan{
	width: 1200px;
    margin-left: auto;
    margin-right: auto;
	
}



#fp1,#fp2,#fp3{
    margin-right: 60px;
    
}
#fp1{
    width: 300px;
    height: 400px;
    background-image: url(../images/2bed.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    border: none;
    
}

#fp2{
    width: 300px;
    height: 400px;
    background-image: url(../images/3bed.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

#fp3{
    width: 200px;
    height: 400px;
    background-image: url(../images/4bed.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    left: 50px
}

.info{
    width: 100%;
    height: 70px;
}

.info button{
    display: inline-block;
    position: relative;
    border: none;
    background: rgb(0, 88, 111);
    color: white;
    font-family: 'Lato', Arial, sans-serif;
    height: 40px;
    font-size: 30px;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 30px;
    cursor: pointer;
    border-bottom: 2px solid white;
}
#twobed{
    right: 30px;
}

#threebed{
    margin-left: 50px;
    left: 20px;
}

#fourbed{
    position: relative;
    left: 50px
}

.fpinfo{
    height: 90px;
    width: 100%;
}


#twobedinfo, #threebedinfo, #fourbedinfo{
    position: absolute;
}

.fp1info{
    color: white;
}
#fp1info{
    position: relative;
    height: 200px;
    width: 400px;
    top: 20px;
    float: left;
}
#fp2info{
    position: relative;
    height: 200px;
    width: 400px;
    float: left;
    top: 20.25px;
    border-left: 2px solid white;
    margin-left: 25px;
}
#fp3info{
    position: relative;
    border-left: 2px solid white;
    height: 200px;
    width: 350px;
    float: left;
    top: 20px;
    margin-left: 25px
}

#fp1info, #fp2info, #fp3info{
    color: white;
}





