@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mina:wght@400;700&display=swap');

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.bg-light {
    background-color: #117a8b!important;
}

body{
	font-family: 'Roboto', sans-serif;
	color: #666;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

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

a.nav-item.nav-link.active {
    background: white;
    color: #117a8b !important;
}
.project-cover {
	height: 171px;
    background-size: cover;
}

.project {
    height: 221px;
    background-size: cover !important;
}

.project-name {
    background: #00000073;
    bottom: 0px;
    padding: 9px;
    color: #fff;
}

form#contact-form div {
    width: 100% !important;
    margin-bottom: 14px;
}

form#contact-form input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form#contact-form textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form#contact-form button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #117a8b;
    color: #fff;
    border: none;
}

.form__item--scf-website {
    display: none;
}

@media all and (max-width:700px) {
   .btn-warning { width: 100% !important; display:block !important; }
}   