@import url(http://fonts.googleapis.com/css?family=Dorsa);
@charset "utf-8";

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-weight:400;
}

.center {
  text-align: center;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.textg{
color: #74C138;
}
.navbar-brand img{
	height:70px;
	width:auto;
}
.main-brand h1 { 
  font-family: 'Roboto', sans-serif;
  font-size: calc(46px + (100 - 46) * ((100vw - 768px) / (1600 - 768)));
}
.feed-header h1{
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-size: calc(90px + (201 - 90) * ((100vw - 768px) / (1600 - 768)));
  margin-bottom:0px;
}
.feed-header h5{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size: calc(16px + (35 - 16) * ((100vw - 768px) / (1600 - 768)));
  margin-bottom:0px;
}

.home .nav-color{
	margin-top:-40px;
}
.home .navbar{
	padding:0px;
	min-height:40px;
}
.top {
	padding-top: 5px;
	padding-bottom: 25px;
}
.nav-color{
	background-color:#9BDA9A;
}
.home .nav-color{
	background-color:transparent;
}
.home .navbar-nav{
	
	padding-left:10px;
}
.navbar-dark .navbar-toggler{
	color:rgba(255,255,255, 0.5);
	border-color: rgba(255,255,255,0.8);
	outline:none;
}
@media (max-width:991px) {
	
	.home .navbar-collapse{
		background-color:#9BDA9A;
	}
	
	.home .navbar-dark .navbar-toggler{
		position:absolute;
		top:-10px;
		left:10px;
	}
	.home .navbar-collapse{
		margin-top:40px;
	}
	.nav-item{
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width:767px) {
	
	.main-brand h1 {
	font-size: calc(25px + (72 - 25) * ((100vw - 300px) / (767 - 300)));
	}
  
	.feed-header h1{
	  font-size: 90px;
	  float:left;
	}
	.left-feed-header{
		float:left;
		height:95px;
		display:inline-block;
		display: flex;
		padding-left:20px;
	}
	.feed-header h5{
		font-size: calc(12.5px + (35 - 12.5) * ((100vw - 460px) / (767 - 460)));
		display:inline;
		align-self: flex-end;
	}
	.top {
		padding-bottom: 50px;
    }
}
@media (max-width:459px) {
	.feed-header h1{
	  font-size: 90px;
	  float:none;
	}
	.left-feed-header{
		float:none;
		height:auto;
		display: block;
		padding-left:0px;
	}
	.feed-header h5{
		font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (459 - 300)));
		display:block;
	}
	.top {
		padding-bottom: 70px;
    }
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: calc(16px + (100 - 16) * ((100vw - 300px) / (1600 - 300)));
}
h2.whatwedox {
	font-size: calc(22px + (120 - 22) * ((100vw - 300px) / (1600 - 300)));
}
h4{ 
color: darkblue;
font-size:35px;
font-family: 'Roboto', sans-serif;
font-weight:bold;
}

@media (max-width:767px) {
	h4{
		
		font-size: calc(15px + (35 - 15) * ((100vw - 300px) / (767 - 300)));
	}
}
.container-fluid.all{
	padding:0;
	overflow:hidden;
}
.all {
    padding:5px 5px 5px 5px;
}
.row.all{
	padding-left:0px;
	padding-right:0px;
	margin-left:-15px;
	margin-right:-15px;
}
.opac {
 background-size: cover;
 background-color: white;
 display: block;
 width: 30%;
 height: auto;
 opacity:0.4;
 position: right;
 z-index:1; 
 }
 .floatr {
 float: right;
 }
.zdex{
 z-index: -1;
 }
 
 
 div.background {
  background-image: url(../img/clouds.jpg);
  width: 100%;
  height:auto;
  position: relative;
  overflow: hidden; 
  background-size: cover;
  background-position:bottom;
}

div.transbox {
  background-color: rgba(0,0,0,0.6);
  height: 100%;
  position: relative;
  color: white;
  padding-left:0;
 }

div.transbox p{
  margin: 5%;
  color: white;
  font-family: 'Roboto', sans-serif !important;
}

div.transbox ul{
    margin:5%;
    list-style-type: square;
    font-family: 'Roboto', sans-serif;
    }
div.transbox h3{  
  margin: 5%;
  font-weight: bold;
  color: white;
  font-family: 'Roboto', sans-serif;
  }
div.transbox li{  
	margin-bottom:20px;
	font-size:18px;
  }
 div.transbox img{
 bottom: 0;
 right: 0;
  }
 
 div .test{
bottom: 0;
right: 0;
position: relative;
 }
.bottom-logo{
	text-align:center;
	margin-bottom:30px;
	padding:15px;
}
.bottom-logo img{
	max-width:400px;
}
img.img-responsive{
	width:100%;
	height:auto;
}
img.img-width-responsive{
	width:100%;
	height:100%;
}
.bottom-logo img.img-responsive{
	max-width:400px;
}
div.footer{
background-color: sky blue;
}
.footer span{
	color:#fff;
	font-size:16px;
}
a:link{
color: white;
}

a:visited{
	color:white;
}
.navbar-dark .navbar-nav .nav-link{
	color: rgba(255,255,255,.7);
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: rgba(255,255,255,1);
}

.navbar-dark .navbar-nav .active > .nav-link{
	color:#fff;
}

div.vertical-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

div.vl{
  border-left: 2px solid darkblue;
  position: relative;
  padding-left:30px;
}

.center {
  margin: auto !important;
  }
p { color: black; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 24px;  }
a { color: black; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 24px;  }
td { color: black; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 16px; white-space: nowrap;
}
th { color: black; font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 16px;
}


.nav-item a{
	font-size:20px;
}

.footer{color: #685206!important; font-family: 'Roboto'!important, sans-serif !important; font-size: 17px; line-height: 24px!important; padding:5px 5px 5px 5px!important; text-align: right !important; text-justify: inter-word !important; }

.thumbnails { text-align:center !important; 
padding-top:25px !important;
padding-bottom:25px !important;
}
.clrover{color: darkblue;
font-weight:900;
}
.tvrdy-profile{
	margin-top:30px;
	margin-bottom:30px;
}
.tvrdy-profile img{
	width:100%;
	height:auto;
}
.tvrdy-pic{
	height:100%;
	width:100%;
	text-align:center;
}

@media (max-width:575px) {
	
	.tvrdy-profile{
		margin-top:0;
	}
	.tvrdy-profile img{
		max-width:300px;
	}
	.tvrdy-pic{
		margin-top:20px;
	  border-top: 3px solid darkblue;
	  padding-top:20px;
	}
	div.vl{
	  border-left: 0px solid darkblue;
	  padding-left:0px;
	  padding-top:10px;
	}
}
.tech-difference ul li{
	margin-bottom:20px;
	font-size:18px;
}
.tech-difference .logo{
	padding:10px 30px 30px;
	max-width: 400px;
	margin-left:auto;
	margin-right:auto;
}
div.transbox ul.contact-info{
	list-style-type:none;
	padding: 20px 0;
	width:400px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
div.transbox ul.contact-info li{
	position: relative;
	padding-left: 100px;
	height:64px;
}

div.transbox ul.contact-info a{
	font-size: 20px;
	line-height:70px;
}
div.transbox ul.contact-info a.icon{
	padding-top:0;
	position:absolute;
	left:0;
	top:0;
	height:64px;
	width:64px;
}
div.transbox ul.contact-info a.icon img{
	width:100%;
	height:100%;
}

@media (max-width:500px) {
	div.transbox ul.contact-info{
		margin:0;
	}
	div.transbox ul.contact-info a.icon{
		left:30px;
		height:32px;
		width:32px;
	}
	
	div.transbox ul.contact-info li{
		padding-left: 70px;
	}
	div.transbox ul.contact-info a{
		font-size: 15px;
		line-height:70px;
	}
}

