/* CSS Document */
body{
	background-color: #f8f9fb;
}
.logo{

  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-height: 150px;
  max-width: 350px;
	
	z-index: 999;
}
.container{
	padding: 0px;
	margin: auto;
	width: 80%;
	/*
padding:0rem;
z-index: 999;	
height:5%;
max-height:20rem;
width:auto;
	*/

}
.bottom-nav{
 color: beige;
 text-decoration: none;
}
.nav-link{
    
	color: #ccCCCC;
}
.nav-link:hover{
	color: aliceblue;
}
.navbar{
	padding: 0px;
  width: 100%;
  z-index: 88;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
	
}
.navbar-nav{
	display: flex;
	
	flex-direction:column; 
	list-style: none;
	
	
}
.nav-item{
display: flex;	
	align-items: center;
	margin-left: 20px;
}
p.footer{
	font-size: 1em;
	padding: 4px 0px;
	margin: 10px auto;
		
}
.service-card{
	height: 200px;
	width: 250px;
	display: flex;
	background-color: rgb(145, 188, 225);
	border-radius: 15px;
	border: 2px solid #edeaea;
	transition: 1s ease;
	box-shadow: 2px 4px #dad9d9 ;
	
	
}
.service-card:hover{
	transition: 3s ease;
	border: 3px solid #cac9c9;
	background-color: #dbd6d6;
	box-shadow: -2px -4px #dad9d9 ;
	translate:100px 5px 76px;
	
}
.cont{
	border: 2px solid #000;
	height:400px;
	display: flex;
	align-items: center;
}
.item{
	background-color: aqua;
	width: 50px;
	height: 50px;
	margin: 10px;
	
}
.img-container{
	display: flex;
	justify-content: center;
	margin: auto;
}
.img-container img{
	height: 130px;
}
.txt-container{
	width:80%;
	margin: 0px auto;
	background-color: #fff;
	box-shadow: 2px 2px 20px 0px #e2dcdc;
	padding: 10px 0px 6px 80px;	
}
.items-card{
	background-color:#fcfcfc;
	padding: 15px;
	box-shadow: 2px 2px 10px 2px #e2dcd7 inset;
}
a.ph-link{
    text-decoration:none;
    color: #0552a0 !important;
}
.productsImg{
display: flex;
  justify-content:center;
  margin:10px 10px;
  height: 200px;
  max-width: auto;
  box-shadow: 5px 5px 2px #f8f1f1;
}
.main-container{
	display: flex;
	max-width: 70%;
	margin:10px auto;
	background-color: #f9f7f7;
}
.contact-info{
	flex: 1;
	width: 40%;
  	background-color: #f1eeee;
    margin-top: 20px;
}
.form-container{
	flex: 1;
	width:60%;
}
.contact-info p{
  margin-top: 25px;
  margin-bottom: 1rem;
  width: 80%;
  margin-left: 35px;
}
/************************************************************************/

/***********************************************************************/
.login {
  position: relative;
  margin: 30px auto;
  padding: 20px 20px 20px;
  max-width: 400px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.login p {
  margin: 8px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
}


.login p.submit {
  text-align: right;
}


:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input,select,textarea {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
.textarea{
  margin: 5px;
  padding: 0 10px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);	
}
input[type=text], input[type=password],input[type=email],select {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
@media screen and (max-device-width: 415px) and (orientation: portrait){
	.logo{
		max-height: 60px;
	}
	.navbar{
		font-size: .5rem;
	}
	p.footer{
	font-size: .8em;		
}
h2{
	font-size: 1.5rem;
	color:#0552a0;
}
.productsImg{
	display: flex;
	  justify-content: center;
	  margin:auto auto;
	  height: auto;
	  max-width: 90%;
	}
	.txt-container{
		padding: 4px
	}
.main-container{
	display: grid;
	max-width: 100%;
  background-color: #f9f7f7;
}
.contact-info{
	
	width:100%;
  background-color: #f1eeee;
}
.form-container{
	
	width:100%;
}
}