#name{
    margin: 2.5em auto 0px auto;
    width: 96%;
}
img.logo2_img {
	width: 100%;
}
.divider{
		background-color: #B1A75E;
		border-radius: 4px;
		height: 20px;
		width: 100%;
		margin: 1em auto 0em auto;
}

div.insert_holder {
  background-image: linear-gradient(#8188BC, #7E7743);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 0px auto 20px auto;
/*	padding: 7px; */
	width: 100%;
}
div.insert_holder_r {
  background-image: linear-gradient(#8188BC, #7E7743);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 0px auto 20px auto;
/*	padding: 7px; */
	width: 100%;
}

div.one_third_insert {
	height: 100%;
	margin: 2em auto 0em auto;
	padding: .25em;
	width:100%;
}
div.two_thirds_insert {
	height: 100%;
	margin: 2em auto 0em auto;
    padding: .25empx;
    width: 100%;
}
#text_btn {
    background-color: #fe4e01;
    border-radius: 8px;
    color: #ffffff;
    font-size: 3.5em;
    font-weight: bold;
    margin: 2em auto 2rem auto;
    padding:  0.5em;
    text-align: center;
    width: 90%;
}
#bot_fone{
	color: #8B9E8F;
	clear: both;
	font-size: 1.75em;
	margin-bottom: 0px;
	margin-top: 40px;
	text-align: center;
	width: 100%;
}
#bot_email{
	color: #8B9E8F;
	clear: both;
	font-size: 1.10em;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
    text-decoration: none;	
	width: 100%;
}
#copyright {
	color: #FFFFFF;
	font-size: .625em;
	margin-bottom: 25px;
	text-align: center;
}


/*************** portfolio pg ******************/
#portfolio {
	background-color: #AB9AC9;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: auto;
	margin: 0px auto 20px auto;
	padding: 7px;
	width: 99%;
}
div.site_cap {
	margin: 20px auto 20px auto;
}
img.site_foto {
	margin: 0px auto 0px auto;
	width: 96%;
}

/*
#folio_endorsement {
	color: #000000;
	height: auto;
	width: 100%;
}
*/


#endorse_by {
  font-size: 1.5em;
  margin: 1.5em 2.0em 0.5em 0em;
  text-align: right;
}

/*************** about page pg ******************/
#insert_holder {
	background-image: linear-gradient(#8188BC, #FEF7C3);
	border-radius: 8px;
	border-radius: 8px;
	display:flex;
	flex-direction: column;
	height: auto;
	margin-top: 1.5em;
	font-size: 1.25em;
	width: 100%;
}

#insert_foto {
    height: 100%;
    margin: 1em auto 1em auto;
    width: 90%;
}
.about_img {
	width: 100%;
}
.about_img2 {
  width: 100%;
  margin: auto auto auto auto;
}
.insert_text {
	font-size: 1.5em;
    text-align: center;
}




/*tablets */	
@media screen and (min-width:702px) and (max-width: 1082px) {


/*************** portfolio pg ******************/ 
  #portfolio {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
  }
  div.site_cap {
    margin: 20px auto 20px auto;
    width: 32%;
  }
  img.site_foto {
    margin: 0px auto 0px auto;
    width: 100%;
  }
  

  .endorsement {
    flex-direction: row;
  }

/*************** about pg, services pg ******************/
div.insert_holder_r {
  background-image: linear-gradient(#8188BC, #7E7743);
  flex-direction: row-reverse;
  height: auto;
  margin: 0px auto 20px auto;
  padding: 7px;
  width: 99%;
}
  div.insert_holder {
    background-image: linear-gradient(#8188BC, #7E7743);
    flex-direction: row;
    height: auto;
    margin: 0 auto 1.5em auto;
    /* padding: 7px; */
    width: 99%;
 }
	div.one_third_insert {
		margin: 0em auto 0em auto;
		width: 30%;
	}
	div.two_thirds_insert {
		margin: 0em auto 0em auto;
		width: 60%;
	}	
  .insert_foto {
    height: inherit;
    flex-direction: column-reverse;
    margin: 1em;
    padding-bottom: 1em;
    width: 40%;
  }	
  .insert_text {
    flex-direction: column-reverse;
    height: max-content;
    /* margin-right: 1%; */
    padding-bottom: 1em;
    width: 75%;
    font-size: 1.25em;
    margin: auto auto auto auto;
  }
/*************** contact page pg ****************/
  #contact_email {
    font-size: 2.5em;
    font-weight: 600;
    margin: 2em auto 2em auto;
    text-align: center;
  }			
  #contact_fone {
    font-size: 2.5em;
    font-weight: 600;
    margin: 2em auto 2em auto;
    text-align: center;
  } 
  
}
/* laptops / desktops */
@media screen and (min-width:1083px)  {	

  #name{
    margin: 2.5em 0em 0em 0em;
    width: 40%;
  }


/*************** portfolio pg ******************/
  #portfolio {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto 0px auto;
  }
  div.site_cap {
    margin: 20px auto 20px auto;
    width: 32%;
  }
  img.site_foto {
    margin: 0px auto 0px auto;
    width: 100%;
  }



  /*		
  .endorsement {
    flex-direction: row;
  }
*/
  #endorse_by {
    font-size: 1.5em;
    margin: 1.5em auto 0.5em auto;
    text-align: center;
  }

/*************** about page pg ******************/
  div.insert_holder {
    background-image: linear-gradient(#8188BC, #7E7743);
    flex-direction: row;
    height: auto;
    margin: 0px auto 20px auto;
    padding: 7px;
    width: 99%;
  }
  div.insert_holder_r {
    background-image: linear-gradient(#8188BC, #7E7743);
    flex-direction: row-reverse;
    height: auto;
    margin: 0px auto 20px auto;
    padding: 7px;
    width: 99%;
  }
  div.one_third_insert {
		margin: 0em auto 0em auto;
		width: 30%;
	}
	div.two_thirds_insert {
		margin: 0em auto 0em auto;
		width: 60%;
	}	
  .insert_foto {
    height: inherit;
    margin: auto auto auto auto;
    padding-bottom: 1em;
    width: 31%;
  }	
  .insert_text {
    font-size: 1.25em;
    height: max-content;
    margin: auto auto auto auto;
    width: 49%;
  }   

}