@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
html,body {height: 100%;  }
body {
  background: #EBEBEB;
  font-size: 16px;
  
  color: #888;
  text-align: left;
    overflow-x:hidden; 
  font-family: "runda";
/*font-family: 'Source Sans Pro', sans-serif;*/
  

}
a,a:hover,a:active,a:focus {color:#71513C; }
#banner {position: relative; height: 100%;background:#000 url(../img/bgh.jpg); background-size: cover}
#banner #logo,#banner #intro {position: absolute; left: 3%; }
#banner #logo {top: 8%;}
#banner #logo img {width: 200px; }
#banner #intro {color: #fff; top: 40%; font-size: 40px; font-weight: lighter; line-height: 47px}
#banner #intro a {display:block; margin-top:30px;  font-size: 25px;
 background: rgba(0,0,0,0.4); color: #fff; text-decoration: none;
text-align: center;
font-weight: 400;
max-width:185px;
padding: 7px 0px; 
}
#banner #intro a:hover {color: #fff}

#content {padding: 70px 0px 0px 0px;}
#content-title {color: #71513C; text-align: center; margin-bottom: 80px; font-weight: lighter;}

.card {border-radius: none !important; padding: 0px 39px; margin-bottom: 80px}
.card::after{
	display: block;
content: "";
background: #71513b33;
width: 20%;
height: 1px;

margin-top: 10px;
}

/*.card::before{
	display: block;
content: "";
background: #71513b33;
width: 20%;
height: 1px;

margin-bottom: 10px;
}*/

.card-block {line-height: 30px; text-align: left;color: #71513ce6; min-height: 150px}
.card .card-block , .card-img-top, .card-header{padding: 0px;}
.card-img-top {margin: 20px auto; margin-bottom: 25px;}
.card,.img-thumbnail,.card-header {background: none; background-color: none ; border: none}
.img-thumbnail {height:75px; width: auto }
.card-header  {font-size: 25px;color: #71513C;}
.card-header a {display: block; margin-top: 5px; font-size: 14px; font-style: italic;}

#footer {font-size: 13px; color:#71513ce6; padding-top: 10px; padding-bottom: 5px;  margin-bottom: 10px;}
#footer .container {border-bottom: 1px solid #71513b4d; padding-bottom: 5px; }



@media (max-width: 800px) {
  .card { padding: 0px 20px}
}

@media (max-width: 500px) {
  #banner #intro {font-size: 30px; line-height: 37px; top:35%;}
}
