/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 27, 2017, 8:42:37 AM
    Author     : euclides
*/

.masthead .nav_bar { background: #715844; margin-bottom: -16px; padding-bottom: 0; }
.masthead .navbar li.nav-item a.nav-link { color: #FFF; font-family: 'Oswald', sans-serif; }
.masthead .navbar li.active a.nav-link { color: #715844; background: #FFE8B4; }

.masthead .social li { list-style: none; float: left; margin-left: 15px; font-family: 'Oswald', sans-serif; }
.masthead .social li a { color: #222222; text-align: left; }
.masthead .social li i { font-size: 1.2em; }

h1 { font-family: 'Oswald', serif; font-weight: bold; color: #715844; font-size: 2em;}
h2 { font-family: 'Oswald', serif; font-weight: bold; color: #715844; font-size: 1.6em; margin-bottom: 1.2em}
h3 { font-family: 'Oswald', serif; font-weight: bold; color: #715844; font-size: 1.1em; margin-bottom: 1.5em;}
h4 { font-family: 'Oswald', serif; font-weight: bold; color: #715844;}
.container { font-family: 'PT Sans', serif; }

.container .jumbotron { background: rgba(255,255,255,.3);}

.text-white { color: #FFF; }
.no-background { background: none; }

/*
 * Footer
 */

.footer { padding: 2.5rem 0; color: #FFF; text-align: center; background-color: #000; border-top: .05rem solid #e5e5e5; }
.footer .footer-widget-area { margin: 30px 0;}
.footer .footer-widget-area .block { display:inline-block; padding: 0 15px; }
.footer .social ul { margin-left: 0; }
.footer .social li { display:inline-block; padding: 0 15px; font-size: 1.4em;}
.footer .social li a{ color: #CCC;}
.footer .social li a:hover{ color: #FFF;}
.svg { width: 300px; }
.svg_white path { fill: #FFF; }
a.icon { display:inline-block; margin: 0 8px; text-align:center; white-space:nowrap; vertical-align:middle; -webkit-user-select:none; -moz-user-select:none;-ms-user-select:none;user-select:none; -webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out; border: 2px solid #FCB200; height: 60px; width: 60px; border-radius: 50%; padding: 8px; line-height: 50px; }
a.icon:hover { border: 2px solid #FFF; }
a.icon i {font-size: 30px;}

@media (max-width:768px){
    .masthead .social { display: none;}
}