body{
    font-size: 1em !important;
}
a{
    text-decoration:none !important;
}

.navbar{
    width: 100%;
}

.phone-icon{
    height: 20px;
    vertical-align: middle;
}
.logo-icon {
    height: 70px;
    vertical-align: middle;
}

.social-media-icon{
    height: 40px;
    vertical-align: middle;
}

.footer p{
    margin-bottom: 0;
}

.nav-item a{
    color: black;
    font-size: 1em;
}
.nav-item a:hover{
    color: white;
}
.nav-item:hover{
    background-color: #007bff;
}

.carousel{
    width: 100%;
    margin: auto;
}

.galleri-img{
    height: 200px;
}

.nav-item.active .nav-link {
    background-color: #007BFF;
    color: white;
}

.nav-item{
    padding: 5px;
}
@media screen and (min-width: 60em){
    body{
        font-size: 1.1em !important;
    }
    .phone-icon, .logo-icon {
        height: 30px;
    }
    .logo-icon {
        height: 120px;
        width: 200px;
        display: block;
        vertical-align: middle;
    }
    .social-media-icon{
        height: 40px;
    }
    .carousel{
        width: 50%;
    }
    .galleri-img{
        height: 400px;
    }
}