body {
    color: #ffffff;
    background-color: #A1BFDB;
	font-size: 1.1rem;
	font-family: Verdana;
}
.sub-section {
	background-color: #2C1A1A;
}

i.fa {
	margin-right: 5px;
}

a,a:visited,a:hover {
	color: #EB7D46;
}

header,
.navbar {
    background-color: #A1BFDB;
    text-transform: uppercase;
}

main {
    margin-top: 66px;
}
.orange {
	color: #EB7D46;
}
.green {
	color: #746A31;
}
.floating-img {
	max-width: 100%;
}
#homepage {
    background: url('../images/nour-lina-datteln-tron.jpg');
    background-size: cover;
	background-position: right;
    height: 400px;
	padding: 0;
}
.mw-100 {
	max-width: 100%;
}

h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.1rem;
}

#homepage h1 {
    letter-spacing: 0.05em;
    color: #7C3E21;
	font-size: 2.7rem;
	font-family: 'Sansita Swashed', cursive;
	text-shadow: 0px 2px 0px rgba(255,255,255);
    font-weight: 700;
}
#homepage h2 {
    color: #ffffff;
    font-size: 1.5rem;
	font-family: 'Sansita Swashed', cursive;
    text-shadow: 3px 3px 2px rgba(255,255,255,.2);
}
.section {
    padding: 30px 0;
}
article h3 {
	margin-bottom: 20px;
}
.img-shadow {
	box-shadow: 0 0 15px #ffffff;
}
.navbar-nav {
    padding-top: 10px;
}
.nav-link {
	font-weight: 600;
    font-size: 0.9rem;
    color: #7C3E21 !important;
    letter-spacing: 0.1rem;
}
.nav-link:hover,
.nav-link.active {
    /*color: #746A31 !important;EB7D46*/
	color: #EB7D46 !important;
}
.a-white,
.a-white:hover,
.a-white:visited  {
    color: #ffffff;
}

footer {
	background-color: #a52a2a;
	padding: 50px 0;
}

.fa-facebook-official, .fa-youtube-square {
    font-size: 48px;
    color: #ffffff;
}



/* Slideshow container */
.slideshow-container {
  	max-width: 1000px;
  	position: relative;
  	margin: auto;
	background:#fff;
}
/* Hide the images by default */
.mySlides {
  	display: none;
}
.mySlides img {
  	width: 100%;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	background:#746A31;
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
	h1, h2 {
		top: 110px;
	}
	.navbar-nav .nav-item {
		padding: 0 5px;
	}
	.navbar-nav .nav-item:not(:last-child) {
	   	border-right: 1px dotted #746A31;
	}
	.floating-img {
		float: right;	
		margin-left: 20px;
	}
	i.fa {
		margin-right: 0;
	}
	#homepage h1 {
		text-shadow: 3px 3px 2px rgba(255,255,255,.2);
		position:relative;
		padding-left: 40px;
		font-size: 2rem;
	}
	#homepage h2 {
		position:relative;
	    padding-left: 40px;
	    font-size: 1.2rem;
		text-shadow: none
	}
	.nav-link {
		padding-bottom: 0;
    	padding-top: 0;
	}
	.slideshow-container {
		width:400px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1024px) {

}
/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width : 320px) and (max-width : 480px) {

}


@media only screen and (min-width : 480px) and (max-width : 768px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {

}

.checkout-images-container {
	height: 300px;
	overflow: scroll;
}



