@media only screen and (max-width: 600px){
    #name {
        color: red;
        height: 100px;
        font-size: calc(42px + 1.1vw) !important;
        position: relative;
        margin-top: 160px;
        animation: changeColor 5s infinite;
    }


    #horoscopesCarousel{
        width: 50% !important;
        position: absolute !important;
        left: 160px !important;
        top: 25px !important;
    }
    #greenExchangeCarousel{
        width: 50% !important;
        position: absolute !important;
        left: 160px !important;
        top: 25px !important;

    }
    #adventureConnectCarousel{
        width: 100% !important;
        position: absolute !important;
        left: 160px !important;
        top: 25px !important;
    }

}



tr td {
    padding: 2% 0;
}

body{
    background-image: linear-gradient(white 8%,darkgreen 6%,forestgreen 6%, green, seagreen,chartreuse, lime,limegreen, lawngreen,  greenyellow);
}
#body{
    padding: 0px 15%;
}
#header{
    width: 100%;
    background-image: linear-gradient(seagreen 55%, lightblue);
    position: relative;
}
.profLinks{
    position: absolute; 
    bottom: 20px; 
    width: 40%;
    left: 1px
}
/* NavBar */
nav{
    padding: 20px 0;
    height: 160px;
    background-color: lime;
}
nav ul {
    background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.3) 5%,
    rgba(255, 255, 255, 0.5) 35%,
    rgba(255, 255, 255, 0.5) 65%,
    rgba(255, 255, 255, 0.3) 95%,
    rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 10px 10px 25px 0px rgba(255, 255, 255, 0), 
    inset 0 0 1px rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    padding: 1% 0;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    color: black;
    width: 120%;
    text-align: center;
    text-decoration: none;
    font-size: 2.5vw;
    display: block;
    padding: 1% 5%;
}
nav ul li a:hover{
    background-color: rgba(9, 138, 32, 0.3);
    color: red;
}
div.languages > img{
    margin: 2% 5%;
}
.details{
    font-size: 2vw;
    text-align: center;
}

#horoscopesCarousel{
    height: auto;
    position: absolute !important;
    top: 40px;
    border: 6px solid black;
    border-radius: 10px;
    z-index: 50;
}
#greenExchangeCarousel{
    width: 100% !important;
    height: auto;
    position: absolute !important;
    top: 40px;
    border: 6px solid black;
    border-radius: 10px;
    z-index: 50;

}
#adventureConnectCarousel{
    height: auto;
    position: absolute !important;
    top: 40px;
    border: 6px solid black;
    border-radius: 10px;
    z-index: 50;

}
.carousel_img{
    height: auto !important;
    overflow: scroll !important;
}
.nav-tabs{
    display: flex !important;
    justify-content: space-around !important;
    text-decoration: none;
}
.nav-item{
    margin-left: 10px !important;
    width: 15% !important;
    font-size: 1vw;
    text-align: center
}
.link{
    color: blue;
    text-decoration: underline;
    margin-right: 5px;
    margin-left: 5px;
}
.img{
    position: absolute;
    z-index: -1;
    top: 160px;
    width: 100%;
    height: 1200px;
}
#name {
    color: red;
    height: 100px;
    font-size: calc(42px + 2vw);
    position: relative;
    margin: 160px 0 0;
    animation: changeColor 5s infinite;
}
@keyframes changeColor {
    0%   {color: green;}
    10%  {color: blue;}
    20%  {color: red;}
    30%  {color: pink;}
    40% {color: purple;}
    45% {color: lime}
    50%   {color: green;}
    60%  {color: blue;}
    70%  {color: red;}
    80%  {color: pink;}
    90% {color: purple;}
    95% {color: lime}
    100%   {color: green;}
}
.sectionTitle{
    font-size: 50px;
    text-decoration: underline;
    margin-bottom: 5%;
}
.workAbout{
    font-size: 20px;
}
.aboutMe{
    font-size: 25px;
}