﻿.designedPage {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
}

.designedImage {
		text-align: center;				
}

.designedPage img {
		margin: auto !important;
		width: auto !important;
}

.designedPage p {				
}

		.designedBanner {
				width: 100vw !important;
				text-align: center !important;
				position: relative;
				background-color: #000 !important;
		}

		.designedBanner img {
				filter: opacity(50%);
				width: 100% !important;
		}
		


.designedHeader {				
		text-align: left;		
}

		.designedHeader b {				
				font-size: 25px;
				padding-left: 10px !important;				
				width: 100% !important;
				border-left: solid 5px #f0f0f0;
		}

@media only screen and (max-width: 320px) {
		.designedBanner b {
				font-size: 20px !important;
		}
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
		.designedBanner b {
				font-size: 20px !important;
		}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
		.designedBanner b {
				font-size: 30px !important;
		}
}

@media only screen and (min-width: 1201px) {
		.designedBanner b {
				font-size: 50px !important;
		}
}
