@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);

@font-face{
	font-family: ARChristy;
	src: url(fonts/ARCHRISTY.ttf);
}

* {margin:0;padding:0}
ul{
	padding-left: 22px;
}
body{
	font-family: 'Josefin Sans', sans-serif;
}
#container{
	background-color: #ffffff;
	width: 100%;
}

.Chipper_Chums_ {
	font-size: 125px;
	font-family: ARChristy;
	color: rgb(255, 163, 7);
	line-height: 1.2;
	text-align: left;
	text-shadow: 0px 7px 7px rgba(0, 0, 0, 0.75);
	-webkit-text-stroke: #000 3px;
	/* -moz-transform: matrix( 0.73697540126996,0,0,0.73770844505801,0,0);
	-webkit-transform: matrix( 0.73697540126996,0,0,0.73770844505801,0,0);
	-ms-transform: matrix( 0.73697540126996,0,0,0.73770844505801,0,0); */
  }

  .block-0{
	  margin: 30px 0;
  }


  .block-1{
	margin: 30px 10px;
}

  h2.chipper-title{
	font-size: 60px;
    font-family: ARChristy;
    /* color: #fff; */
    /* background-color: #2b7ca7; */
    text-align: center;
    margin: 20px 0;
  }

  .nav_line {
	width: 100%;
	height: 48px;
	background-color:#ff0000;
	box-shadow: 0 7px 3px #000;
	margin-bottom: 7px;
	margin-top: 100px;
  }

  .nav_menu {	
	width: 100%;
	height: 95px;
	background-color: #73584e;
	box-shadow: 0 7px 3px #000;
	margin-bottom: 25px;
  }
  

  .download-box {
	display: flex;
    width: 100%;
    height: 100px;
    color: #fff;
    background-color: #2b7ca7;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-around;
}

.download-box a, .download-box a:visited {
    color: #fff1c8;
    padding: 8px;
	font-family: 'ARChristy';
	font-size: 28px;
}
  
  

#top {
    background-image: url(/images/header.png), url(/images/great-outdoors.png);
    background-position-y: bottom, 78%;
    background-repeat: repeat-x, no-repeat;
    height: 550px;
    position: relative;
    background-size: auto, cover;
}

#logo-top{
	margin: 0 0 0 200px;
    display: block;
	position: absolute;
    top: 250px;
}

#nav-top{
	position: absolute;
	top: 485px;
	left: 210px;
	font-weight: bold;

}

#nav-top2{
	/* position: absolute; */
	/* top: 235px; */
	/* left: 210px; */
	font-weight: bold;

}

#nav-top a{
	text-decoration: none;
	color: #000000;
}

#nav-top a:hover{
	color: #FFB802;
}

.content{
	margin: 0 auto;
	max-width: 1000px;
}
.content img{
	max-width: 100%;
}
.content p{
	margin: 5px;
}
.nav-text{
	font-family: Verdana;
	color: #eee9d9;
	font-size: 16px;
	font-weight: 400;
	width: 190px;
	height: 16px;
}
.info-p{
	max-width: 500px;
	margin: 30px auto;
}
.info-p ul{
	margin-top: 15px;
}

#footer{
	padding: 25px 0;
	background-color: #ff0000;
	color: #bbbbbb;
	border-style: solid;
	border-width: 3px;
	border-color: #FFB802;
	font-size: 18px;
	width: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
#footer-text{
}

@media all and (max-width: 1044px) {
	h2.chipper-title {
		margin-left: 17px;
	}
}

@media all and (max-width: 768px) {
	#logo-top{
		margin: 0 auto;
		max-width: 100%;
	}
	#nav-top{
		left: 15%;
	}

	h2.chipper-title {
		margin-left: 15%;
	}
}

@media all and (max-width: 340px){
	h2.chipper-title {
		font-size: 16.655vw;
	}
}