@charset "utf-8";

.container{
    background-image: url(images/felipe-galvan-AhfrA5VQNpM-unsplash.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: auto;
    position : relative;
    padding-top: 400px;
    color: rgba(245,169,158,1.00);
 
}

h1{
    text-align:center;
    font-size:3rem;
    position:absolute;
    top:13vh;
    right:12vw;
	color:#000;

}


h1 span{
	font-size:5.5rem;
	display: block;
	color:rgba(245,75,51,1.00);
    font-family: 'Lily Script One', cursive;
}



img{
	padding:10px 5px;
}

section{
    height: 500px;
}



.col{
	background-color:rgba(11,11,11,0.90);
	height:260px;
	padding:40px 20px;
}

.col-sm{
	margin-top:30px;
    background-color:rgba(11,11,11,0.90);
	height:250px;
	padding:40px 20px;
}
