	body {
		font-family: 'Nunito', sans-serif;
		overflow-x: hidden
	}

	#recept {
	 	background-color: #f41;
	  	color: white;
		text-align: center
	}	
	
	#list { 
		list-style-type: none; 
		margin: 0px;
		padding-left: 10px
	}
	
	#list li {
		padding: 2px
	}
	
	#list li li{
		display: none;
	}
	
	#list a {
		font-size: 24px
	}
	
	#list a:hover {
		background-color: #f00;
		color:#fff;
		text-decoration: none;
		padding-right: 25px 
	}
	
	#menu {
		font-size: 30px;
		padding-left:12px
	}
	
	#topBtn {
		display: none; 
		position: fixed;
		bottom: 20px;
		right: 30px;
		z-index: 100;
		font-size: 18px;
		border: none;
		outline: none;
		background-color: #aaa;
		color: white;
		cursor: pointer;
		padding: 15px;
		border-radius: 4px;
		opacity: 0.5
	}
	
	#topBtn:hover {
		background-color: #444;
		opacity: 1
	}
	
	.btn-send {
		background-color: #fedf0f
	}
	
	.modal-dialog {
		background-color: white
	}
	
	.breadcrumb {
		background-color:#ffd900
	}

	ul.breadcrumb {
		padding: 10px 16px
	}
	
	ul.breadcrumb li {
		padding:8px
	}
	
	.carousel-caption {
		color: black;
		background-color: white;
		opacity: 0.6
	}
	
	.rowtwo {
		background-color: #ffe26a;
	}
	
	h3 {
		margin-top: 15px;
		margin-bottom:0px
	}
	
	img {
		width: 100%
	}

	a {
		color: #f22
	}

	a:hover {
		color: #f22;
		text-decoration: underline
	}

	a:visited {
		color:#e52d00
	}
	
	/*styling icons*/
	i {
		display: inline-block;
		padding-left: 10px
	}
	.fa-facebook {
		color: #f22;
		font-size: 35px
	}

	.fa-facebook:hover {
		color: #1029ce
	}

	.fa-twitter {
		color: #f22;
		font-size: 35px
	}
	
	.fa-twitter:hover {
		color: #007bff
	}
	
	.fa-vine {
		color: #f22;
		font-size: 35px
	}
	
	.fa-vine:hover {
		color:#04c499
	}
	
