/* Create a sticky/fixed navbar */
#navbar {
  overflow: hidden;
  /*background-color: #f1f1f1;*/
  background-color: #ffffff;
  padding: 40px 0px 20px 0px; /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navbar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 99; 
}

/* Style the navbar links */
#navbar a {
  /* float: left; */
  color: gray;
  font-family: 'Poiret One', cursive;
  /*font-weight: bold;*/
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 22px; 
  line-height: 25px;
  border-radius: 4px;
}

#navbar img {
	height: 83px;
}

/* Style the logo */
#navbar #logo {
  /*font-size: 35px;
  font-weight: bold;*/
  padding: 0px;
  transition: 0.4s;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Display some links to the right */
#navbar-center {
   display: flex;
   justify-content: center;
}

#navbar-center a{
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

/* Links on mouse-over */
#navbar-center a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link */
#navbar-center a.active {
  background-color: dodgerblue;
  color: white;
}

:target:before {
    content: "";
    display: block;
    height: 220px;
    margin: -220px 0 0;
}

.content div.image{
	background: no-repeat center url("flower.jpg");
	background-size: 60%;
	height: 469px;
	width: 50%;
}

.background{
  background-image: url("business.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.logos-client{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items: center;
}

.content.one{
	margin-top: 200px;
}
.content{
  margin-left:20%;
  margin-right:20%;
  padding:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*background: rgba(255,255,255,0.5);*/
}

.client{
	display:flex;
	flex-direction: row;
}

.info-client{
	padding: 1rem;
}

/* .row{
	display:flex;
	flex-direction: row;
} */

.content img{
	margin: .5rem;
	width: 10rem;
	height: 10rem;
}

.content div.full{
  max-width: 100%;
  text-align: left;
  background: rgba(250,250,250,1);
  margin: .25rem;
  padding: 30px;
}

.content.withImg{
	flex-direction:row;
}

.content div.withImg{
	width:50%;
}

body{
	font-family: 'Nunito Sans', sans-serif;
	background-color: #8E9FBC;
	font-size: 18px;
	margin:0;
}

html {
  scroll-behavior: smooth;
}

h1 {
	/* font-family: 'Playfair Display', serif; */
	font-family: 'Poiret One', cursive;
	/* font-weight: bold; */
	text-align: center;
	font-weight: lighter;
}

h2{
	font-family: 'Poiret One', italic;
	text-align: center;
	font-size:12px;
	color:#7f86a3;
	margin-top: none;
}

p{
	text-align:justify;
}

span.line{
	display: block;
  border: none;
  color: white;
  height: 2px;
	background-image: radial-gradient(circle, #6698c3, #96afd3, #bec8e1, #e1e2f0, #ffffff);
}

span.line2{
	display: block;
  border: none;
  color: white;
  height: 2px;
	background-image: radial-gradient(circle, #ffffff, #e1e2f0, #bec8e1, #96afd3, #6698c3);
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 1024px) {
  #navbar {
    padding: 20px 10px;	/* Use !important to make sure that JavaScript doesn't override the padding on small screens */
	overflow: hidden;
	  /*background-color: #f1f1f1;*/
	  background-color: #ffffff;
	  transition: 0.4s; /* Adds a transition effect when the padding is decreased */
	  position: fixed; /* Sticky/fixed navbar */
	  width: 100%;
	  top: 0; /* At the top */
	  z-index: 99; 
  }
  
  #navbar a {
    float: none;
    display: block;
    text-align: left;
	color: gray;
  font-family: 'Poiret One', cursive;
  /*font-weight: bold;*/
  padding: 10px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  }
  
  #navbar-right {
    float: none;
  }
  
  /* Style the logo */
#navbar #logo {
  /*font-size: 35px;
  font-weight: bold;*/
  padding: 0px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
}

/* Display some links to the right */
#navbar-center {
   display: flex;
   justify-content: center;
}

#navbar-center a{
	margin-left: 0;
	margin-right: 0;
}

/* Links on mouse-over */
#navbar-center a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link */
#navbar-center a.active {
  background-color: dodgerblue;
  color: white;
}

:target:before {
    content: "";
    display: block;
    height: 220px;
    margin: -220px 0 0;
}
  
  .content.withImg{
	flex-direction:column;
}
	.content div.withImg{
		width: unset;
		justify-content: center;
	}
	
	.content div.image{
	background: url("bag.jpg");
	height: 469px;
	width: 100%;
}

body{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
}

h1 {
	/* font-family: 'Playfair Display', serif; */
	font-family: 'Poiret One', cursive;
	/* font-weight: bold; */
	text-align: center;
	font-weight: lighter;
}

h2{
	font-family: 'Poiret One', italic;
	text-align: center;
	font-size:12px;
	color:#7f86a3;
	margin-top: none;
}

p{
	text-align:justify;
}

span.line{
	display: block;
  border: none;
  color: white;
  height: 2px;
	background-image: radial-gradient(circle, #f1e0ce, #fbe5df, #fcedf0, #fcf6fb, #ffffff);
}

span.line2{
	display: block;
	border: none;
	color: white;
	height: 2px;
	background-image: radial-gradient(circle, #ffffff, #fcf6fb, #fcedf0, #fbe5df, #f1e0ce);
}

.background{
  background-image: url("business.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
      width: 100%;
}

.logos-client{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items: center;
}

.content.one{
	margin-top: 200px;
}
.content{
  margin: .25rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*background: rgba(255,255,255,0.5);*/
}

.client{
	display:flex;
	flex-direction: row;
}

.info-client{
	padding: 1rem;
}

.content img{
	margin:.5rem;
	width: 10rem;
	height: 10rem;
}

.content div.full{
  max-width: 100%;
  text-align: left;
  background: rgba(250,250,250,1);
  margin: .25rem;
  padding: 30px;
}
	
}

