	 body, html {
		background-image: url(img/bg.png);
		background-repeat: repeat;
		font-size: 100%;
        line-height: 1.6875;
	 }

	p {
	 	font-family: 'helvetica', sans-serif !important;
	 	font-size: 1.2em !important;
	 	line-height: 1.6;
	 }
	h3 {
	 	font-family: 'Raleway', sans-serif !important;
	 	color:#323232 !important;
	 }
​
	 #container {
	     width: 100%;
	     max-width: 1000px;
	     margin: 0px auto;
	 }
​
	 #header {
	     width: 100%;
	     height: 150px;
	     margin-bottom: 20px;
	 }
​
	 #content {
	     width: 100%;
	 }
​
	 #footer {
	     width: 100%;
	     height: 100px;
	     margin-top: 20px;
	     background-color: white;
	 }
​
	 #left-column {
	     background-color: white;
	 }
​
	 #center-column {
	     background-color: white;
	 }
​
	 #right-column {
	     background-color: white;
	 }

	 a:link {
    text-decoration: none;
	}

	a:visited {
    text-decoration: none;
	}

	a:hover {
    text-decoration: none !important;
	}

	a:active {
    text-decoration: none;
}
	.btn {
	    margin-bottom: 10px !important;
	    margin-top: 10px !important;
	    outline: 0 !important;
	    outline-offset: 0;
	    border: 0;
	    border-radius: 10px !important;
​
	    transition: all .15s ease-in-out;
	    -o-transition: all .15s ease-in-out;
	    -moz-transition: all .15s ease-in-out;
	    -webkit-transition: all .15s ease-in-out;
	}
	.btn:focus,
	.btn:active,
	.btn.active,
	.btn:active:focus,
	.btn.active:focus {
 	   outline: 0 !important;
 	   outline-offset: 0;
 	   border: 0!important;
 	   box-shadow: none;
 	   -moz-box-shadow: none;
 	   -webkit-box-shadow: none;
	}

	 .row {
		background-color: white;
		opacity: 0.95;
		margin-left: 25px !important;
		margin-right: 25px !important;
		}
	.row2 {
		background-color: black;
		opacity: 0.95;
		margin-left: -15px !important;
		margin-right: -15px !important;
		}
	.row3 {
		background-color: #f00;
		opacity: 0.95;
		margin-left: -15px !important;
		margin-right: -15px !important;
		}
	 #centerlinks {
		font-size: x-large;
		}
	
	.instagram > h2 {
	  margin-top: 60px;
	  margin-bottom: 40px;
	  text-align: center; 
	}

	.instagram .instagram-feed {
	  width: 100%;
	  height: 240px;
	  overflow: hidden; 
	}

	  @media (max-width: 700px) {
	    .instagram .instagram-feed {
	      height: 150px; 
		  } 
		}

	  .instagram .instagram-feed .bar {
	    display: block;
	    width: 100%;
	    height: 240px;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    padding-bottom: 40px; 
		}

	    @media (max-width: 700px) {
	      .instagram .instagram-feed .bar {
	        height: 150px; 
			} 
		}
		.instagram .instagram-feed .inner-block {
	    height: 240px;
	    max-width: none; 
		}
	    @media (max-width: 700px) {
	      .instagram .instagram-feed .inner-block {
	        height: 150px; 
			} 
		}
	    .instagram .instagram-feed .inner-block img {
	      width: 240px;
	      height: 240px;
	      float: left; 
		}
		@media (max-width: 700px) {
			.instagram .instagram-feed .inner-block img {
			height: 150px;
			width: 150px;
			} 
		}
		@media only screen and (max-width: 400px) {
                    body { font-size:90%;}
     }
	
	hr {
	width: 65% !important;
	margin-left: auto!important;
	margin-right: auto!important;
	}