/* ==================================================
General
================================================== */
h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif, "Open Sans", Arial, sans-serif;
    color: #1d2a4a;
}
p {
    line-height: 1.5;
    color: #1d2a4a;
    font-size: 1em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 4em;
}
h2 {
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Playfair Display SC', serif, "Open Sans", Arial, sans-serif;
}
h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    font-size: 18px;
}
a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.padcon {
    padding-bottom: 15px;
}
/* ==================================================
Elements
================================================== */
section {
    padding: 1px 0;
}
.subhead {
    text-align: center;
}
hr {
    max-width: 320px;
    border-top: 1px solid #1d2a4a;
    height: 0px;
    box-sizing: content-box;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.btn {
    background-color: #1d2a4a;
    font-family: 'Playfair Display', serif, "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px;
    border-radius: 5px;
}
.btn:hover {
    background-color: #e67300;
    color: #fff;
}
.btn:focus {
    color: #fff;
}
.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}
.btn-ghost:hover {
    background-color: #fff;
    color: #1d2a4a;
}
.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}
a:hover, a:active, a:visited, a:focus {
    text-decoration: none !important;
}
.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1d2a4a;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #e67300 !important;
}

.jumptarget::before {
    content:"";
    display:block;
    height:60px;
    margin:-60px 0 0;
}
/* ==================================================
Home Styling
================================================== */
.home {
    display: table;
    position: relative;
    background-image: url(../img/cover.jpg);
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    height: 100vh;
}
.home:after {
    content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.home-brand {
    margin-bottom: 75px;
    display: inline-block;
}
.home-brand:hover {
    opacity: .75;
}
.tagline {
    font-family: 'Playfair Display SC', serif, "Open Sans", Arial, sans-serif;  
    font-size: 1.5em;
    margin: 2em 0 3em 0;
    color: #fff;
    text-shadow: 3px 2px 1px rgba(0,0,0,0.6);
}
.brand {
    font-family: 'Playfair Display SC', serif, "Open Sans", Arial, sans-serif;
    color: #fff;
    text-shadow: 4px 2px 1px rgba(0,0,0,0.6);
}
.title-norm { 
    display: block; 
} 
.title-mobile { 
    display: none; 
} 
@media (max-width: 768px) {
    .title-norm { 
        display: none; 
    } 
    .title-mobile { 
        display: block; 
    } 
}
/* ==================================================
Header Styling
================================================== */
#header {
    background: #1d2a4a;
    height: 60px;
}
#header #logo {
    margin: 13px 25px 0 0;
}
#header #logo h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    font-family: 'Playfair Display SC', serif, "Open Sans", Arial, sans-serif;
    text-shadow: 2px 2px 1px rgba(0,0,0,1);
    font-weight: 700;
    letter-spacing: 2px;  
}
#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}
#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
@media (max-width: 768px) {
    #header {
    height: 45px;
    }
    #header #logo {
    margin: 10px 0 0 0;
    }
    #header #logo h1 {
    padding: 0 0;
    font-size: 20px;
    }
    #header #logo img {
    max-height: 30px;
    }
}
#header .social-nav {
    margin-top: 10px;
}
#header .social-nav a {
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
}
#header .social-nav a:hover {
    color: #e67300;
}
/* Nav Menu */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
#nav-menu-container {
    margin: 0;
}
@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}
/* Nav Meu Styling */
.nav-menu a {
    padding: 17px 15px 18px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Playfair Display', serif, "Open Sans", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    outline: none;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu  {
    color: #e67300;
}
.nav-menu ul {
    margin: 0 0 0 15px;
    -webkit-box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.2);
}
.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}
.nav-menu ul li:first-child {
    border-top: 0;
}
.nav-menu ul li:hover {
    background: #1d2a4a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}
.nav-menu ul li a:hover {
    color: #e67300;
}
.nav-menu ul ul {
    margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 4px 5px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #fff;
}
@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}
/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -200px;
    width: 200px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
    padding-left: 15px;
    text-align: left;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 0px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}
#mobile-nav ul li a:hover {
    color: #fff;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #1d2a4a;
}
#mobile-nav ul .menu-item-active {
    color: #1d2a4a;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
/* Mobile Nav Body */
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
/* ==================================================
About Styling
================================================== */
#about {
    position: relative;
    border-top: 42px solid transparent;
    margin: -30px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
#about:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
}
.tweets {
    border-style: double;
    border-color: #1d2a4a;
    border-radius: 3px;
}
/* Stats */
.stats-row {
    margin-top: 25px;
}
.stats-col .circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    font-family: 'Playfair Display', serif, "Open Sans", Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border: 6px solid #1d2a4a;
    border-radius: 5%;
    padding: 45px 25px 0 25px;
    position: relative;
}
.stats-col .circle .stats-no {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -25px;
    right: -15px;
    font-family: 'Playfair Display', serif, "Open Sans", Arial, sans-serif;
    font-size: 18px;
    background-color: #e67300;
    position: absolute;
    border-radius: 5%;
    font-weight: 700;
}
/* ==================================================
Parallax Styling
================================================== */
.parlx {
    color: #fff;
    height: 450px;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;  
}
.parlx-alt {
    display: none;
}
@media (max-width: 768px) {
    .parlx { 
        display: none; 
    } 
    .parlx-alt { 
        display: block;
    } 
}
/* ==================================================
Resume Styling
================================================== */
.resume {
    background: #f2f2f2;
    list-style-type: none;
    line-height: 1.5;
    padding-left: 0em;
    margin-bottom: 10px;
    color: #1d2a4a;
    font-size: 15px;
}
.resumebullet {
    list-style-type: disc;
    padding: 0em 1.3em 0em;
}
.respadleft {
    padding-left: 4em;
    border-right: 1px solid #999999;
}
.respadright {
    padding-right: 7em;
}
.res-sp {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.res-mar {
    margin-bottom: 2px;
}
.resume-head {
    text-decoration: underline;
    padding-bottom: 0.5em;
}
.res-tab {
    margin: 0 0 6px;
}
@media screen and (max-width: 988px) {
    h3, h4, p, li, .respadright, .respadleft {
        text-align: center;
        list-style-type: none;
        border-right: 0px;
    }
    .respadright, .respadleft {
        padding: 0;
    }
    .res-sp, .resume {
        font-size: 10px;
    }
    .resume{
        margin-bottom: 0px;
    }
}
/* Education */
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
}
.table>tbody>tr>th.info{
    background-color: #e6f2ff;
}
.table-bordered>tbody>tr>th{
    border: 1px solid #1d2a4a;
}
.table-bordered>tbody>tr>td{
    border: 1px solid #1d2a4a;
}
.table-condensed>tbody>tr>th{
    padding: 5px;
}
.table-condensed>tbody>tr>td{
    padding: 5px;
}
.table>tbody>tr>th{
    line-height: 1.3;
    vertical-align: top;
}
th {
    text-align: left;
}
/* ==================================================
C-Break Styling
================================================== */
.cbr {
    background-color: #1d2a4a;
    padding: 25px 0;
}
.cbr h2 {
    margin-bottom: 5px;
}
.cbr h2, .cta p {
    color: #fff;
}
.cbr p {
    margin-bottom: 0;
    opacity: .75;
}
.cbr .btn-ghost {
    position: relative;
    top: 13px;
}
/* ==================================================
Portfolio Styling
================================================== */
.portfolio {
    background-color: #e6f2ff;
    padding-bottom: 0;
}
.portfolio h2 {
    color: #1d2a4a;
    margin-bottom: 25px;
}
.portfolio-grid .row {
    margin: 0 10%;
}
.portfolio-grid .row > div {
    padding: 0;
}
.portfolio-grid .row > div .card img {
    width: 100%;
}
.portfolio-grid .row > div .card .portfolio-over {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-grid .row > div .card .portfolio-over > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-grid .row > div .card .portfolio-over .card-title {
    color: #fff;
    font-size: 30px;
}
.portfolio-grid .row > div .card .portfolio-over .card-subtitle {
    color: #fff;
    font-size: 20px;
    margin-bottom: .75rem;    
}
.portfolio-grid .row > div .card .portfolio-over .card-text {
    color: #fff;
    opacity: .75;
    padding: 0 45px;
}
.portfolio-grid .row > div .card:hover .portfolio-over {
    opacity: 1;
    visibility: visible;
}
/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    margin: 5% auto;
    width: 50%;
}
/* The Close Button */
.closem {
    position: absolute;
    color: #1d2a4a;
    right: 10px;
    top: 0;
    font-size: 30px;
    font-weight: bold;
}
.closem:hover, .closem:focus {
    color: #e67300;
    text-decoration: none;
    cursor: pointer;
}
/* ArcGISOnline */
.frame-center {
    margin: 0 auto;
    display: block;
    height: 600px;
}
@media (max-width: 768px) {
    .modal-content {
        margin: 25% auto; /* 15% from the top and centered */
        width: 64%; /* Could be more or less, depending on screen size */
    }
    .closem {
        right: 8px;
        font-size: 20px;
    }  
    .frame-center {
        height: 200px;
    }
}
/* SQL Text Area */
.form-control {
    display: block;
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 12px;
    font-size: 0.8em;
    line-height: 1.3;
    color: #555;
    background-color: #fff;
}
/* ==================================================
Contact Section
================================================== */
#contact {
    background: #fff;
    padding: 10px 0;
}
#contact h2 {
    color: #1d2a4a;
    margin-bottom: 40px;
}
#contact .info i {
    font-size: 30px;
    color: #1d2a4a;
    float: left;
}
#contact .info p {
    padding: 6px 0 5px 50px;
    line-height: 16px;
}
.img-border {
    float: none;
    margin: 0 auto 8px;
    border: #999 solid 1px;
}
.img-rounded {
    border-radius: 5px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-left {
    float: left;
    margin-right: 25px;   
}
.con-sp {
    padding-top: 10px;
}
.wordbreak {
    word-wrap:break-word;
}
@media (max-width: 768px) {
    #contact .info i {
        font-size: 20px;
    }
    #contact .info p {
        text-align: left;
    }
    .img-left {
        float: none;
        display:block;
        margin: auto;   
    }  
}
/* ==================================================
Footer Styling
================================================== */
.site-footer {
    background-color: #111;
    padding: 0;
}
.site-footer h2, .site-footer p {
    color: #fff;
}
.site-footer p {
    opacity: .75;
    line-height: 2.0925;
}
.site-footer h2, .site-footer .btn {
    margin-bottom: 25px;
}
.site-footer .social-nav a {
    color: #fff;
    opacity: .25;
}
.site-footer .social-nav a:hover {
    opacity: 1;
}
.site-footer .bottom {
    background-color: #000;
    padding: 20px 0;
}
.site-footer .bottom .list-inline, .site-footer .bottom p {
    margin: 0;
}
.site-footer .bottom .list-inline {
    position: relative;
    top: 5px;
}
.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: 'Playfair Display', serif, "Open Sans", Arial, sans-serif;
    margin-right: 15px;
}
.site-footer .bottom .list-inline a:hover {
    color: #e67300;
}
.site-footer .credits {
    color: #ddd;
}
.site-footer .credits a {
    color: #1d2a4a;
}
/* ==================================================
Responsive Styling
================================================== */
@media (max-width: 61.9em) {
    .resume {
        padding-bottom: 5px;
        position: relative;
    }
    p,
    .block p {
        margin: 0;
    }
    .home-brand {
        margin-bottom: 35px;
    }
    .tagline {
        margin: 35px 0;
    }
    h1 {
        font-size: 32px;
        margin: 0;
    }
    h2,
    .tagline {
        font-size: 24px;
    }
    h2 {
        margin-bottom: 25px;
    }
    h3 {
        font-size: 14px;
    }
    h4 {
        font-size: 12px;
    }
    .home {
        padding: 75px 0;
    }
    .stats-col {
        margin-bottom: 25px;
    }
    .block {
        height: auto;
    }
    .feature-col {
        padding-bottom: 30px;
    }
    .portfolio-grid .card h3.card-title {
        font-size: 18px !important;
    }
    .portfolio-grid .card .card-text {
        font-size: 13px;
    }
    .team .team-over {
        padding-top: 20px;
    }
    .team .card {
        margin-bottom: 15px;
        padding: 0;
    }
    .mobpad {
        padding-bottom: 10px;
    }
    .site-footer .list-inline {
        text-align: center;
        padding-bottom: 15px;
    }
    .site-footer .list-inline li {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .block {
        padding-left: 30px;
        padding-right: 30px;
    }
}