@charset "utf-8";
/* CSS Document */
.Title_Format {
	padding-top: 10px;
}
.footer {
	text-align: center;
	height: 30px;
	border-top: 1px solid #902727;
	padding-top: 5px;
	margin-right: auto;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #902727;
	background-color: #FEC9A5;
}
.fix_menu {
	text-align: left;
	margin: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	  color: #7B2323;
	}
	.navbar-default {
	max-width: 500px;
	padding-top: 0px;
	padding-bottom:0px;
	}
	.navbar-nav > li > a {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 28px;}
	.navbar {min-height:28px !important;}

@media (min-width:320px){
.Title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	padding-left:10px;
	margin-bottom: -12px;
}
.Title2 {
	font-family: 'Volkhov', cursive;
	font-size: 22px;
	padding-top: 8px;
	padding-left: 10px;
	font-style: italic;
}
.panel-body {font-size:12px;}
}/* smartphones, iPhone, portrait 480x320 phones */ }/* smartphones, iPhone, portrait 480x320 phones */

@media (min-width:481px) {
	.Title1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 36px;
		padding-left:10px;
		margin-bottom: -30px;
	}
	.Title2 {
		font-family: 'Volkhov', cursive;
		font-size: 30px;
		padding-top: 19px;
		padding-left: 10px;
		font-style: italic;
	}
	
    .panel-body {font-size:12px;}
  }
} /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:641px) {
	.Title1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 36px;
		padding-left:10px;
		margin-bottom: -30px;
	}
	.Title2 {
		font-family: 'Volkhov', cursive;
		font-size: 24px;
		padding-top: 13px;
		padding-left: 10px;
		font-style: italic;
	}
	.panel-body {font-size:12px;}
}/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:961px) {
	.Title1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 36px;
		padding-left:10px;
		margin-bottom: -30px;
	}
	.Title2 {
		font-family: 'Volkhov', cursive;
		font-size: 28px;
		padding-top: 9px;
		padding-left: 10px;
		font-style: italic;
	}
	.panel-body {font-size:14px;}
  }/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:1025px) {
	.Title1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 48px;
		padding-left:10px;
		margin-bottom: -30px;
	}
	.Title2 {
		font-family: 'Volkhov', cursive;
		font-size: 36px;
		padding-top: 13px;
		padding-left: 10px;
		font-style: italic;
	}
	.panel-body {font-size:14px;}
 } /* big landscape tablets, laptops, and desktops */
@media (min-width:1281px) {
	.Title1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 48px;
		padding-left:10px;
		margin-bottom: -30px;
	}
	.Title2 {
		font-family: 'Volkhov', cursive;
		font-size: 36px;
		padding-top: 13px;
		padding-left: 10px;
		font-style: italic;
	}
 }/* hi-res laptops and desktops */



@media (max-width: 767px) {
    .portfolio>.clear:nth-child(4n)::before {
      content: '';
      display: table;
      clear: both;
	 
    }
	 
}
@media (min-width: 768px) and (max-width: 1199px) {
    .portfolio>.clear:nth-child(8n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.padout {margin-left:45px;}
}
@media (min-width: 1200px) {
    .portfolio>.clear:nth-child(8n)::before {
      content: '';
      display: table;
      clear: both;
    }
	.padout {margin-left:75px;}
}
