body {
    font-family: 'Noto Serif', sans-serif;
    color: #2f3640;
    background-image: url("../images/background.jpg");
}

.thumb-caption {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 26px;
    background-color: transparent;
    color: #333;
    width: 100%;
    display: block;
    font-weight: bold;
    font-family: 'Noto Serif', sans-serif;
}

.introtext {
    padding: 30px 0px;
    margin-bottom: 30px;
    /*border-bottom:1px solid #e1b12c;*/
    font-size: 16px;
}

.navbar {
    border-radius: 0px;
}

.navbar-default {
    background-color: #2f3640;
    border-color: #e7e7e7;
    border: none;
}

.nevdar-tart a:hover {
    color: #e0313d!important;
}

.nevdar-tart a {
    color: #fff!important;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.thumbnail {
    display: block;
    padding: 30px 23px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #eaeaea;
    border: 0px solid #ddd;
    border-radius: 20px;
    box-shadow: 5px 4px 9px -2px #3f51b547;
}

.thumbnail:hover {
    background-color: #dadada;
}

.boton-bta {
    color: #c2303a;
    border-radius: 31px;
    padding: 10px 13px;
    background: #ffffff;
    box-shadow: 5px 4px 9px -2px #676767;
    border: 2px #c2303a solid;
    margin: 0px 1px;
    font-weight: bold;
    font-size: 12px;
	    margin-bottom: 10px;
    font-family: 'Noto Serif', sans-serif;
}

.boton-bta:hover {
    background: #29294f;
    color: #fff;
    border-radius: 31px;
    padding: 10px 13px;
    box-shadow: 5px 4px 9px -2px #676767;
    border: 2px #29294f solid;
}

.boton-rowa {
    margin: 49px 0px;
}

footer {
    position: relative;
    padding: 15px 10px 5px 10px;
    bottom: -22px;
    background-color: #eee;
    border-top: 0px solid #e1b12c;
    width: 100%;
}