@charset "UTF-8";

@media only screen and (min-width : 320px) {
	.modal-dialog {width:400px;}
.thumbnail {margin-bottom:6px;}
	.navbar-brand>img{visibility: visible; height:50px; width:50px; display: inline-block;}
	.logotext{padding-top:10px; display:inline-block; visibility:visible;}
	.navbar-brand>p{visibility: visible;}
	.invis{visibility:hidden;}
	.font-weight{
		font-weight:300;
	}
	.carousel-caption{ font-size:14px;}
	
	.artText{
		font-size:14px;
    }
	.article{
		height:auto;
		
		}
		.test{
			width:100%;
			padding-left:0px;
			padding-right:0px;
			}
			
			.mobipad{
			
			padding-left:0px;
			padding-right:0px;
			}
	
	
	
	.carousel-caption>h3{font-size:16px;}
}

    /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
		
		.navbar-brand>img{overflow:visible; position:relative; height:200px; width:200px; z-index:10; visibility:visible; }
		.navbar-brand>p{visibility:hidden;}
		.invis{visibility:hidden;}
		.logoText{visibility:hidden;}
		.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}
	.cct{font-size:22px;}
	.article{
		height:350px;
		background-color: #E3E3E3;
		}
		.test{
			width:100%;
			padding-left:15px;
			padding-right:15px;
			}
			.mobipad{
			
			padding-left:15px;
			padding-right:15px;
			}
	
			.carousel-caption>h3{font-size:28px;}

}


    /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.nav>li{padding-left:35px; padding-top:20px;}
	.navRow{ max-height:150px;}
	.carousel-caption>p{font-size:36px;}
	.cct{font-size:22px;}
	.invis{visibility:visible;}
	.modal-dialog {width:800px; height:100%;}
}

@media only screen and (min-width : 1200px) {
	
	
	
}