p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

body {
    padding: 0;
    font-family: Calibri !important;
    scroll-behavior: smooth;
}

.opacity-5{
    opacity: 0.5;
}

.move-up{
    transition: all 0.4s ease-in-out;
}

.move-up:hover {
    transform: translateY(-10px) !important;
}

.header{
    background-image: url('images/photo1.jpg');
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}

.move-up {
    transform: translateY(0) !important;
    transition: transform 0.4s ease-in-out !important;
}


.move-up:hover {
    transform: translateY(-10px) !important;
    transition: transform 0.4s ease-in-out !important;
}

.zoom{
    transition: transform 0.5s;
}
.zoom:hover{
    transform: scale(1.1);
    transition: transform 0.5s;
}

.nav-link:hover{
    color: rgb(255, 174, 0) !important;
}

.text-orange{
    color: rgb(255, 174, 0);
}

.btn-orange{
    background-color: rgb(255, 174, 0) !important;
    color: white !important;
}

.btn-orange:hover{
    background-color: rgb(217, 148, 1) !important;
    color: white !important;
}

img{
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

main{
    min-height: calc(100vh - 350px);
}