html,body{
	background-color:#c0c0c0;
	background-image: url(pics/backgrounds/vecteezy_realistic-black-triangle-vector-background-lines-pattern_8791385.svg);
	/* background-image: url(pics/backgrounds/vecteezy_white-background-design-with-halftones_14829637.svg); */
	/* background-size:100%; */
}


/* ----- HEADER ----- */
div.header{
	padding-top:20px;
}

div.header_boundary{
	position:relative;
	border-radius:5px 5px 0px 0px ;
	border:1px solid #ffcc00;
	border-bottom:2px solid #ffcc00;
}

div.header .container:first-child{
	background-color:white;
	background-color:#111;
	padding:20px;
	color:white;
	
}
div.header .logo{
	max-width:280px;
	border:0px solid blue;
}

div.header .logo img{
	max-height:8vh;
}

div.header div.title{
	border:0px solid red;
	color: #ffcc00;
}

div.header .phone{
	border:0px solid green;
	color:white;
	max-width:150px;
}
div.header .phone a{
	color:white;
	text-decoration:none;
}
div.header .phone_number{
	position:absolute;
	top:20px;
	right:20px;
	font-size:1.3rem;
	min-width:150px;
	
}

/* ----- BODY ----- */
div.body{

}
div.body .container:first-child{
	background-color:white;
	padding-top:3vh;
	padding-bottom:3vh;
	border:1px solid #ffcc00;
}



/* ----- FOOTER ----- */
div.footer{
	color:white;
}

.footer_contact a{
	color:white;
	text-decoration:none;
	padding:20px;
}
div.footer .container:first-child{
	background-color:#222;
	border-radius:0px 0px 5px 5px;
	padding:20px;
	border:1px solid #ffcc00;
}