/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    color: #110838;
}




body {
    padding-top: 120px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


h1{ position:relative; }
h1 span{ position:absolute; top:-140px;}

a
{
       font-size: 20px;
}
a:link,
a:visited,
a:active
{
    color:  #e3257f;   
}

.navbar
{   

    background-color: #e3257f; 
}

.navbar-header 
{
    height:120px;
    background-color:  #e3257f;
 
}

.navbar-inverse .navbar-nav>li>a
{
    color: white;
    font-size:22px;
    font-family: 'Lato', sans-serif;
 
}

.navbar-inverse .navbar-nav>li>a:hover
{
    color: #110838;
}


.navbar
{
    border-color: transparent;
}

.navbar-brand a:link,
.navbar-brand a:visited,
.navbar-brand a:active
{
    color:white;
    background-color:  #e3257f;
}




label
{
   font-family: 'Lato', sans-serif;
   font-size: 20px;
    font-weight: 100;
    color:#666;
    font-style: italic;
}


h1,h2,h3,h4,h5,h6
{
    font-family: 'Lato', sans-serif;
    
}

small, h5
{
  font-family: 'Lato', sans-serif;
    font-weight: 100;
    color:#999;
    font-style: italic;
}

h5
{
    font-size:15px;
}

p, li
{
    font-family: 'Lato', sans-serif;
    font-size: 19px;
}

.detail-portfolio p,li, a
{
    font-family: 'Lato', sans-serif;
    font-size: 17px;   
}



.page-header
{
    border-bottom: 1px solid #ddd;   
}

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

@media (min-width: 768px) {
    .navbar-nav li a {
        line-height: 100px;

    }
}


.item-portfolio
{
    margin-bottom:40px;
    padding-left:20px;
    padding-right:20px;
}

.img-portfolio {
    margin-bottom: 0px;
}

.img-portfolio-main {
    margin-bottom: 20px;
}


section {
    margin-bottom: 50px;
}

/* Footer Styles */


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus  {
    background-color: #e3257f !important;
    border:0px;
    outline: 0;

}


footer
{
       padding-top:50px;   

}


footer a, footer p
{
             font-size:17px;
}