@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body{
font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size:18px;
  background: #040404;
	color:#f1f1f1;
}

/* GDPR Popup Styles */
    #cookiePopup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      right: 20px;
		width:40vw;
      background: #38455ee8;
      /*border: 1px solid #ccc;*/
      border-radius: 0;
      padding: 15px;
	  color:#fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      display: none;
      z-index: 1000;
    }
    #cookiePopup p {
      margin: 0 0 10px;
		font-size:15px;
    }
    #acceptCookies {
      background: #110d0a;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 0;
      cursor: pointer;
    }
	#acceptCookies img {
    padding-right: 4px;
	}
    #acceptCookies:hover {
      background: #45a049;
    }
h1 {
    font-weight: 300 !important;
	line-height:1.3;
	letter-spacing:-0.5px;
}
h2 {
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: -0.5px;
    font-size: 60px;
}
h3 {
    font-weight: 400 !important;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-size: 20px;
}
p {
	font-size:18px;
	line-height:1.3;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
	color:#fff;
}
a:focus, a:hover, a:active{
	text-decoration: none;
	outline:0;
}
 h5 {
	color: #808080;
    font-size: 17px;
	line-height:1;
}
#maincontent {
    height: calc(100vh - 260px);
	position:relative;
    overflow: hidden;
}
.housesupplies, .electriciansupplies{
    position: relative;
    overflow: hidden;
}
.textcontent {
    position: relative;
    z-index: 3;
	margin:20px;
}
video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
	filter: brightness(0.5);
}
.logo{
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	padding: 30px 10px;
}
.logo img{
	max-width: 530px;
	width:100%;
	margin: 0 auto 10px;
}

#footer{
	margin-top:80px;
	text-align:center;
}
#footer h3{
	color: #dae9f6;
}
#footer .contactinfo {
	color: #aeceff;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
.copyright {
	text-align:center;
    margin-top: 70px;
    color: #f5f5f5;
    font-size: 16px;
    padding: 0 10px;
}
.degignedby {
	text-align:center;
    margin: 15px 0;
    color: #808080;
    font-size: 14px;
    padding: 0 10px;
}
.degignedby a{color: #808080;}
button.btn.btn-primary {
	border: 0;
    border-radius: 0;
    padding: 12px 25px;
    font-size: 18px;
    background: #eee;
    box-shadow: 0px 3px 60px #6192c8;
}
.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #ffffff21 !important;
}
@media (min-width: 1025px) {
	.info,
	.contact-info {
		width: 75vw;
	}
}
@media (max-width: 1024px) {
	img.logo {max-width:70vw;}
	#cookiePopup {width:80vw;}
	h2 {font-size: 40px;}
	#maincontent { height: calc(100vh - 220px);}
	.housesupplies, .electriciansupplies {height: calc(50vh - 110px);}
}
@media (max-width: 768px) {
	.border-end {border-right: 0 !important;}
	h3 {display: none; }
}
