@font-face{
	font-family:bold;
	src: url('../fonts/RobotoCondensed-Bold.ttf') format("truetype");
	src: url('../fonts/robotocondensed-bold-webfont.woff') format("woff");
	
}

@font-face{
	font-family:light;
	src: url('../fonts/RobotoCondensed-Light.ttf') format("truetype");
	src: url('../fonts/robotocondensed-light-webfont.woff') format("woff");

}


body
{
	font-family: light;
	font-size: 12px;
	margin:0;
	background-color: #FFFFFF;
}

a img
{
	outline : none;
}

a
{
	outline : none;
}

.box {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.box .row {
  border: 1px dotted grey;
}

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.box .row.content {
  flex: 1 1 auto;
}

.box .row.footer {
  flex: 0 1 40px;
}

.bold{
	font-family:bold;
}

.wrapper
{
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
}

.header
{
	/* height: 293px; */
	background-color:rgb(67,80,102);
	color:white;
	padding:1% 7%;
	font-size:35px;
}

.header-icon{
    height: 130px;
}

.mobile-header-icon{
	display:none
}



.content
{
	position: relative;
	background: #F2F2F2 url(../images/TechDataSheets_background.jpg) no-repeat 0 0;
	background-size: cover;
	background-position:center;
	padding-bottom:5%;
	justify-content:center;

}

.content_inner
{
	position: relative;
	padding:50px;
	text-align: left;
	font-size:2rem;
}

.text-box{
	width: 80%;
  height: 80px;
  border-radius: 10px;
  border: 3px solid rgb(67,80,102);
	font-size:40px;
	font-family:bold;
}

.searchbtn
{
	position: relative;
	margin-top: 30px;
}

.button{
	  font-family:bold;
	  background-color: rgb(67,80,102);
    color: white;
    padding: 15px 40px;
    border: 0;
    font-size: 35px;
    border-radius: 11px;
}

.message
{
	color: #FF0000;
	font-weight: bold;
	margin: 5px 0 70px 0;
	height: 25px;
}

.searchtxtbox
{
	background: url(../images/techdatasheets_searchtxt_bg.jpg) no-repeat 0 0;
	width: 177px;
	height: 25px;
	border: 0;
	padding-left: 5px;
	box-sizing: border-box;
}

.footer
{
	position: fixed;
	bottom:0;
	width:100%;
	background-color:rgb(67,80,102);
	color:white;
	padding:0% 7%;

}

.footer-title{
	font-size:35px;
}




@media only screen and (max-width: 1375px) {
  .header {
    font-size:30px;
  }
	.header-icon{
	    height: 100px;
	}
}

@media only screen and (max-width: 1144px) {
	.header-icon{
	}
}

@media only screen and (min-width: 1000px) {
	.content_inner{
	    width:50%;
	}
}
