@charset "UTF-8";

 body {
  font: 400 15px Blinker, sans-serif;
  line-height: 1.8;
  color: #818181;
}
a {
  color: #f4511e;
}
a:hover,
a:focus {
	color: #f4511e;
}
.navhead {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #555555;
}
.panel {
	border-radius: 0;
}
.panel-heading {
	border-radius: 0;
}
.jumbotron {
	background-color: #5B5B5B;
	color: #FFFFFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(img/main_top_banner_1d.jpg);
	background-size: cover;
	background-position: center 40px;
	background-repeat: no-repeat;
	max-height: 500px;
	min-height: 500px;
	margin-top: 1px;
	border-bottom: 15px solid #ff6600;
}
.jumbo-title {
	display: block;
	position: relative;
	height: 70px;
	width: 100%;
	bottom: 0px;
	top: 295px;
	padding-top: 0px;
}
.jumbo-title h1 {
	font-size: 46px;
	letter-spacing: 3px;
	word-spacing: 10px;
}
#graphicspanel {
	background-color: #3366CC;
	background-image: url(img/graphic_design_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
#webpanel {
	background-color: #3366CC;
	background-image: url(img/web_design02_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
#bannerspanel {
	background-color: #31363a;
	background-image: url(img/web_banners_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
#infopanel {
	background-color: #33CC7F;
	background-image: url(img/infographics_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
#videopanel {
	background-color: #9966CC;
	background-image: url(img/video_design_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
#Dpanel {
	background-color: #336666;
	background-image: url(img/3D_design_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
#vidbanpanel {
	background-color: #ff3333;
	background-image: url(img/video_banners_820x450.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
}
.bg-grey {
	background-color: #F6F6F6;
}
.container-fluid {
	padding-top: 60px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 60px;
}
.topic {
	padding-top: 80px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 60px;
	height: 450px;
	}
.greybar {
	background-color: #999999;
	height: 15px;
}
.orangebar {
	background-color: #ff6600;
	height: 15px;
}
.logo {
	font-size: 200px;
	color: #F4511E;
}
.logo-small {
	color: #F4511E;
	font-size: 50px;
}
.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
 .carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #f4511e;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}
.panel {
  border: 1px solid #f4511e;
  border-radius:0;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
  border: 1px solid #f4511e;
  background-color: #fff !important;
  color: #f4511e;
}

/*this is my own style to make the buttons square*/
.btn-nonactive {
	color: #FFF;
	background-color: #C7C7C7;
	border-radius: 0;
	width: 150px;
	height: 40px;
	padding: 0px;
	line-height: 2em;
	font-size: 18px;
	margin-top: 0px;
	border: 0px;
}

.btn {
	color: #FFF;
	background-color: #F60;
	border-radius: 0;
	width: 150px;
	height: 40px;
	padding: 0px;
	line-height: 2em;
	font-size: 18px;
    margin-top: 0px;
	border: 0px;
}
.btn:focus {
	color: #FFF;
	background-color: #CC0000;
	border-color: #000000;
}
.btn:hover {
	color: #FFF;
	background-color: #FF0000;
	border-color: #000000;
}
.panel-footer .btn {
	border-radius: 0;
}
.panel-heading {
  color: #fff !important;
  background-color: #f4511e !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-footer {
  background-color: #fff !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  background-color: #ff6600;
  color: #fff;
}
.navbar {
	margin-bottom: 0px;
	background-color: #ff6600;
	z-index: 9999;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
	color: #fff !important;
	/* [disabled]height: 0px; */
}
.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  color: #ffffff !important;
}
footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}
h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}









@media(max-width:991px) {
  	.jumbo-title h1 {
	font-size: 33px;
  }
}





@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
	.jumbo-title h1 {
	font-size: 23px;
  }
}
