/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #000000;
  background-color: #FFFFFF;
  background-image:url("../img/red.jpg");
  background-repeat: repeat;
}

.main{
  padding: 0 50px;
  background-image:url("../img/yellow.jpg");
}

.copyright{
  padding-bottom: 40px;
}

hr{
  color: #e20d21;
  border: solid 1px #e20d21;
}

a, h1{
	color:#e20d21;
}

a:hover{
	color:#e20d21;
}

.section-fix{
	margin: 75px;
}

.section-fix-small{
	margin: 25px;
}

.border {
    display: block;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 120px;
	  background: none repeat scroll 0 0 #3c3c3c;
}

.img-thumbnail{
  box-shadow: 5px 5px 10px #3c3c3c;
  vertical-align:middle;
}



.navbar{
    min-height: 50px;
}
.navbar-nav, .dropdown-menu {
    float: right;
    margin: 0;
    margin-right: -15px;
    text-align: center;
}
.navbar-nav > li{
    float: none;
    display: inline-block;
}

.navbar-nav > li > a{
  color:#e20d21;
  font-weight: bold;
  background-color: transparent;
}

.navbar-nav > li > a:link, .dropdown-menu > li > a:link{
    line-height: 35px;
}
.navbar-nav > li > a.active, .dropdown-menu > li > a.active {
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #e20d21;
  background-color: #e7e7e7;
}

.navbar-brand img{
  position: relative;
  left:-15px;
  top:-9px;
  border: solid 2px #e20d21;
  vertical-align:middle;
  margin-bottom:5px;
}

.service-item{
  width:180px;
  height: 180px
}

.fb img{
  border:none;
	width:52px;
	height:52px;
  margin:7px 0px;
}

.banner{
  width:100%;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    margin:20px 0px;
}

td{
  border: 1px solid #e20d21;
  width: 20%;
  height: 70px;
  padding: 0 5px;
}


h2.materials{
  height: 100px;
}


.form-control{
	margin:2px 0px;
}

.btn-mk{
  color: #ffe509;
  background-color: #e20d21;
}

iframe{
	width:100%;
	height:450px;
	border:1px solid #e20d21;
}

.score{
  font-weight: bold;
  word-wrap:break-word;
}

label{
  margin-left: 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }


  table {
    width:100%;
  }

  .test{
    display:inline-block;
    width:33%;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
