﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer{
      /*background-color: #f1f1f1;*/
      background-color:black  ;
      background:black  ;
           background: #555;
  padding: 20px;
  text-align: center;
   color: white;
    background: #555;
      margin-top: 20px;
}




/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
     /*background: #f1f1f1;*/
      
}

.column {
  float: left;
  width: 33.33%;
  padding: 15px;
 
}


.contact-widget .cw-item .ci-text {
	display: table;
	padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
	color: #b2b2b2;
	font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
	font-size: 18px;
	color: #252525;
	margin-bottom: 0;
}
.card {
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  /*width: 40%;*/
  border-radius: 5px;
  background-color:white;
  padding: 5px;
     
}

.card:hover {
  box-shadow: 0 8px 10px 0 #d43f3a;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 10px;
        
    }
    .body-content {
        padding: 10px;
    }
}
