@charset "UTF-8";

/* CSS Document */

::selection {
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    background: #56abb5;
}

body,
html,
html a {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #37474F;
    background-color: #FFFFFF;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul.list-bullet li {
    list-style: disc;
}

li {
    margin: 0 0 10px;
}



.name {
    font-size: 50px;
    font-weight: 700;
    font-family: sans-serif;
    margin-bottom: 0px;
}

.hero-info {
    position: relative;
    z-index: 9;
}

.overlay {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.banner-bg{
    background-color: #515769;
    padding: 100px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.banner-loaded {
    background-image: url('../img/philippine-bg.gif');
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.banner-blur{
     background-image: url('../img/philippine-bg-blur.jpg');
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.banner-title {
    margin-bottom: 20px;
}

.banner-title h2 {
    font-size: 18px;
    margin-top: 0px;
}

.connect-icons {
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
}

.connect-icons:hover,
.connect-icons:focus {
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 16px;
    color: #37474F;
    background: #ffffff;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.cv-download {
    margin: 20px 0px;
    border-radius: 50px;
    background-color: #0097a7;
    color: #ffffff;
    padding: 17px 20px 16px;
    padding-left: 3px;
    position: relative;
    top: -50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.cv-download-icon{
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
    color: #ffffff;
    padding: 15px 16px;
    margin-right: 10px;
}

.cv-download i {
    font-size: 22px;
    font-weight: bold;
}

.cv-download span{
    vertical-align:top;
}

.cv-download:hover,
.cv-download:active,
.cv-download.active,
.cv-download.active:hover,
.cv-download:focus,
.cv-download.focus {
    background-color: #007582;
    color: #ffffff;
}

.left-content {
    padding-right: 30px;
}

.right-content {
    padding-left: 30px;
}

.section-title {
    padding: 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #17bed2;
    color: #263238;
    line-height: 35px;
}

.section-title h3 {
    margin: 10px 0;
    font-size: 21px;
    font-weight: 700;
}

.section-container {
    margin-bottom: 40px;
}

.section-body .row {
    margin-bottom: 30px;
}

.highlight-bar {
    height: 5px;
    width: 100px;
    position: absolute;
    border-bottom: 5px solid #17bed2;
}

.content-title {
    font-weight: 700;
    font-size: 16px;
}

.content-body {
    margin-top: 10px;
}

footer {
    margin-top: 100px;
    padding: 50px 0px;
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
    font-size: 12px;
    color: #666666;
}

footer p {
    display: inline-block;
}

.connect-footer {
    float: right;
}

.connect-footer a {
    color: #eeeeee;
    border-radius: 4px;
    background-color: #666666;
    padding: 3px;
    width: 20px;
    height: 20px;
    font-size: 11px;
}

@media (min-width: 320px) {}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}