﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    background: transparent;
    margin-bottom: 0px;
    padding: 20px 40px;
}

.navbar-default .btn-link:hover{
    color: white;
    text-decoration:none;
}

.body-content {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}


#welcome {
    height: 100vh;
    background: rgba(9, 62, 116, 1), url('../../../../images/img.sede.jpg');
    background: -moz-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 120%), url('../../../../images/img.sede.jpg');
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 62, 116, 1))), url('../../../../images/img.sede.jpg');
    background: -webkit-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 120%), url('../../../../images/img.sede.jpg');
    background: -o-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 120%), url('../../../../images/img.sede.jpg');
    background: -ms-linear-gradient(top, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 120%), url('../../../../images/img.sede.jpg');
    background: linear-gradient(to bottom, rgba(9, 62, 116, 1) 0%, rgba(255,250,250,0.37) 120%), url('../../../../images/img.sede.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3f2', endColorstr='#fffafa', GradientType=0 ), url('../../../../images/img.sede.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}

    #welcome h1 {
        color: white;
        font-weight: 900;
        text-align: center;
    }

@media (max-width: 768px) {
    #welcome {
        height: 100vh;
    }

        #welcome h1 {
            font-size: 20px;
        }
}

#activities {
    margin-top: 30px;
    margin-bottom: 50px;
}

    #activities h3 {
        margin-bottom: 30px;
    }

    #activities p{
        margin: 10px 0px;
    }

    #activities .btn{
        margin-top: 0px;
    }

footer {
    display: none;
}