@font-face {
	font-family: 'Fontg'; 
	src: url(../fonts/Goudy.ttf); 
}
@font-face {
	font-family: 'MinionPro-It'; 
	src: url(../fonts/MinionPro-It.ttf); 
}
@font-face {
	font-family: 'MinionPro-Regular'; 
	src: url(../fonts/MinionPro-Regular.ttf); 
}

/*Global Settings*/
body{
	font-family: 'MinionPro-Regular', serif;	
		background-image:linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),  url(../images/1.jpg) ;
}

		

.text-1 {

	color:#298abf;	
	
}


.text-2 {
 font-family: 'MinionPro-It', serif;
	color:#98734f;	
	font-size: 2.3rem;
}



.text-3 {
 font-family: 'MinionPro-It', serif;
	color:#000;	
	font-size: 2.5rem;
}
.text-4 {
 font-family: 'MinionPro-Regular', serif;
	color:#000;	
	font-size: 1.2rem;
}

.text-5 {
 
	color:#5c5c5c;

}


h1{
	font-size: 6rem;
	font-family: 'Fontg'; 
}
h2{
	font-size: 32px;
	color: #fff;
}
h3{
	font-size: 21px;
	color: #fff;
}

a{
		font-family: 'MinionPro-Regular', serif;
		
		color: #fff;
	transition: all 0.3s ease-in-out;
	margin-left:20px;
	margin-right:20px;
}
section{
	text-align: center;
}

.section{
	padding: 50px 0;
	background-image: url(../images/footer.png);
	background-position: top center;
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}








