

body, html {
    height:fit-content;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #935633;
}
body{
    background-image: url("../Assets/newbg.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#logo{
    position: relative;
    top:30px;
}
  
.subtitle span{
    color: #ffffff;
    font-size: 20px;
    margin-right: 0.25em;
}

.container{
    padding-top: 20px;
}
#logo{
    margin-bottom: 1em;
}

.subtitle{
    font-size: 1rem;
    font-weight: bold;
    color: #C6ac81;
}
.link-tree{
    padding: 0.5em 0;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
a{
    text-decoration: none;
    border: none;
}

.link{
    z-index: 10;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.2em;
    padding: .85em 1.25em;
    box-shadow: 4px 4px 2px rgba(150, 75, 0, 0.12);
    border-radius: 5px;
    transition: all 250ms;
    text-align: start;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.link:last-child{
    margin-bottom: 0;
}
.link:hover{
    background-color: rgba(150, 75, 0, 0.8);
    transform: scale(1.05);
}

.copyright{
    font-size: 0.8rem;
    color:rgb(231, 231, 231);
}
@media (min-width:450px) {
    body{
      background-image: url("../Assets/biobg.svg") ;
         background-position: center center; 
      
    }
    .link-tree{
        margin: 0 auto;
        width: 400px;
    }
}
#link0{
    background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}#link1{
    background-image: linear-gradient(to right, rgba(5, 250, 34, 1),rgba(124, 255, 92, 0.25) );
}#link2{
    background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}#link3{
    background-image: linear-gradient(to right, rgb(61, 54, 54),rgba(26, 26, 26, 0.25) );
}#link4{
    background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}#link5{
    background-image: linear-gradient(to right, rgba(236, 56, 110, 1),rgba(236, 56, 110, 0.25) );
}#link6{
    background-image: linear-gradient(to right, rgba(60, 157, 246, 1),rgba(91, 150, 238, 0.25) );
}

#con{
    color: white;
    font-size: 1rem;
    margin-top: 0;
}
.contact a{
    margin-top: 0;
    color: #C6ac81;
}
 .img1{
     margin-right: 0.5em;
    height: 25px;
    width: 25px;
    } 

.fa-twitter-square{
    font-size: 1.4rem;
    border: 1px solid white;
    border-radius: 50%;
}
