/* 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;
}

#organization li {
font-size:18px;
list-style-type: none;
}

/* 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 img {
width: 25%;
padding: 20px 0px 15px 0px;
}

@media screen and (min-width: 728px) {
#home h1{
	font-size:45px;
}
#home h2{
	font-size:38px;
}
#home h3{
	font-size:30px;
}
#home h4{
	padding-top:10px;
	padding-bottom:20px;
	font-size:22px;
}
}

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

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

.speakers-text{
  background: rgba(225, 225, 225, 0.9)!important;
}

.lead{
	font-size: 18px;
}

#programme table {
	font-size:18px;
}

#programme li{
list-style-type: none;
}

#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 li{
font-size:18px;
list-style-type: none;
}


#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-3{
    display: inline-block;
    vertical-align: middle;
	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: 200px;
}

#venue li {
font-size:18px;
}
