@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Dubba Dubba NF';
	src: url("../fonts/Webfont/Dubba-Dubba-NF.ttf.woff"),
		url("../fonts/DubbaDubbaNF.ttf")
}
@font-face {
	font-family:'Ardeco';
	src: url('fonts/Webfont/Ardeco.woff2') format('woff2'),
        url('fonts/Webfont/Ardeco.woff') format('woff'),
		url("../fonts/Webfont/Ardeco-webfont.ttf")
}

#header{
	background-color: rgba(134,37,37,1.00);
}
.bg1 {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("../images/banner.gif");

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#home{
	background-color: indianred;
	font-family: "Ardeco";
}
.head{
	font-family:"Dubba Dubba NF";
	padding-bottom:1vw;
}
.para2{
	font-family:"Ardeco";
	padding:2vw;
	background-color: indianred;
}
.para3{
	font-family:"Ardeco";
	padding:2vw;
	background-color: indianred
}
.head2{
	font-family:"Dubba Dubba NF";
	background-color:indianred;
	padding:1vw;
	margin:1vw;
	text-align:center;
}
#bio2{
	background-color: rgba(134,37,37,1.00);
}
footer{
	background-color:indianred;
	font-family:"Ardeco"
}
.nav{
	font-family:"Dubba Dubba NF";
}