html {
  
}

#body {    
font-size: 16px; font-family: Roboto, 'sans-serif'; 
background: url(/images/bk-orange-metal.png);
/*background-color: #fc8F32;background: rgb(252,143,50);*/
/*background: linear-gradient(180deg, rgba(252,143,50,1) 0%, rgba(255,178,95,1) 100%);*/
}

a {color: #2a69a1;}

/*
#boby {
font-size: 16px; font-family: Roboto, 'sans-serif'; 
background: rgb(252,143,50);
background: url("/images/metal-background.png"), linear-gradient(180deg, rgba(252,143,50,1) 0%, rgba(255,178,95,1) 100%);
background-blend-mode: overlay;
}
*/

section {background:url("/images/bk-orange-metal.png"); padding: 25px 0;}
#container-footer {padding: 45px 0;}
#container-footer p {font-weight: bold;}
#container-footer .fontAwesome {font-size: 3em; padding-bottom: 45px;}
#container-footer .fontAwesome .fas, #container-footer .fontAwesome .fab {padding-right: 20px; color: #435160;}

a.contactLink {margin: 0 25px;}

h1.home {display: none;}

.home-logo {text-align: center; margin: 0 0 45px 0;}
.home-logo img {}

.content-list {margin: 0 0 30px 0;}
.content-services {border-radius: 10px; /*background-color: #452a0e; */
background: rgb(69,42,14);
background: linear-gradient(180deg, rgba(69,42,14,1) 10%, rgba(120,96,72,1) 100%);
color: white; padding: 15px; border: 3px solid #fefefe; margin: 0 auto; width:75%}
.content-services h3 {font-family: 'Carter One', cursive; text-align: center; width: 75%; margin: 0 auto 13px;}
.content-services ul {margin: 0 auto; width: fit-content; font-size: 1.2em;}


.text-responsive { font-size: calc(100% + 1vw + 1vh);}

@media screen and (max-device-width: 415px)  
	{
		.home-logo img {max-width: 85%;}
		.content-services {width: 93%}
	}


@media screen and (min-device-width: 416px)  
	{
		.home-logo img {max-width: 40%;}
		.container-main-bucket {border-radius: 10px; padding-top: 20px;}
	}

@media (min-width: 576px)
	{

	}
