*{
	box-sizing: border-box;
}

.navbar-fixed-top {
    min-height: 80px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    border-bottom: 3px solid #ffbe00;
    /*background-color: #ffbe00;*/
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  font-size: 25px;
  color: #ff0000 !important;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

.icon-bar{
	border-color: #ff0000 !important;
}

.navbar-default .navbar-toggle {
    border-color: #ff0000;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.banner-row{
	background: url(../images/div1-backgroud.png); 
	/*min-height: 500px; */
	/*max-height: 500px; */
	min-height: 90vh;
	background-size: cover; 
	background-repeat: no-repeat; 
	margin-top: 80px; 
	background-position: center;
	display: flex; 
	align-items: center; 
	justify-content: left;
}

.banner-content-row{
	display: flex; 
	align-items: center; 
	justify-content: left; 
	height: inherit;
}

h1.banner-heading{
    color: #ffbe00;
    font-weight: bold;
}

.welcome-description{
	color: white;
}

.welcome-background{ 
	/*background-color: rgba(0,0,0,.5);*/
	padding: 30px 5px 30px 5px;
	margin: 1px;
	border-radius: 30px 130px 130px 0;
	border-right: 5px dotted #ff0000;
}

.welcome-background-content{
	/*display: flex; 
	flex-direction: column;
	align-items: center; 
	justify-content: left; */
}

.faq-btn-warning{
	background-color: #ffbe00;
	color: #ff0000;
	font-weight: bold;
	height: 50px;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px 10px 10px 10px;
}

.posts-preview{
	padding: 50px 0 50px 0;
	/*border: 1px solid red;*/
}

img.post-images-home{
	-webkit-box-shadow: 6px 7px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 7px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 6px 7px 0px 0px rgba(0,0,0,0.75);
	margin: 30px 0 30px 0;
}

p.post-description{
	text-align: justify;
}

.full-view-height{
	min-height: 90vh;
	display: flex; 
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}

.section-padding{
	padding-top: 80px;
	padding-bottom: 40px;
}

.brief-about-div{
	height: inherit;
	display: flex; 
	flex-direction: row;
	align-items: center; 
	justify-content: center;
}

.services{
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-text{
	-webkit-box-shadow: 10px 10px 9px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 9px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 9px -9px rgba(0,0,0,0.75);
	padding: 15px;
	border: 1px solid #ababab;
	background-color: white;
}

.faq-btn-black{
	background-color: #252627;
	color: white;
	padding: 15px;
	border-radius: 20px;
	letter-spacing: 1.5px;
	font-family: 'Raleway', sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}

.faq-btn-black:hover{
	background-color: #ffbe00;
	border: 2px solid #252627;
	color: #ff0000;
	padding: 15px;
	border-radius: 20px;
	letter-spacing: 1.5px;
	font-family: 'Raleway', sans-serif;
}

.button-column{
	display: flex;
 	justify-content: center;
 	align-items: center;
}

.portfolio-item{
	margin-top: 10px;
	margin-bottom: 10px;
}

.portfolio-item img{
	padding: 5px;
	border: 1px solid #ff0000;
	border-radius: 5px;
	/*height: 300px;
	width: 100%;*/
}

.portfolio-background{
	background-attachment: fixed;
	background-image: url(../images/fixed-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.services-background{
	background-attachment: fixed;
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.half-view-height{
	min-height: 45vh;
	display: flex; 
	flex-direction: column;
	align-items: center; 
	justify-content: center;
	/*padding-top: 80px;
	padding-bottom: 40px;*/
}

.quarter-view-height{
	min-height: 10vh;
	display: flex; 
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}

.footer{
	line-height: 30px;
}

.services-page-banner{
	background-attachment: fixed;
	background-image: url(../images/diode-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 35vh;
	margin-top: 80px;
	display: flex; 
	flex-direction: column;
	align-items: center; 
	justify-content: center;
	margin-bottom: 20px;
}

.bolder{font-weight: bolder;}