/* GENERAL */

*
{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "BlackDiamonds";
    src: url('../fonts/BlackDiamonds.ttf');
    src: url('../fonts/BlackDiamonds.eot');
    src: url('../fonts/BlackDiamonds.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlackDiamonds.woff2') format('woff2'),
        url('../fonts/BlackDiamonds.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body 
{
    font-family: Arial,sans-serif;
    font-size: 15px;
}
h1, h2,h3,h4
{
  color: #444;  
}
h1
{
    font-family: 'Crete Round', serif;
    font-size: 45px;
}
h2
{
    font-size: 55px;
}
h3
{
    font-size: 30px;
}
h4
{
    font-size: 24px;
}
p
{
    line-height: 20px;
    color: #777;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #444;
}
.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}
.orange
{
    color: #ff7a00;
}
.clear
{
    clear: both;   
}
small
{
    font-size: 13px;
    font-style:italic;
}

.separator {
height: 3px;
width: 10%;
border: none;
box-shadow: none;
background-color: #ff00cc;
}

.btn-fushia
{
   background-color: #ff00cc;
   color: #fff;
}

.btn-fushia:hover
{
   background-color: #fff;
   color: #ff00cc;
   border-color: #ff00cc;
}
/* HEADER */

header 
{
    height: 120px;   
}
header h1
{
    float: left;
    margin-top: 32px;
}
header nav
{
    float: right;   
    margin-top: 50px;
}
header nav ul li
{
    float:left;
    display: inline-block;
}
header nav ul li a
{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}

/* MAIN IMAGE */

#main-image
{
    height: 580px;
    background: url('../images/halloween_main.jpg') center;
}
#main-image h2
{
    font-family: BlackDiamonds;
    font-size: 60px;
    font-weight: normal;
    text-align: center;
    padding: 150px 0 40px 0;
    margin-bottom: 20px;
    color :#ff00cc;
}
.button-1
{
    display: block;
    width: 120px;
    height: 50px;
    background: #ff7a00;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius:  3px;
}
.button-1:hover
{
     background: #ff00cc;
}

/* STEPS */
#steps
{
    background-color: #efefef;
}

#steps ul
{
    margin: 80px 0;
}
#steps ul li
{
    width: 300px;
    float:left;
    padding-top: 140px;
    text-align: center;
    margin-right: 10px;
    
}
#steps h4
{
    text-transform: uppercase;
    margin-bottom: 20px;
}
#steps p
{
    margin-bottom: 20px;
}
#step-1
{
    background: url('../images/steps-icon-1.png') no-repeat top center;
}
#step-2
{
    background: url('../images/steps-icon-2.png') no-repeat top center;
    
}
#step-3
{
    background: url('../images/steps-icon-3.png') no-repeat top center;
}
.button-3
{
    color: #fff;
    background-color: #1f1f1f;
    float:right;
    padding: 6px 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.button-3:hover
{
    color: #fff;
    background-color: #ff00cc;
}

/* POSSIBILITIES */


#possibilities
{
    background-color: #efefef;
    padding:  60px 0;
}
#possibilities article
{
    width: 460px;
    height: 270px;
    float: left;
    border-radius: 10px;
}
#possibilities article:first-child
{
    margin-right: 20px;
}
.overlay
{
    background: rgba(255,153,0, 0.80);
    height: 100%;
    width: 190px;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-sizing: border-box;
}
article h4
{
    border-bottom:  1px solid #ddd;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
#possibilities p
{
    text-align: center;
    margin-bottom: 20px;
}
.button-2
{
    color: #fff;
    background-color: #1f1f1f;
    padding: 6px 20px;
    border-radius: 3px;
}
.button-2:hover
{
    color: #fff;
    background-color: #ff00cc;
}

/* NEWS */
#news
{
  background: #fff;   
}


/*********************************
4. Contact
*********************************/

.contact_info
{
	width: 100%;
	padding-top: 30px;
}
.contact_info_item
{
	width: calc((100% - 40px) / 3);
	height: 150px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	padding-left: 32px;
	padding-right: 15px;
}
.contact_info_image
{
	width: 80px;
	height: 80px;
	text-align: center;
}
.contact_info_image img
{
	max-width: 100%;
}
.contact_info_content
{
	padding-left: 17px;
}
.contact_info_title
{
	color: #cb1975;
    font-size: 18px;
    font-weight: 500;
}
.contact_info_text
{
	font-size: 18px;
	color: rgba(0,0,0,0.5);
}

/*********************************
4.1 Contact Form
*********************************/

.divider
{
    width:100px;
    height: 2px;
    background: #cb1975;
    margin: 0 auto;
    
}
.heading 
{
    text-align: center;
    margin-bottom: 20px;        
}
h2
{
    /*text-transform: uppercase;*/
    font-weight:bold;
    padding-top: 10px;
    font-size: 30px;
    color: #cb1975;
}
#contact-form
{
    font-size: 20px;
    background: #fff;
    padding-top: 85px;
    padding: 40px;
    border-radius: 10px;
}
/*---  NEW  ------*/
.fushia
{
    color: #cb1975;
}
.form-control
{
    height: 50px;
    font-size: 18px;
}
#contact-form input[type=submit]
{
    margin: 40px auto 0px;
    display: block;
}
.comments
{
    font-style: italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px
}
#contact-form .thank-you
{
    color: darkolivegreen;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
.button1
{
    border: 1px solid #ddd;
    background: #cb1975;
    color: #fff;
    width: 100%;        
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover
{
    background: #fff;
    color: #cb1975;
    border-color: #cb1975;
}
/* FOOTER */

footer
{
    height: 260px;
    background-color: #444;
}
footer h1
{
    color:#fff;
    text-align: center;
    padding-top: 80px;
}
.copyright
{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #777;
}



.text-logo
{
    font-family: 'Holtwood One SC', sans-serif;
    color: #cb1975;
    text-shadow: 2px 2px gray;
    font-size: 50px;
    padding: 40px 0px;
    text-align: center;
}
.text-logo .glyphicon 
{
    color: #ffd301;
    text-shadow: 0px 0px #ffd301;
}
.nav
{
   margin-bottom: 40px;
}
.card-body
{
    background: #FEBFD2;
}
.price
{
    background: #cb1975;
    box-shadow: 0 2px #cb1975;
    -moz-box-shadow: 0 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
    color: #fff;
    text-shadow: 2px 2px #333;
    position: absolute;
    right:5px;
    top: 40px;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 3px;
}
.price:before 
{
    border: 4px solid transparent;
    border-bottom: 4px solid #cb1975;
    border-left: 4px solid #cb1975;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
}
.card-body > h4
{
    color: #cb1975;
    font-size: 18px;
}



.card{
    margin: 15px 0 15px 0;
    border: 2px solid #cb1975;
}





































