/* ----------------------------------------------------
	 General styles
------------------------------------------------------- */



body {
	font-family: "DM Sans", sans-serif !important;
	
	background-color: white;
	background-image: url(../img/bg.webp);
	background-position: left top;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;
	
}

a {
    color: #4f4d47;
	text-decoration: none;
	-webkit-transition: all .35s; 
	transition: all .35s;
}

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


.wrapper {
  background: white;
  margin: 70px auto;
  width: 90%;
  max-width: 1250px;
  overflow: hidden;
  border: 6px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


img {
	max-width: 100%;	
	height: auto;
}


p {
	font-size: 1.1em;
    font-family: 'DM Sans', sans-serif;	
	color: #4f4d47;
	line-height: 1.7em;
	margin-top: 14px;
	margin-bottom: 20px;	
}


h1 {
    font-family: 'Qwigley', Helvetica, Sans-serif;	   
    font-size: 3em;
	font-weight: 600;
    color: #4f4d47;
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.7em;
}

h2 {	
    font-family: 'DM Sans', sans-serif;	
	
    font-size: 1em;
	font-weight: 200;
	color: #4f4d47;
	margin-top: 40px;
	margin-bottom: 34px;
	text-align: center;
	line-height: 1.7em;
	padding-left: 150px;
	padding-right: 150px;
}


h3 {
    font-family: 'DM Sans', sans-serif;	
    font-size: 1em;
	font-weight: 200;
	color: #4f4d47;
	margin-top: 14px;
	margin-bottom: 14px;
	text-align: left;
	line-height: 1.7em;
}


h4 {
	font-family: 'DM Sans', sans-serif;	
    font-size: 1em;
	font-weight: 200;
	color: #4f4d47;
	margin-top: 16px;
	margin-bottom: 14px;
	text-align: left;
	line-height: 1.7em;
}


.heading-inner {
    font-family: 'Qwigley', Helvetica, Sans-serif;	   
    font-size: 3em;
	font-weight: 600;
    color: #4f4d47;
	margin-top: 16px;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.7em;
}


.hr {
	border-bottom: 2px solid #4f4d47;
	display: block;
	width: 14px;
	margin: auto;
	margin-bottom: 20px;
}


.media, .media-heading {
	font-size: 1em;
}

.media .text-primary {
    color: #4f4d47;
}

.media, p {
	font-size: 1em;
    font-family: 'DM Sans', sans-serif;	
	font-weight: 200;
	color: #4f4d47;
	line-height: 1.7em;
	margin-top: 14px;
	margin-bottom: 20px;	
}



/* ----------------------------------------------------
	 Navigation et logo styles
------------------------------------------------------- */


.brand {
	display: none;
}

.navbar-default .navbar-brand {
    padding: 10px 12px 14px;
    text-align: center;
    font-family: 'Qwigley', Helvetica, Sans-serif;		
	font-size: 2.4em;
    line-height: normal;
    color: #4f4d47;
	text-transform: capitalize;
	margin-top: 38px;
}

.navbar-default .navbar-brand .title {
    display: block;
    padding: 10px 0 45px;
    text-align: center;
    font-size: 0.3em;
    font-weight: 200;
	color: #4f4d47;
	font-family: 'DM Sans', sans-serif;	
	
}


.navbar-nav {
    
    font-weight: 200;
}

.navbar-default {
	background-color: transparent !important;
}

.navbar-toggle {
    margin-top: 30px;
	border: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee;
    border-color: transparent;
}

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

.brand {
    display: inherit;
    margin: 0;
    padding: 30px 0 14px;
    text-align: center;
    font-family: 'Qwigley', Helvetica, Sans-serif;
	font-size: 4.1em;
    line-height: normal;
    color: #4f4d47;
    text-transform: capitalize;
}


.brand .title {
    display: block;
    padding: 10px 0 27px;
    text-align: center;
    font-size: 0.3em;
    font-weight: 200;
	color: #303030;
	font-family: 'DM Sans', sans-serif;	
	
}

.navbar {
    border-radius: 0; 
    min-height: 0;
}


.navbar-header {
    display: none;
}

.navbar-default {
    border: none;
    background: #fff;
    margin-top: 7px;
	padding-bottom: 12px;
}
	
.navbar-default .navbar-nav>li>a {
	color: #303030;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.1em;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
/*
.navbar-default .navbar-nav>li>a:hover {
	color: #292929;
}*/

.nav>li>a {
    padding: 20px;
}
/*
.navbar-nav>li>a {
    line-height: normal;
}*/

.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;
}
/*
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
	background-color: transparent;
}*/
a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #A6A6A6;
  width: 0%;
  transition: width 0.3s ease;
}

a:hover::after {
  width: 100%;
  animation: heartbeat116 1.5s ease-in-out 0.3s infinite;
}

@keyframes heartbeat116 {
  0%, 100% {
    width: 100%;
  }
  50% {
    width: 60%;
  }
}

}


/* ----------------------------------------------------
	 Boutons styles
------------------------------------------------------- */


.btn {
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 15px;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 200;
	letter-spacing: 0.2em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-bottom: 10px;
	margin-top: 10px;
}

.home-btn,
.box-home a {
	color: #4f4d47;
	background-color: transparent;
    border: 1px solid #dadada;
	font-size: 14px;
	text-decoration: none;
  	position: relative;
  	overflow: hidden;
}

.home-btn:hover {
    color: #4f4d47;
	background-color: #e0e0e0;
	border: 1px solid #dadada;	
}

.box-home a:hover {
    color: #4f4d47;
	background-color: #e0e0e0;
	border: 1px solid #dadada;	
}

/*
.home1-btn {
	color: #4f4d47;
	background-color: transparent;
    border: 1px solid #dadada;
	margin-top: 30px;
}


.home1-btn:hover {
    color: #4f4d47;
	background-color: transparent;
	border-color: #4f4d47;	
}

*/
/* ----------------------------------------------------
	 Accueil page styles
------------------------------------------------------- */


.main-image {
	margin-top: 20px;
	z-index:1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.box-home {
	color: #4f4d47;
	font-family: 'DM Sans', sans-serif;
	
	font-size: 1.1em;
 
	margin-top: 60px;
}


.photo-home {
	height: 250px;
	margin-top: 100px;
	margin-bottom: 30px;
	margin-left: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.text-left {
    font-family: 'DM Sans', sans-serif;
	
    font-size: 1em;
	color: #4f4d47;
	margin-top: 16px;
	margin-bottom: 14px;
	text-align: left;
	line-height: 1.5em;
	display: inline;
	font-weight: 200;
}

/*carré animation
.first .square {
    width: 200px;
    height: 200px;
    border: 15px solid white;
    position: absolute;
    top: 87px;
    right: 41px;
    z-index: 1;
}
	*/

.col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* ----------------------------------------------------
	 Mes Creations page styles
------------------------------------------------------- */


.margin-collection {
	margin-top: 30px;
}

.heading-c {
	font-family: 'DM Sans', sans-serif;
	
    font-size: 1em;
	font-weight: 200;
	color: #4f4d47;
	margin-top: 16px;
	margin-bottom: 45px;
	text-align: center;
	line-height: 1.7em;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 1em;
  font-weight: 200;
  margin-right: 10px;
  text-transform: lowercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  outline: none;
  border-radius: 0;
  color: #4f4d47;
  background-color: transparent; 
  border: 1px solid #dadada;

}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color: #4f4d47;
  background: #e0e0e0;
  border: 1px solid #dadada;
  box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0; 
  padding:0;
}

.figma {
	justify-content: center;
}
 /*test chatgpt*/

 
 .fancybox__caption {
	text-align: center;
  }
  
  .fancybox__caption a.btn {
	margin-top: 10px;
	padding: 8px 14px;
	background-color: transparent !important;
	color: #4f4d47;
	border: 1px solid #dadada;
	text-decoration: none;
	display: inline-block;
  }
  
  .fancybox__caption a.btn:hover {
	background-color: #e0e0e0;
  }
	

  .fancybox__content img {
	max-width: 90vw; /* max 90% largeur de la fenêtre */
	max-height: 90vh; /* max 90% hauteur de la fenêtre */
	height: auto;
	width: auto;
	object-fit: contain;
  }

  .fancybox__container {
	all: initial;
	font-family: sans-serif;
	z-index: 9999;
  }
  
  .fancybox__toolbar {
	display: flex !important;
	justify-content: flex-end;
	padding: 10px;
  }
  
  .fancybox__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: transparent;
	border: none;
	color: white;
	cursor: pointer;
  }
  
  .fancybox__button svg {
	width: 24px;
	height: 24px;
	fill: white;
	pointer-events: none;
  }
  

/* Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* transition initiale 0.8s */

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


.recent-work-wrap {
  position: relative;
}


.recent-work-wrap img {
  max-width: 100%;
}

.recent-work-wrap .recent-work-inner {
  top: 0;
  background: transparent;
  opacity: 0.9;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap:hover .overlay {
  opacity: 0.7;
   -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.grid {
	position: relative;
	list-style: none;
	text-align: center;
	margin-top: 40px;
}


.grid figure {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 200;
    font-family: 'DM Sans', sans-serif;
	
}

.grid figure h2 span {
	font-weight: 200;
	margin-left: 10px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 1em;
	color: white;
	text-align: center;
}

figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #cdcccc 0%,#474747 100%);
	background: linear-gradient(-45deg, #cdcccc 0%,#474747 100%);
}

figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h2,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border-top: 1px solid #fff;
	color: white;
}

figure.effect-moses h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	font-size: 1.6em;
}

figure.effect-moses p {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-size: 0.9em;
}

figure.effect-moses:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}


.portfolio-link {
  list-style: none outside none;
  /* margin: 0 0 40px 0; */
  margin: auto;
  padding: 20px;
}

.portfolio-link > li {
  display: inline-block;
  
}

.portfolio-link > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 1em;
  font-weight: 200;
  margin-right: 10px;
  text-transform: lowercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  outline: none;
  border-radius: 0;
  color: #4f4d47;
  background-color: transparent;
  border: 1px solid #dadada;
  
}

.portfolio-link > li a:hover,
.portfolio-link > li a.active{
  color: #4f4d47;
  background: #e0e0e0;
  border: 1px solid #dadada;
  box-shadow: none;
}





/*---------------------------------------------------
	CV page styles
---------------------------------------------------*/

.margin-resume {
	margin-top: 40px;
	margin-bottom: -20px;
}

.desc {
	padding-top: 25px;
}

.desc p {
	color: #2f2f2f;
}

.desc .e-heading {
    color: #015532;
	font-weight: 300;
	text-transform: none;
	font-size: 1em;
}


.more {
	color: #2f2f2f;
	line-height: 1.6em;
}


.date {
	font-size: 0.8em;
	text-transform: uppercase;
}


.line-symbol {
    padding: 0;
    border: none;
    border-top: 1px solid #DADADA;
    color: #A3A3A3;
    text-align: center;
	width: 83%;
	margin: 0 auto;
	background: transparent;
	margin-top: 23px;
}

.line-symbol:after {
    /* content: "curriculum vitae"; */
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.1em;
    padding: 0 0.25em;
    background: white;
    font-family: 'Qwigley', Helvetica, Sans-serif;	   
}

.btn-download {
	display: flex;
	align-items: center;
	height: 50px;
}

.download {
	margin: 0 auto;
}



/* ----------------------------------------------------
	 Dessins page styles
------------------------------------------------------- */


.margin-news {
	margin-top: 30px;
	text-align: center;
}


.holder {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 6px;
	margin-top: 40px;
}

.holder p {
	font-size: 1.1em;
    font-family: 'DM Sans', sans-serif;	
	color: #4f4d47;
	line-height: 1.7em;
	margin-top: 14px;
	margin-bottom: 20px;
}

h5 {
    font-size: 1.1em;
	font-weight: 600;
    color: #4f4d47;
	margin-top: 50px;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	
	line-height: 1.7em;
}


h5 .date {
    font-size: 1em;
	font-weight: 200;
    color: #015532;
	margin-top: 15px;
	margin-bottom: 14px;
	text-align: center;
	line-height: 1.7em;
	display: block;
	font-family: 'DM Sans', sans-serif;	
	
}



.photo-dessins {
	height: 700px;
	margin-top: 13px;
	margin-bottom: 26px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


/* ----------------------------------------------------
	 Contact page styles
------------------------------------------------------- */


.margin-contact {
	margin-top: -32px;
}

.box-contact {
	font-family: 'DM Sans', sans-serif;
	
    /* border-top: 1px solid #dddddd; */
	margin-top: 40px;
}

#contact-area {
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 64%;
	margin: 0px 0px 10px 0px;
	border: 2px solid #dadada;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-left: 116px;
	color: #4f4d47;
	background-color: transparent;
    border: 2px solid #dadada;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
	color: #4f4d47;
}

h6 {
    font-size: 1em;
	font-weight: 200;
    color: #4f4d47;
	margin-top: 50px;
	text-align: left;
	font-family: 'DM Sans', sans-serif;
	
	line-height: 1.7em;
	margin-left: 0px;
	padding-bottom: 24px;
}

h6 span {
	font-weight: 200;
    color: #4f4d47;
	margin-top: 10px;
	text-align: left;
	font-family: 'DM Sans', sans-serif;
	
	line-height: 1.7em;
	display: block;
}

.photo-contact {
	margin-top: 59px;
	margin-bottom: 70px;
	margin-left: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#map { 
	height: 360px; 
	width: 80%;
	margin:0 auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* ----------------------------------------------------
	Confirmation envoi formulaire
------------------------------------------------------- */

.card{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 800px;
	margin: auto;
	text-align: center;
  }

.container-card{
	background: #F3F0F0;
	padding-bottom: 1%;
  }
.title{
	color: #303030;
	font-size: 25px;
	text-align: center;
  }


/* ----------------------------------------------------
	 Footer
------------------------------------------------------- */


.footer {
	color: #4f4d47;
	font-family: 'DM Sans', sans-serif;
	
	font-size: 1.1em;
    border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
    margin-top: 54px;
	margin-bottom: 72px;
}

.footer h5 {
    font-size: 2em;
	font-weight: 200;
	color: #4f4d47;
	margin-top: 18px;
	padding-bottom: 12px;
	text-align: center;
}

.footer h5 .icon1 {
	margin-left: 12px;
	}

/* ----------------------------------------------------
	 Responsive styles
------------------------------------------------------- */

@media screen and (max-width:1280px) {

.box-home {
	margin-top: 97px;
}

.portfolio-items, 
.portfolio-filter {
  margin: 0 53px 40px 0;
  padding: 0;
}

}


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

.box-home {
	margin-top: 70px;
}

.photo-home {
	margin-top: 80px;
}

.portfolio-items, 
.portfolio-filter {
  margin: 0 87px 40px 0;
  padding: 0;
}

#contact-area input.submit-button {
	margin-left: 0;
}

h6 {
	margin-left: 0;
}

.first .square {
  width: 150px;
  height: 150px;
  border: 15px solid white;
  position: absolute;
  top: 100px;
  right: 27px;
  z-index: 1;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 0.7em;
	color: white;
	text-align: center;
}

}

@media screen and (max-width:800px) {

.col-xs-offset-3, .col-xs-offset-1 {
	margin-left: 0;
}
	
.photo-home {
	margin-left: 0;
}

.photo-about {
	margin-left: 0;
}

.photo-contact {
	margin-left: 0;
}



.box-home {
	margin-top: 60px;
}

.portfolio-items, 
.portfolio-filter {
  margin: 0 68px 40px 0;
  padding: 0;
}


.margin-about, .margin-collection, .margin-resume, .margin-news, .margin-contact {
	margin-top: 64px;
}

#contact-area input, #contact-area textarea {
	width: 70%;
}

#contact-area input.submit-button {
	margin-left: 118px;
}

h6 {
	margin-left: 116px;
}

.first .square {
	display: none;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 0.9em;
	color: white;
	text-align: center;
}


}


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

.portfolio-items, 
.portfolio-filter {
  margin: 0 95px 40px 0;
  padding: 0;
}

.heading-services {
    font-size: 1.4em;
	font-weight: 600;
    color: #4f4d47;
	margin-top: 10px;
	text-align: center;
	font-family: 'DM Sans', sans-serif;
	
	line-height: 1.7em;
	margin: 0 auto;
	background-color: #dadada;
	padding: 15px;
	width: 90%;
}

.photo-services {
	margin-top: 13px;
	margin-bottom: 29px;
}

.margin-services p {
	margin-bottom: 44px;
}

.photo-dessins { 
	height: auto;
}

.nav>li>a {
    padding: 14px;
}

}

@media screen and (max-width:600px) {

.navbar {
    border: none !important;
}

.resp{
	margin-top: 24px;
}

.navbar-toggle {
    margin-top: 78px;
	border: none;
}

.portfolio-items, 
.portfolio-filter {
  margin: 0 0 40px 0;
  padding: 0;
}

.heading-collections {
	margin-top: 42px;
}


}


@media screen and (max-width:480px) {
	
h2 {
	padding-left: 40px;
	padding-right: 40px;
}


#contact-area input.submit-button {
	margin-left: 50px;
}


h6 {
	margin-left: 0;
}

.photo-about {
	margin-top: 20px;
	margin-bottom: 4px;
	margin-left: 5px;
}

}

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

.grid figure p {
	display:  none;
}

.first-s .square {
	display: none;
}

.heading-services {
    font-size: 1.1em;
}

}