@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200&family=Roboto:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');


p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6em;
}



a:hover {
color: #0056b3;
text-decoration: none;
}

.thetitle {
  font-family: 'Nunito', sans-serif;
  text-align: center;
  margin: 60px 0px 30px 0px;
  color: #062F6E;
  font-size: 45px;
}

@media only screen and (max-width : 414px){
.thetitle {
font-family: 'Nunito', sans-serif;
text-align: center;
margin: 30px 0px 60px 0px;
color: #062F6E;
font-size: 30px;
}
}

.modeltitle {
  font-family: 'Nunito', sans-serif;
  text-align: center;
  margin: 30px 0px 0px 0px;
  color: #062F6E;
  font-size: 45px;
}

@media only screen and (max-width : 414px){
.modeltitle {
font-family: 'Nunito', sans-serif;
text-align: center;
margin: 30px 0px 60px 0px;
color: #062F6E;
font-size: 30px;
}
}

.underline {
  border-bottom: 3px solid #B43434;
}

.underline--blue {
  border-bottom-color: #B43434;
}

.theLogo {
  width: 100%;
  max-width: 175px;
}

.navbar-light .navbar-nav .nav-link {
color: #062F6E;
}

.navbar-light .navbar-nav .nav-link:hover {
color: #B43434;
}

.blueBg {
  background-color: #062F6E;
  padding: 20px 0px 0px 0px;
  height: 500px;
}

@media only screen and (max-width : 414px){
.blueBg {
  background-color: #062F6E;
  padding: 20px 0px 0px 0px;
  height: 460px;
}
}



.secondaryLink {
  margin: 0px 0px 60px 0px;
}

.blueBg h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0px 50px 0px 50px;
}

.blueBg p {
  color: #FFF;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 0px 50px 0px 50px;
  line-height: 1.8;
}

.redBtn {
  background-color: #A73131;
  text-align: center;
  padding: 10px 0px;
  border-top: 2px solid #FFF;
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #FFF;
}

.redBtn a {
  color: #FFF;
}

.redBtnSM {
  background-color: #A73131;
  text-align: center;
  padding: 10px 0px;
  bottom: 0px;
  width: 300px;
  color: #FFF;
  margin: 0px auto;
}

.redBtnSM a {
  color: #FFF;
}

.thePromise {
  background-image: url(../images/thePromise.png);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.theCommunities {
  background-image: url(../images/communities.png);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.theContact {
  background-image: url(../images/contact.png);
  background-size: cover;
  background-position: center;
  min-height: 300px;
}


.redRule {
  width: 150px;
  margin: 20px auto;
  display: block;
}

footer {
  padding: 30px 0px 30px 0px;
  margin: 30px 0px 0px 0px;
  background-color: #062F6E;
  text-align: center;
}

.txtWht {
  color: #FFF;
  font-size: 14px;
}

.txtWht:hover {
  color: #FFF;
  font-size: 14px;
}

.realtorLogos {
  width: 100%;
  max-width: 50px;
  float: right;
  display: block;
}

.BLSJ {
  width: 100%;
  max-width: 100px;
  float: left;
  display: block;
}

.ProcacciFtr {
  display: block;
  margin: 0px auto 50px auto;
  width: 125px;
}

div.wpcf7 {
background-color: transparent;
padding:0px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  text-transform: uppercase;
  width: 100px;
  border: 0px;
}


.wpcf7-form select {
  display: block;
  padding: 10px 70px 10px 10px !important;
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: url("https://i.ibb.co/b7xjLrB/selectbox-arrow.png") right center no-repeat;
  background-color: #fff;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.community_logos {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.community_address p {
  font-size: 14px;
}

.thebtn {
max-width: 100%;
height: 35px;
margin: 0px 15px 0px 0px;
}

.communitiesCard {
  background-color: #FFF;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}

.communities_header {
  text-align: center;
  background-color: #062F6E;
}

.communities_info h2 {
  font-family: 'Nunito', sans-serif;
  color: #062F6E;
  padding: 5px 0px;
  font-size: 16px;
}


.model_info h2 {
  font-family: 'Nunito', sans-serif;
  color: #062F6E;
  padding: 5px 0px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.communities_header p {
  font-family: 'Nunito', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px 0px;
}


.model_info p {
  font-family: 'Nunito', sans-serif;
  color: #062F6E;
  padding: 5px 0px;
  font-size: 16px;
  margin: 10px 0px 0px 0px;
}

.thePrice p {
  font-family: 'Nunito', sans-serif;
  color: #062F6E;
  padding: 5px 0px;
  font-weight: bold;
  font-size: 20px;
}


.thePrice {
  border: 0px solid #000;
  position: absolute;
  bottom: 0px;
  width: 93%;
  display: block;
  text-align: center;
}

.communities_info {
  padding: 0px 0px;
  text-align: center;
  font-family: 'Nunito', sans-serif;
  color: #062F6E;
  margin-top: -10px;
}

.model_info {
  padding: 0px;
  text-align: left;
  font-family: 'Nunito', sans-serif;
  color: #062F6E;
  margin-top: 20px;
}

ul.circle {
  font-family: 'Nunito', sans-serif;
}

ul {
list-style-type: none;
text-align: left;
}

ul.circle li {
margin: 0px 0px 10px 0px;
}

*, *:after, *:before {
box-sizing: border-box;
}

ul.circle li:before {
font-family: 'fontawesome';
content: '\f111';
font-size: 10px;
color: #D3373A;
padding-top: 5px;
margin-left: -20px;
position: absolute;
}

.smRule {
width: 70px;
margin: 0px auto;
display: block;
}

.communitiesCard {
  margin-top: 60px;
  min-height: 480px;
}


.community_logo {
  width: 100%;
}

.community_logo {
width: 100%;
margin: 0px 20px;
max-width: 270px;
}

.icns {
  width: 100%;
  max-width: 25px;
  margin-right: 10px;
  margin-left: 40px;
}

.modelicns {
width: 100%;
max-width: 40px;
margin-right: 10px;
margin-left: 0px;
}

.modelInfo  {
  display: inline-flex;
  text-align: center;
}

.modelInfo p {
  color: #062F6E;
  font-size: 18px;
  width: 100%;
}

.modelStats {
  margin-top: 30px;
  margin-bottom: 30px;

}

hr.redHr {
   border: 2px solid #B43434;
   margin: 20px 0px 40px 0px;
   width:90%;
   margin-left:5% !important; margin-right:5% !important;"
}

h2.modelPrice {
  color: #062F6E;
  text-align: center;
  margin: 50px 0px 60px 0px;
}

.marginTop {
  margin-top: 60px;
}

#bluTxt {
  color: #062F6E;
}

.modelImage {
  width: 100%;
  /* max-width: 300px; */
  display: inline-block;
  margin: 0px 10px;
}
