/* 
comment out import rows if you want to use different stylesheets for different screens,
otherwise it's recommended to use this file only for responsive rules
*/

/*
@import url(./screen-lg.css) (min-width:1200px);
@import url(./screen-md.css) (min-width: 992px) and (max-width: 1199px);
@import url(./screen-sm.css) (min-width: 768px) and (max-width: 991px);
@import url(./screen-xs.css) (max-width: 767px);
@import url(./screen-xxs.css) (max-width: 479px);
*/


/* full view: md, lg */
@media (min-width: 992px) {
	#nav {
		background: #d7006d;
	}
	.boxes .row {
		margin: 0px -35px;
	}
	.boxes .row > div {
		padding: 0px 35px;
	}
	.boxes.multirows .row > div {
		margin-bottom: 60px;
	}	
	.boxes.multirows {
		margin-bottom: -60px;
	}
	
	#header .logo {
		float: left;
	}
}

/* responsive view: xxs, xs, sm */
@media (max-width: 992px) {
	
	
	h1 {
		font-size: 30px;
	}
	h2, h3 {
		font-size: 25px;
		line-height: 1.5em;
	}
	
	a.carousel-control.left {
		left: 0px;
	}
	a.carousel-control.right {
		right: 0px;
	}
	
	.boxes .row > div {
		margin-bottom: 60px;
	}	
	.boxes {
		margin-bottom: -60px;
	}
	
	.pagination {
		text-align: center;
	}
	
	.pagination li a {
		font-size: 1.6em !important;
		margin: 5px;
		padding: 0.5em 0.8em !important;
	}
	
	ul#main-menu > li {
		display: block !important;
		border-top: solid 1px #CBEA93 !important;
	}
	
	ul#main-menu > li > a {
		text-align: left !important;
	}
	
	#modal-login .row > div,
	#modal-join .row > div {
		margin: 10px 0px;
	}
	
	#modal-login .btn,
	#modal-join .btn {
		width: 100%;
	}
	
	#footer {
		text-align: center;
	}
	
	#footer ul {
		text-align: left !important;
	}
	
	.sidebar .banners {
		 text-align: center;
	}
	
	.sidebar .banner {
		display: inline-block;
		margin: 10px;
	}
	
	#nav .container {
		width: 100%;
		
	}
	
	#nav .menu-bar {
		border-radius: 0px !important;
		background: #d7006d !important;
		text-align: center;
		height: 110px;
	}
		
	#nav .menu-bar .cart-button span {
		color: #d7006d !important;
	}
	
	
	#nav .menu-bar .row {
		margin-top: 25px;
	}
	
	#nav .menu-bar .row > div:nth-child(2) {
		padding: 0px !important;
	}
	
	#nav .menu-bar .logo {
		margin-top: 12px;
	}
	
	#nav .menu-bar .cart-button {
		margin-right: 10px;
	}
	
	
	.header-text {
		width: 100% !important;
		text-align: center;
		margin-top: -40px !important;
		padding-top: 40px !important;
		margin-bottom: 40px !important;
	}
	
	#what-minds-say p {
		text-align: center !important;
	}
	
	.social-media-links {
		display: none;
	}
}

/* lg only */
@media (min-width:1200px) {
	a{}
	#signup-banner .banner-content td {
		font-size: 50px;	
	}
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {
	a{}
	#signup-banner .banner-content td {
		font-size: 40px;	
	}
	.carousel {
		padding: 0px 30px;
	}
	
	a.carousel-control.left {
		left: -30px;
	}
	a.carousel-control.right {
		right: -30px;
	}
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
	#nav .menu-bar .logo {
		margin-top: 8px;
	}
	
	#signup-banner .banner-content td {
		font-size: 30px;	
	}
}

/* xs+xxs only */
@media (max-width: 767px) { 
	h1 {
		text-align: center;
		font-size: 28px;
	}
	h2, h3 {
		font-size: 22px;
	}
	
	
	#signup-banner .banner-content td {
		font-size: 25px;	
	}
}

/* xxs only */
@media (max-width: 479px) { 
	a{}
	#signup-banner .banner-content td {
		font-size: 20px;	
	}
}