@charset "utf-8";

body, body.container-fluid {
	margin: 0;
	padding: 0;
  height: 100%;
  line-height: 1.5;
  font-size: 15px;
}

#intro .row {
  margin-right: 0;
}

#intro {
	color: black;
	margin: 0 auto;
  height: 600px;
  width: 100%;
  clear: both;
}

#intro.logo {
  background: url(../images/logo_foto.jpg);
  background-size: 100%;
  background-position: center bottom;
  height: 0;
  padding-bottom: 32%;
}

#intro a {
  background-color: rgba(1, 1, 1, 0.3);
  float: right;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  margin: 0 5px;
}

#intro a:hover {
  background-color: #000;
}

#intro a:first-of-type {
  margin-right: 0;
  border-bottom-right-radius: 0;
}

#second {
  background-color: black;
	color: white;
	overflow: hidden;
}

.circ-icon {
  /*border: 3px solid;
  border-radius: 50%;*/
  display: inline-block;
  height: 140px;
  width: 140px;
  font-size: 60px;
  line-height: 140px;
  vertical-align: middle;
  position: relative;
  top: 0;
  left: 0;
}

.circ-icon:hover {
  font-size: 70px;
}

.circ-item {
  position: relative;
}

.gray {
  background-color: #eee;
}

.lgray {
  background-color: #f3f3f3;
}

/* Bootstrap overrides */
.jumbotron {
  margin: 0;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

h1, h2, h3 {
  margin-top: 0px;
}

section, footer {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

dl {
  margin: 0;
}
dl.dl-horizontal dt {
  width: 7em;
  text-align: left;
}
dl.dl-horizontal dd {
  margin-left: 7em;
}

.row.s {
  padding-top: 20px;
}

/* CSS triangles */
.down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid;
  margin: 0 auto;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: -20px;
}
.jumbotron .down {
  top: -40px;
}
.bblack {
  border-top-color: black;
}
.bwhite {
  border-top-color: white;
}
.bgray {
  border-top-color: #eee;
}

