body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #777;
  line-height: 1.8;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  height: 70vh;
  min-height: 450px;
  position: relative;
}

/* Second image (Portfolio) */
.bgimg-2 {
  background-image: url(../img/grafitte.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 225px;
  position: fixed;
}

/* Third image (Contact) */
.bgimg-3 {
  background-image: url("/w3images/parallax3.jpg");
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}

.flexboxNoBorder {
	display: flex;
	width: 100%;
	border: 0px solid purple;
	justify-content: center;
}
.flexboxNoBorderLogoCenter {
	display: flex;
	width: 100%;
	border: 0px solid green;
	justify-content: center;
	align-items: center;
	height: 144px;
}
.flexboxNoBorderImgCenter {
	display: flex;
	width: 100%;
	border: 0px solid green;
	justify-content: center;
	align-items: center;
	height: 900px;
}
.flexboxNoBorderImgTop {
	float: right;
	display: flex;
	width: 100%;
	border: 0px solid black;
	justify-content: center;
	align-items: bottom;
	height: 164px;
}

.flexboxNoBorderBanner {
	display: flex;
	width: 100%;
	border: 0px solid green;
	justify-content: center;
	align-items: center;
	height: 550px;	
}
.flexboxNoBorderGrafitti {
	display: flex;
	width: 100%;
	border: 0px solid green;
	justify-content: center;
	align-items: center;
	height: 250px;	
}
.flexboxNoBorderCopyright {
	display: flex;
	width: 100%;
	border: 0px solid green;
	justify-content: center;
	align-items: center;
	bottom: 15px;
}
.flexcolumn100 {
	float: left;
	width: 80%;
	padding: 10px;
	border: 0px solid red;
}

.flexcolumn80 {
	float: left;
	width: 86%;
	padding: 10px;
	border: 0px solid red;
}

.flexcolumn10 {
	float: left;
	width: 10%;
	padding: 7px;
}
.imgsize {
	width:100%;
	height: auto;
}

.logo-title {
	color: white;
	font-size: 3.0rem;
	text-shadow: 2px 2px 2px #333; 
	text-align: center;
}

.logo-text {
	color: white;
	font-size: 1.5rem;
	text-shadow: 2px 2px 2px #333;  
	text-align: center;
}

