@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* ---- Breakpoints set up for Bootstrap ---- */

/* -- Extra Small Layout - 767px and below -- */

.container {
  width: 85%;
  max-width: 1200px;
}


/* -- Small Layout - 768px and up -- */

@media only screen and (min-width: 768px) {



}

/* -- Medium Layout - 992px and up -- */

@media only screen and (min-width: 992px) {



}

/* -- Large Layout - 1200px and up -- */

@media only screen and (min-width: 1200px) {



}