html, body {
height: 100%;
}
/* unvisited link */
a:link {
    color: #00BCD4;
}

/* visited link */
a:visited {
    color: #00BCD4;
}

/* mouse over link */
a:hover {
    color: #00838F;
}

/* selected link */
a:active {
    color: #00838F;
}

img {
    width: 100%;
    height: auto;
}

.hero {
height:100%;
}

.content {
background-color: #fff;
}

.vert_cent {
position:fixed;
z-index:-2;
top:40%;
}

div.sec_list {
text-align:center;
}

.sec_list span {
font-size: 15pt;
}

.active {
color: #00BCD4 !important;
}

/* unvisited link */
.sec_list a:link {
    color: #777;
    text-decoration: none;
}

/* visited link */
.sec_list a:visited {
    color: #777;
    text-decoration: none;
}

/* mouse over link */
.sec_list a:hover {
    color: #000;
    text-decoration: underline;
}

/* selected link */
.sec_list a:active {
    color: #000;
    text-decoration: underline;
}

em {
text-decoration: none;
font-style:italic;
color:#777;
}

.fancybox img {
border: 4px solid #000 !important;
}

h1, h2, h3 {
margin-top: 0 !important;
}