/* general styles */
html, body {
height: 100%;
width: 100%;
}
/* padded section */
.pad-section {
padding: 50px 0;
}
.pad-section img {
width: 100%;
}
/* vertical-centered text */
.text-vcenter {
display: table-cell;
text-align: center;
vertical-align: middle;
}
/* additional sections */
#home {
background: url(../images/iscte-light.jpg) no-repeat center center fixed;
display: table;
height: 100%;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.home-text{
  background: rgba(25, 25, 25, 0.8)!important;
  color: #fff;
}

.submission-text{
  background: rgba(225, 225, 225, 0.8)!important;
}

#outline {
}


#speakers {
background: url(../images/findings.jpg) no-repeat center center fixed;
display: table;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#speakers .panel {
opacity: 0.85;
}


#services .glyphicon {
border: 2px solid #FFFFFF;
border-radius: 50%;
display: inline-block;
font-size: 60px;
height: 140px;
line-height: 140px;
text-align: center;
vertical-align: middle;
width: 140px;
}
#submission {
background: url(../images/findings.jpg) no-repeat center center fixed;
display: table;
height: 800px;
position: relative;
width: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#submission .panel {
opacity: 0.85;
}

#deadlines {
background-color: #306d9f;
color: #ffffff;
}

#venue {
background-color: #306d9f;
color: #ffffff;
}
#venue .panel
{
  color: #333333;
}

#questions {
background-color: #306d9f;
color: #ffffff;
}

#contact {
background-color: #306d9f;
color: #ffffff;
}

#patronage .col-md-2{
    display: inline-block;
    vertical-align: middle;
    float: none;
	color: #306d9f;
}

#google_map {
height: 500px;
}
footer {
padding: 20px 0;
}
footer .glyphicon {
color: #333333;
font-size: 60px;
}
footer .glyphicon:hover {
color: #306d9f;
}

#patronage img{
   height: auto;
   width: auto;
   max-width: 100px;
}
