132 lines
No EOL
2.1 KiB
CSS
132 lines
No EOL
2.1 KiB
CSS
.colored-section {
|
|
background-color: #e7dec8;
|
|
color: #000000;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.white-section {
|
|
background-color: #ffffff;
|
|
padding-top: 5rem;
|
|
padding-bottom: 5rem;
|
|
padding-left: 18%;
|
|
}
|
|
|
|
#title .container-fluid {
|
|
padding: 4% 34% 6%;
|
|
text-align: left;
|
|
font-family: "Georgia";
|
|
}
|
|
|
|
#features .container-fluid {
|
|
padding: 2% 48% 2%;
|
|
text-align: left;
|
|
font-family: "Georgia";
|
|
}
|
|
|
|
|
|
.housesIntro{
|
|
width: 1200px;
|
|
height: 800px;
|
|
|
|
}
|
|
|
|
.contactIntro{
|
|
padding-left: 30%;
|
|
padding-right: 30%;
|
|
padding-bottom: 80px;
|
|
}
|
|
|
|
.headerImg{
|
|
width: 1200px;
|
|
height: 800px;
|
|
}
|
|
|
|
.heading-1{
|
|
padding-left: 40%;
|
|
padding-top: 10%;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.formhelper{
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.button-1 {
|
|
background-color: rgb(0, 0, 0);
|
|
border-color: transparent;
|
|
color: #ffffff;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.button-1:hover {
|
|
background-color: rgb(92, 92, 92);
|
|
color: #ffffff;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.buttonhelper {
|
|
padding-left: 45%;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.buttonka{
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.prev-icon,
|
|
.next-icon {
|
|
height: 210px;
|
|
width: 100px;
|
|
outline: black;
|
|
background-size: 100%, 100%;
|
|
border-radius: 50%;
|
|
background-image: none;
|
|
text-shadow: 2px 2px 5px black;
|
|
}
|
|
|
|
.next-icon:after
|
|
{
|
|
content: '>';
|
|
font-size: 140px;
|
|
color: rgb(255, 255, 255);
|
|
text-shadow: 2px 2px 5px black;
|
|
}
|
|
|
|
.prev-icon:after {
|
|
content: '<';
|
|
font-size: 140px;
|
|
color: rgb(255, 255, 255);
|
|
text-shadow: 2px 2px 5px black;
|
|
}
|
|
|
|
ol.carousel-indicators {
|
|
position: absolute;
|
|
bottom: 5px;
|
|
margin: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: auto;
|
|
}
|
|
|
|
ol.carousel-indicators li,
|
|
ol.carousel-indicators li.active {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
margin: 0;
|
|
border-radius: 50%;
|
|
border: 0;
|
|
background: transparent;
|
|
box-shadow: 0 0 1px 1px black;
|
|
}
|
|
|
|
ol.carousel-indicators li {
|
|
background: rgb(255, 255, 255);
|
|
margin-left: .5rem;
|
|
margin-right: .5rem;
|
|
box-shadow: 0 0 1px 1px black;
|
|
}
|
|
|
|
ol.carousel-indicators li.active {
|
|
background: #17a2b8;
|
|
box-shadow: 0 0 1px 1px black;
|
|
} |