
body{	font-family: "Patua One", serif;}

.navContainer{	
	background-color: #292c2f;
	border-radius: 1px;
	width: 100%;
	height: 65px;
}

.bounceIn{animation-delay: 1s;}

ul{list-style: none;}

.myNav ul{		    
	display: flex;
	align-self: flex-start;
    justify-content: center;
    padding: 0px;
	margin: 0px;
}

.myNav ul a li:hover{ 
	-webkit-animation: pulse 1s;
    animation: pulse 1s;

}

.myNav ul{	animation-delay: 2s;}

.myNav ul a{
    text-decoration: none;
    display: flex;
	text-align: center;
	font-family: "Patua One", serif;
	font-weight: 400;
	font-size: 1.5em;
	padding-left: 35px ;
	padding-right: 35px ;
	margin-top: 6px;
	line-height: 60px;
	color: #fff;
}

.logo-block{
	width: 140px;
	height:65px;
	margin-bottom:  5px;
	}



.centered{
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);

}


.textCenter{
	  	text-align: center;
  	    line-height: 50px;
}

.textContainer {

padding-left: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  text-align: center;
	
}
 .textContainer h1{	

 	   	font-size: 3.5em;
   } 


#target {
  display: inline-block;
  vertical-align: center;
  white-space: no-wrap;
  height: 1em;
 	   	font-weight: 400;
  font-family: 'Patua One', serif;
} 


.bump{padding-top: 100px;}



li i{ color: #22AA08;}

i{line-height: inherit;}

.col-md-6 ul {
	display: inline-block;
	padding-left: 150px;

	}

.col-md-6 ul li{
	font-size: 2.0em;
	padding-top: 5px ;
	padding-bottom:5px ;

}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;


}

.startPageTitle{
	text-align: center;
	font-size: 15em;
	font-family: 'Patua One', serif;
	color: #fff;
	cursor: default;
}


.header{
	width: 100%;
	height: 500px;
	background-color: #333;
	background-image: linear-gradient( rgba(51,51,51,0.5) 0%, rgba(51,51,51,0.75) 100% ), url(images/logo.jpg);
	background-position:  cover  cover;
	background-size:  100% ;
	color: #fff;

}

.header h1{font-size: 5em;}

.page{width: 100%;


}

.page p, li{ 
	font-size: 1.5em;
	font-family: "Lato", serif;
	font-size: 400;
}
.page h1{ 
	font-size: 3.5em;
	font-family: "Patua One", serif;
	}


.bg-gradient{
	background-image:
	radial-gradient(
      circle at 50%  50%, 

      #BCE3F4,
      #A8CBDA
    );
}

.bg-gradient2{
	background-image:
	radial-gradient(
      circle at 50%  50%, 

      #BCE3F4,
      #8BA8B4 
 


    );
}

.boxbox {	padding-top: 50px; padding-bottom: 50px;}

.pTwo{ 
	color: #fff;
	height: 600px;
	box-shadow: 0 5px 5px -5px #333,  0 -5px 5px -5px #333;
		background-position:  center center;
	background-image: linear-gradient( rgba(51,51,51,0.5) 0%, rgba(51,51,51,0.75) 100% ), url(images/4VTDQ367MU.jpg);
/*	background-image:
radial-gradient(
      circle at 50%  -140%, 

      #fff,
      #C40A6F, 
      #A900AD,
      #8D0AC4
    );*/
}

.pFour{
		color: #fff;
		font-size: 1.5em;
		box-shadow: 0 5px 5px -5px #333,  0 -5px 5px -5px #333;
		background-image:linear-gradient( rgba(10,10,10,0.5) 0%, rgba(10,10,10,0.75) 100% ),  url(images/picjumbo.com_HNCK3576.jpg);
		height: 500px;


/*		background-color: #04ED82;*/
/*	background-image:
	radial-gradient(
      circle at 50%  -140%, 

      #fff,
      #0890AA, 
      #005593,
      #083BAA
    );*/
}
a .buttons{color: #fff;}

a .buttons:hover {color: #333;}


.buttons:hover{
	  background-image:
    radial-gradient(
      circle ,
      #7D7F7C,
      #7D7F7C
    );
	background-color: #7D7F7C;
	border: #ccc solid 2px;

}


.buttons{	
	transition: .5s ease; 
	font-size: 1.5em;
    line-height: 65px;
    background-color: #333;
	text-align:center;
	border: #333 solid 2px;
	border-radius: 100px;

}



.footer-basic-centered{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal;

	padding: 45px;

}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
	font-family: sans-serif;
	font-size: 18px;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}