/**
 * Copyright (C) 2023 ProjectRootProxy
 */

/* ########## IMAGE WIDTHS ##########  */

.img-width-500 {
	width: 500px;
}

.img-width-750 {
	width: 750px;
}

/* ########## SIDEBAR WIDTH ##########  */
.sidebar-minwidth {
	/* for sidenav */
	min-width: 350px;
}

.sidebar-padding-left {
	/* for things to the right of the sidenav	*/
	padding-left: 350px;
}


/* ########## INSTRUCTIONS IMAGES BREAKPOINTS ##########  */

@media screen and (max-width: 1140px) {
	.inst-flex-row-center  {
		flex-direction: column;
	}

	.inst-padding-left {
		padding-left: 0;
	}

	.inst-padding-right {
		padding-right: 0;
	}

	.inst-img-margin-left {
		margin-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 850px) {
	.squish-inst-imgs {
		width: 400px;
	}
}

@media screen and (max-width: 595px) {
	.squish-inst-imgs {
		width: 330px;
	}
}

@media screen and (max-width: 450px) {
	.squish-inst-imgs {
		width: 290px;
	}
}

@media screen and (max-width: 350px) {
	.squish-inst-imgs {
		width: 250px;
	}
}

@media screen and (max-width: 300px) {
	.squish-inst-imgs {
		width: 210px;
	}
}

/* ########## PAGE IMAGES BREAKPOINTS ##########  */

@media screen and (max-width: 1030px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(93%);
	}
	.cat-top {
		font-size: 21px;
		margin-left: -2px;
		margin-right: -2px;
	}
}

@media screen and (max-width: 700px) {
	/* PAGE IMAGES */
	.cat-top {
		font-size: 21px;
	}
}

@media screen and (max-width: 665px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(80%);
	}
	.cat-top {
		font-size: 19px;
	}
}

@media screen and (max-width: 595px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(75%);
	}
	.cat-top {
		font-size: 17px;
	}
}

@media screen and (max-width: 565px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(70%);
	}
	.cat-top {
		font-size: 15px;
	}
	.page-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.dark-blue-panel, .panel-border {
		border-right: none;
		border-left: none;
		border-radius: 0;
	}

	/*	carousel text margins delete*/
	#carousel_left_phone {
		margin-left: 5px;
	}
	#carousel_right_phone {
		margin-right: 5px;
	}
	#over-1, #over-2, #over-3, #over-4 {
		margin-left: 30px;
		margin-right: 30px;
	}
	#carousel_items_cont, #over-1, #over-2, #over-3, #over-4 {
		width: 100%;
	}
}

@media screen and (max-width: 535px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(65%);
	}
	.cat-top {
		font-size: 14px;
	}
}

@media screen and (max-width: 510px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(60%);
	}
	.cat-top {
		font-size: 13px;
	}
}

@media screen and (max-width: 485px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(55%);
	}
	.cat-top {
		font-size: 11px;
		margin-left: -6px;
		margin-right: -6px;
	}
}

@media screen and (max-width: 390px) {
	/* PAGE IMAGES */
	.cat-top {
		font-size: 10px;
		margin-left: -8px;
		margin-right: -8px;
	}
}

@media screen and (max-width: 300px) {
	/* PAGE IMAGES */
	.page-img-scale {
		transform: scale(40%);
	}
	.cat-top {
		font-size: 9px;
		margin-left: -4px;
		margin-right: -4px;
	}
}

/* ############## SIDEBAR BREAKPOINTS ############# */

@media screen and (max-width: 1295px) {
	/* ############## SIDEBAR - EACH NUM IS SAME ############## */

	.sidebar-minwidth {
		/* for sidenav */
		min-width: 325px;
	}
	.sidebar-padding-left {
		/* for things to the right of the sidenav	*/
		padding-left: 325px;
	}

	.sidenav-img-cont-2{
		transform: scale(95%);
	}
}

@media screen and (max-width: 993px) {
	/* ############## SIDEBAR - EACH NUM IS SAME ############## */

	.sidebar-minwidth {
		/* for sidenav */
		min-width: 290px;
	}
	.sidebar-padding-left {
		/* for things to the right of the sidenav	*/
		padding-left: 290px;
	}

	.sidenav-img-cont-2{
		transform: scale(85%);
	}
}

@media screen and (max-width: 950px) {
	/* ############## SIDEBAR - EACH NUM IS SAME ############## */

	.sidebar-minwidth {
		/* for sidenav */
		min-width: 240px;
	}
	.sidebar-padding-left {
		/* for things to the right of the sidenav	*/
		padding-left: 240px;
	}

	.sidenav-img-cont-2{
		transform: scale(75%);
	}
}


@media screen and (max-width: 900px) {
	/* ############## SIDEBAR - EACH NUM IS SAME ############## */

	.side-nav-cont {
		display: None;
	}
	.sidebar-padding-left {
		/* for things to the right of the sidenav	*/
		padding-left: 0px;
	}
}

/* carousel words mover  */
@media screen and (max-width: 780px) {
	#over-1, #over-2, #over-3, #over-4 {
		width: 500px;
		height: 85px;
	}

}
@media screen and (max-width: 678px) {
	#over-1, #over-2, #over-3, #over-4 {
		height: 85px;
	}
	#carousel_left_phone, #carousel_right_phone  {
		display: block;
	}
	#carousel_left_cont, #carousel_right_cont  {
		display: none;
	}
	#carousel_left_phone {
		margin-left: 35px;
	}
	#carousel_right_phone {
		margin-right: 35px;
	}
	#carousel_items_cont, #over-1, #over-2, #over-3, #over-4 {
		width: 100%;
	}

	#over-1, #over-2, #over-3, #over-4 {
		margin-left: 63px;
		margin-right: 63px;
	}

	#loader_cover_text {
		padding: 20px 15px 15px 15px;
	}
	#loader-toptext {
		font-size: 1.9rem;
	}
	#loader-midtext {
		font-size: 1rem;
	}
	#loading_demo_anims {
		font-size: .8rem;
	}
}
@media screen and (max-width: 575px) {
	#over-1, #over-2, #over-3, #over-4 {
		height: 100px;
	}
	#loader-midtext {
		font-size: .9rem;
	}
}
@media screen and (max-width: 480px) {
	#over-1, #over-2, #over-3, #over-4 {
		height: 115px;
	}
}
@media screen and (max-width: 420px) {
	#over-1, #over-2, #over-3, #over-4 {
		height: 130px;
	}

	#loader_cover_text {
		padding: 20px 10px 15px 10px;
	}
	#loader-toptext {
		font-size: 1.5rem;
	}
	#loader-midtext {
		font-size: .78rem;
	}
	#loading_demo_anims {
		font-size: .8rem;
	}

}
@media screen and (max-width: 300px) {
	#over-1, #over-2, #over-3, #over-4 {
		height: 170px;
	}

	.cat-top {
		padding-left: 15px;
		padding-right: 15px;
	}

	#loader_cover_text {
		padding: 20px 5px 15px 5px;
	}
	#loader-toptext {
		font-size: 1.2rem;
	}
	#loader-midtext {
		font-size: .6rem;
	}
	#loading_demo_anims {
		font-size: .8rem;
	}
}

@media screen and (max-width: 565px) {
	/* PAGE IMAGES */

	/*	carousel text margins delete*/
	#carousel_left_phone {
		margin-left: 5px;
	}
	#carousel_right_phone {
		margin-right: 6px;
	}
	#over-1, #over-2, #over-3, #over-4 {
		margin-left: 34px;
		margin-right: 35px;
	}
}