@charset "utf-8";
/* CSS Document */

#intro-bg{
    background: url(../images/grey-bg.jpg)no-repeat center;
    background-size: cover;
    padding-top: 6%;
}

.intro-h1{
    font-size: 2rem;
    padding:  6px 6px 0;
    color: #f1893e;
}

.intro-h2{

    font-size: 1.5rem;
    padding: 0 6px 6px;
    color: #f1893e;
}

.intro-h3{
    font-size: 3rem;
    color: #4e1484;
}


.intro-h4{
    font-size: 4rem;
    font-weight: 600;
    word-spacing: 1px;
	padding-top: 4px;
    letter-spacing: .5px;
    color: #127334;
    text-shadow: 2px 2px 0px #c3c3c354;
	}


.btn-order {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .8rem ;
	margin: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-order:hover{text-decoration:none;}

.btn-outline-success {
    color: #127334 !important;
    border-color: #127334;
}



#features{
    padding: 3rem 0;
	}
	
	
.post-container {
    margin: 20px 20px 0 0;  
    overflow: auto
}
.post-thumb {
    float: left;
     width: 70px;
}
.post-thumb img {
    display: block
}
.post-content {
   margin-left: 90px;
    margin-top: 20px;
}
.post-title {
	  font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;;
	padding-left: 22px;
}



#snippet{
    background: url(../images/grey-pattern-bg.png)no-repeat center;
    background-size: cover;
    padding: 2rem 0;
	}

	
	/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
  transition: transform .5s, filter 1.5s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
  filter: grayscale(0);
  transform: scale(1.1);
}



#f-address{
padding: 6rem 0 3rem 0;
}

   #f-address h1{text-align: center;
    font-size: 2.5rem;
   }


@media screen and (max-width:1440px){
	#intro-bg{
    padding-top: 8%;
}

}

@media screen and (max-width:1080px){

#intro-bg {
    padding-top: 12%;
}
}

@media screen and (max-width:1024px){
	#intro-bg{
    padding-top: 13%;
}

}

@media screen and (max-width:425px){
.intro-h4 {
    font-size: 2.5rem;}

}

@media screen and (max-width:320px){
	
		#intro-bg{
    padding-top: 19%;
}

	
	.intro-h1 {
    font-size: 1.2rem;}

.intro-h2 {
    font-size: .9rem;}

.intro-h3 {
    font-size: 1.8rem;}


.intro-h4 {
    font-size: 2.2rem;}


.post-thumb {
    float: left;
    height: 60px;
    width: 60px;
}
.post-title {
	padding-left: 12px;
}

}