@charset "UTF-8";

body {
/*background-color: rgba(40,56,145,0.10);
background-image: url("../img/bkgd/7603-venitian-paint-flat.jpg");
background-repeat: repeat;*/
margin: 0;
/*background-attachment: scroll;
background-size: auto;*/
	background-color: #C8DF99;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	line-height:1.0em;
	padding: 0px !important;
	margin: 0px !important;
	font-weight: 300;
}

p {
margin: 0px;
padding: 0px;
font-size: 1.0em;
font-family: 'Montserrat', sans-serif;
}

/* DESKTOP */
.slogan {
    background-color: rgba(111,117,107,1.00);
    padding:  10px;
}
.slogan p {
    font-family: "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    color: #fff;
    font-size: 1.75em;
    line-height: 1.0em;
}
.floorplans {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}
.banner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}
.footer {
     background-color: rgba(111,117,107,1.00);
    color: #fff;
    border-top: rgba(111,117,107,1.00) solid 4px;
    margin-top: 50px;
}
.stores {
    border: rgba(111,117,106,1.00) solid 2px;
    margin: 5px;
    border-radius: 8px;
    background-color: rgba(255,255,255,0.20);
}
.stores img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.stores:hover  {
    background-color: rgba(255,255,255,0.75);
    transition: .31s;
    display: block;
}
.stores h3 {
    text-align: center;
    font-size: 1.7em;
    padding-bottom: 10px !important;
    font-weight: 300;
    color: rgba(111,117,106,1.00);
}
.stores h4 {
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 10px !important;
    font-weight: 300;
    color: rgba(111,117,106,1.00);
}
.stores p {
    line-height: 1.5em;
    font-size: 1.15em;
    padding-bottom: 10px;
    hyphens: auto;
}
.stores a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    color: #FFF;
    background-color: rgba(111,117,106,1.00);
    text-decoration: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    transition: .3s;
    border-radius: 6px;
    margin-top: 20px;
}
.stores a:hover {
    background-color: #C8DF98;
    color: rgba(111,117,106,1.00);
}
.stores_border {
    border: rgba(111,117,106,1.00) solid 2px;
    margin-top: 50px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.20);
}

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 600px) {



}

/* TABLET */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	



	
	
}