/* Google font include  */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* custom classes  */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-top: 35px;
	color: #656565;
}
body#home {
	background-image: url("../img/ux_bg_2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	color: rgba(0,0,0,.5);
}
a:hover, a:active, a:focus {
	color: rgba(0,0,0,.7);
	text-decoration: none;
}
.header {
	min-height: 100px;
	text-align: center;
}
.head-block {
	height: auto !important;
	margin-top: 20px;
}
.title {
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #656565;
}
.subtitle {
	font-size: 24px;
	color: #c2c1c1;
	letter-spacing: -1px;
}
.navbar-nav.mr-auto {
	margin: 0 auto;
	margin-right: auto;
}
.bg-light {
  background-color: #000000 !important;
}
.d-line {
	border-right: 1px solid #fff;
	display: inline;
}
.d-line2 {
	border-right: 1px solid #000;
	display: inline;
}
.nav-link {
  display: inline;
  padding-right: 20px !important;
}
.nav-item, .av-nav-item {
	padding-right: 10px;
	display: inline;
}
.navbar-toggler {
  background-color: #757575;
}
.navbar-nav.mr-auto, .av-nav-mr-auto {
  display: inline;
}
.display {
	background-color: #fff;
	padding-bottom: 24px;
	border: 3px solid #c5c5c5;
	
}
.display .row > div.photo, div.photo {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 20px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}

div.photo {
	-webkit-box-shadow: 3px 4px 3px -1px rgba(186,186,186,0.73);
	-moz-box-shadow: 3px 4px 3px -1px rgba(186,186,186,0.73);
	box-shadow: 3px 4px 3px -1px rgba(186,186,186,0.73);3);
}


.section-display h2 {
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
	font-size: 24px;
	margin: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.section-display h4 {
    font-size: 25px;
}
.section-display .copy {
  order: 3;
}
.section-display .cat-title {
  text-align: center;
  margin: 12px 0 25px;
}




.intro {
	margin-top: 20px;
}
.footer {
	background-color: #c5c5c5;
	padding: 25px 10px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	display: inline;
}
.av {
  float: right;
}



/* media query - mobile devices  */
@media (max-width: 768px) {
	.av {
		float: none;
		margin-top: 20px;
	}
	.title {
		font-size: 28px;
	}
	.display .row div.photo {
		max-height: 300px;
	}
	.copy {
		order: 1 !important;
	}
	.img-1 {
		order: 2;
	}
	.img-2 {
		order: 3;
	}
}

/* for ipad portrait & landscape  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : landscape)		{
	.display .row div.photo {
		height: 222px;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  
and (orientation : portrait)		{
	.display .row div.photo {
		height: 220px;
	}
	.copy {
		order: 3 !important;
	}
	.img-1 {
		order: 1;
	}
	.img-2 {
		order: 2;
	}
}

