		body {
		  position: relative;
		}

		.navbar-dark .navbar-brand {
		  color: #fff !important;
		}

		#collapseEx2 .navbar-nav li a.active {
		  background: rgba(255, 255, 255, .25);
		}

		#home .view {
		  height: 100vh;
		}

		#home h1 {
			text-shadow: 1px 1px 5px grey;
			font-weight: bold;
		}

		#contact {
			padding-top: 20px;
			padding-bottom: 10px;
			text-align: center;
		}

		.full-bg-img {
			background: url("https://images.samsung.com/is/image/samsung/p5/semiconductor/support/customer-service/0-kv-customer-service-pc.jpg?$ORIGIN_JPG$");
		  color: #000;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

		.full-bg-img a {
		  color: #000;
			font-weight: bold;
		}

		.full-bg-img a:hover, .full-bg-img a:active {
			color: rgba(100,100,100,1);
			font-weight: bold;
		}

		#services p {
			padding-bottom: 20px;
		}

		#home button {
			margin-top: 10px;
			padding: 5px 10px;
			color: black;
			background-color: rgba(0,0,0,.05);
			border: black solid 2px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 18px;
			font-weight: bold;
		}

		#home button:active, #home button:hover {
			margin-top: 10px;
			padding: 5px 10px;
			color: white;
			background-color: black;
			border: black solid 2px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 18px;
			font-weight: bold;
		}

		#wwd h4 {
			font-weight: 300;
		}

		footer .img {
			width: 500px;
			height: 300px;
		}

		/*Fixed background*/
		.fixed-bg {
		  background: url("https://mdbootstrap.com/images/regular/work/img%20(1).jpg") no-repeat center;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		  height: 55vh;
		}

		main {
		  margin-bottom: -20px;
		}
