@charset "UTF-8";
@import url("webfonts/Campton_Book/stylesheet.css");
@import url("webfonts/Campton_Light/stylesheet.css");
@import url("webfonts/Campton_Medium/stylesheet.css");
@import url("webfonts/Campton_SemiBold/stylesheet.css");
@import url("webfonts/Campton_Bold/stylesheet.css");
@import url("webfonts/ProtoGrotesk_Bold/stylesheet.css");
@import url("webfonts/ProtoGrotesk_ExtraLight/stylesheet.css");
@import url("webfonts/ProtoGrotesk_Light/stylesheet.css");
@import url("webfonts/ProtoGrotesk_Regular/stylesheet.css");
@import url("webfonts/Ogg_Italic/stylesheet.css");
@import url("webfonts/Ogg_Roman/stylesheet.css");








body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family:"Campton Book"sans-serif;
  color: #000000;
	  -webkit-font-smoothing: antialiased;

}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:#B8E7FC; /* Set a background color */
  color:#394492; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #F2BCBC; /* Add a dark-grey background on hover */
}

body{
    background-color: #F4F4F4;
    font-family: inherit;
    font-family:"Campton Light";
	width: 100%;
	
}


.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: none;
  cursor: pointer;
	background:#F4F4F4;
}

button:hover, .button:hover {
  border-color: #cdd;
}






a {
  
  line-height: 1.1;
  text-decoration: none;
	color: white;

}
 a:hover {
  color: #FF1551;
}

p{
	
 	font-family:"ProtoGrotesk Light";
	font-size: 1em;
}


h1 {
    font-family:'Ogg Roman';
    font-size: 2em;
	line-height: 1.1;
	color: white;
}


h2 {
	
	font-family: "ProtoGrotesk ExtraLight";
	font-size: 1.7em;	
}

h3 {
	
	font-family: "ProtoGrotesk ExtraLight";
	font-size: 1.3em;	
	
}


label{
	
	font-family: 'ProtoGrotesk Regular';
	font-size: 1.2em;	
	
}




.maincontainer {
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width:100%; 
	
    
}


header{
	
	grid-column: 1/5;
	background-image:url("images/fourcolorsBacground.svg");
	height: 50px;
	background-repeat: no-repeat;
	background-size:cover;
	display: flex;
  	justify-content: center;
  	align-items: center;
	
}




.label {
	grid-column: 1/5;
	background-color: black;
	display: flex;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	height: 200px;
	flex-wrap:nowrap;
	text-align: center;
	
}

.label2 {
	grid-column: 1/5;
	background-color: black;
	display: flex;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	height: 80px;
	flex-wrap:nowrap;
	text-align: center;
	margin-bottom: 25px;

}

main{
	margin-top: 25px;
	margin-bottom: 25px;
	grid-column: 2/4;
	text-align: left;
	
}

.label p{
	
	color: white;
}

.label h3{
	
	color: white;
}

.label2 h1{
	font-size: 1em;
	color: white;
}


form{
	
	text-align: center;
	width: 100%;
	
}

textarea{
	
	background:#F4F4F4;
	border: solid #000000 1px;
	width: 100%;
	padding: 4px;
	margin-bottom: 30px;
	border-radius: 0px;
}


input{
	
	background:#F4F4F4;
	border: none;
	border-bottom: solid #000000 1px;
	width: 100%;
	padding: 4px;
	margin-bottom: 30px;
	border-radius: 0px;
}

textarea:focus, input:focus{
    outline: none;
}





footer{
	
	
	grid-column: 1/5;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #000000;
}


footer p  {
	
	color: white;
	font-size: .8em;
}


footer span  {
	
	color: white;
	font-weight: 700;
	
}

footer h1  {
	
	color: white;
	font-family: "Ogg Roman";
	font-size: 3em;
	
}



.portafolioBtnfooter{
	
	grid-column: 2/4;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
}


.socialMedia {
	
	width: 100%;
	display: flex;
	justify-content:space-around;
	padding-bottom: 50px;
	padding-top: 50px;
}











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


	.maincontainer {
	
	display: grid;
	grid-template-columns: 1fr ;
	width:100%; 
		
	
    
}


header{
	
	grid-column: 1/2;
	background-image:url("images/fourcolorsBacground.svg");
	height: 30px;
	background-repeat: no-repeat;
	background-size:cover;
	display: flex;
  	justify-content: center;
  	align-items: center;
	
}




.label {
		grid-column: 1/5;
	background-color: black;
	display: flex;
	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	height: 200px;
	flex-wrap:nowrap;
	text-align: center;
	padding-left: 10px;
		padding-right: 10px;
	
}

main{
	margin-top: 25px;
	margin-bottom: 85px;
	grid-column: 1/2;
	text-align: left;
	padding-left: 10px;
		padding-right: 20px;
	

	
	
}

.label p{
	
	color: white;
}

.label h3{
	
	color: white;
}


form{
	
	text-align: center;
	width: 100%;
	margin: 0px;
	
	
}
	
.label{
		width: 100%;
		margin: 0px;
	}
	
.label2 {
	
	width: 100%;
	margin: 0px;
	margin-bottom: 25px;
	
}

textarea{
	
	background:#F4F4F4;
	border: solid #000000 1px;
	width: 100%;
	padding: 4px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}


input{
	
	background:#F4F4F4;
	border: none;
	border-bottom: solid #000000 1px;
	width: 100%;
	padding: 4px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
}

textarea:focus, input:focus{
    outline: none;
}



	
	

footer{
	
	
	grid-column: 1/2;
	display: grid;
	grid-template-columns: 1fr;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color:#000000;
}


footer p  {
	
	color: white;
	font-size: .8em;
}


footer span  {
	
	color: white;
	font-weight: 700;
	
}

footer h1  {
	
	color: white;
	font-family: "Ogg Roman";
	font-size: 3em;
	
}




.portafolioBtnfooter{
	
	grid-column: 1/2;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
}







	
	
	
	
	
}












