﻿.navbar{
    box-shadow: 2px 2px 5px #000;
    opacity: .9;
}
.main-header {
    position: relative;
    background: url(../Img/Proyecto1/C6.jpg);
    background-size: cover;
    min-height: 400px;
}

.background-overlay {
    position: absolute;
    background-color: rgba(194, 54, 22,0.7);
    min-height: 400px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.second-header {
    position: relative;
    background: url('../Img/Proyecto2/R4.jpg');
    background-size: cover;
    min-height: 400px;
}

.background-overlay2 {
    position: absolute;
    background-color: rgba(76, 209, 55,0.7);
    min-height: 400px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-control .btn{
    border-radius: 0;
}

.team .footer {
    background: #ff0000;
}

