/*castamaize.CSS*/

    

/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

h1.text-copy{
	font-size: 120px;
}
h2{
	font-size: 50px;
	font-weight: normal;
}
h3{
	font-size: 40px;
}
h3.promo-title{
	color: #FFFFFF;
}
h4{
	font-size: 30px;
	font-weight: normal;
}
h4.itemName{
	line-height: normal;
}


h5{
	font-size: 20px;
	font-weight:bold;
}
p{
	font-size: 16px;
}
#sale-section .row{
	margin-bottom: 100px;
}

.divider{
	display: block;
}
.pad-10{
	padding: 10px;
}
.pad-5{
	padding: 5px;
}
.margin-25{
	margin-bottom: 25px;
}
.fs-small{
	font-size: 13px;
	line-height: normal;
}
.fs-small-h4{
	font-size: 20px;
}
.centerLine .divider{
  display: inline-block;
}
.up-footer h2,
.up-footer h3{
	color: #FFFFFF;
}
.up-footer h4{
	padding-bottom: 0;
}
.up-footer p{
	line-height: normal;
}
.text-danger{
    color: #DA433F;
}

#howto-section-1 p{
	font-size: 14px;
}

@media screen and (max-width:600px){
p.hero {
		font-size: 130px;
	}
	.hero-content p, .hero-slider-content p {}
h1.text-copy{
	font-size: 38px;
}
	
h2{
	font-size: 30px;
	font-weight: normal;
}
h3{
	font-size: 25px;
	font-weight: normal;
}

h4{
	font-size: 22px;
	font-weight: normal;
}
p{
	font-size: 14px;
}
	
.about-me {
    padding: 5% 0 0 5%;

}
.fa-2x{
	font-size:1.25em
	}
}

/* table */
.table{
	width: 100%;
}
.table, th, td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #eee;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #eee;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #eee;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	text-align: left;
}
th {
    background-color: #dadada;
    clear: both;
    vertical-align: top;
}

.p10{
	padding: 10px;
}
.p25{
	padding: 25px;
}
.ru5{
	border-radius: 5px;
}
.ru10{
	border-radius: 10px;
}
