/* CSS Document */

/* - rgb( 253, 62, 74) */ 





body
{
    font-family: "Open Sans";
	background-color: #f7f7f7;
}




/* - */

h1, h2, h3, h4
{
    font-family: "Spartan";
	color: rgb( 253, 62, 74);
	font-weight: 200;
}

p
{
    color: #fff;
    line-height: 24px;
}

a
{
	color: rgb( 253, 62, 74);
	text-decoration: none;
}

h2
{
	display: grid;
	align-content: center;
}

h2 span
{
	color: #979797;
	align-self: center;
	grid-column: 2;
	margin-left: 16px;
}

ul li {
    color: white;
}

ul li::marker {
    color: rgb( 253, 62, 74);
}

.img
{
	max-width: 100%;
    align-self: center;
    justify-self: center;
}

.sec
{
	padding: 30px 0;
	background-color: rgba(0,0,0,1);
}

.simple
{
	align-self: center;
	justify-self: start;
}

.shadow-top
{
    background-image: url( "../img/shadow.png" );
    background-position: top center;
    background-repeat: no-repeat;
}

/* - */

.heading
{
    justify-content: start;
    border-bottom: solid 1px rgb( 212, 196, 130);
    padding-bottom: 32px;
    margin-bottom: 8px;
}

.heading h1
{
    justify-self: start;
    font-size: 32px;
}

.heading h3
{
    justify-self: start;
    color: rgb( 212, 196, 130);
}

/* - */

.heading-2
{
    justify-content: center;
    margin-bottom: 16px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 32px;
}

.heading-2 h1
{
    justify-self: center;
    font-size: 32px;
}

.heading-2 h3
{
    justify-self: center;
    color: #666;
}

/* - */

.hide
{
    display: none!important;
}

/* - */

.sec-3
{
    background-color: #2b2b2b;
    padding: 64px 0;
}

.sec-3 h1, .sec-3 h2, .sec-3 h3, .sec-3 h4, .sec-3 h5
{
    color: #D9D8D1;
}

.sec-3 p, .sec-3 a
{
    color: #fff;
}

.sec-2
{
    background-color: black;
    padding: 64px 0;
}          

/* - */

.list
{
    display: grid;
    align-content: center;
}

.list p
{
    align-content: center;
    display: grid;
    grid-template-columns: max-content auto;
}

.list p:before
{
    font-family: FontAwesome;
    color: rgb( 212, 196, 130);
    align-self: start;
   	content: "\f105";
    margin-right: 8px;
    font-size: 16px;
	border-right: solid 2px;
	padding-right: 8px;
}

/* - */

#map-container
{
    display: grid;
    align-content: center;
    width: 100%;
    overflow: hidden;
    height: 256px;
}

#map-container iframe
{
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
}

#map-cover
{
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-self: center;
    justify-self: center;
    background-color: rgba( 0,0,0,0.1);
}

@media( min-width:768px )
{
    #map-container
    {
        height: 384px;
    }
}


.custom span
{
	color: rgb( 253, 62, 74);
	font-size: 22px;
}

.line
{
	border-bottom: 2px solid rgb( 212, 196, 130);
	padding-bottom: 8px;
}

.stack
{
	align-content: start;
}

.dashed
{
    border-bottom: 1px #555 dashed;
    padding-bottom: 32px;
}

.fade
{
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(235,235,235,1) 100%); 
}

.p-0
{
    padding: 0;
}

.white {color:#fff!important}

p.white {color:#fff!important}

ul.white  {color:#fff!important}


#home-bg {
  background: url("../img/testimonial-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%; 
  overflow: hidden; 	
}

#services-bg {
  background: url("../img/services-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;  
  overflow: hidden;
}

#prices-bg {
  background: url("../img/prices-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;  
  overflow: hidden;
}

#contact-bg {
  background: url("../img/contact-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%; 
  overflow: hidden;
}








/* Added CSS for Testimonial Slider  */



.main-gallery {
	
  background-color: #000 ;
  background-position: 100% 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  border-top: solid 2px #d4c482;  
}

.gallery-cell {
  width: 100%;	
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 50px auto 50px auto;
  padding: 0 100px;
}

.testimonial-avatar {
  width: 100px;
  border-radius: 50%;
}

.testimonial-quote {
  display: block;
  font-size: 1.1rem;
line-height: 1.625rem;
  font-weight: 300;
  padding: 10px 0;
	color:white;
}

.testimonial-author {
  display: block;
	font-size: 0.8rem;
  font-weight: 800;
  color: #d4c482;
}

.flickity-page-dots {
  bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
  background: #d4c482;
}

/* END CSS for Testimonial Slider  */

/* DROPDOWN */

.dropdown-outer:hover .dropdown-container 
{
    display: grid!important;
}

.dropdown-container
{
    display: grid;
    background-color: #000000;
    padding: 16px;
    grid-gap: 8px;

}

.dropdown-container p a
{
    font-family: "Spartan";
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;	
	color: #a9a9a9!important;
}

@media( min-width: 768px )
{
    .dropdown-container
    {
        display: none;
        position: absolute;
        z-index: 4;
        background-color: #000000;
        padding: 16px;
        grid-gap: 8px;
    }
}
.caret {
 display:inline-block;
 width:0; height:0; 
margin-left:2px; 
vertical-align:middle; 
border-top:4px solid; 
border-right:4px solid transparent; 
border-left:4px solid transparent; 
color: #a9a9a9; 
}
.sec2 {
	
	padding: 64px 0;
	background-color: rgb( 212, 196, 130)

}


	.heading2
{
    justify-content: start;
    border-bottom: solid 1px #FD3E4A;
    padding-bottom: 32px;
    margin-bottom: 8px;
}

