@media screen and (min-width:0\0){
.navbar{
height:auto;
}
.navbar-expand-lg .navbar-collapse{
height:auto;
}
.navbar-nav{
height:40px;
}
.footer{
position:relative;
bottom:-400px;
}
.yearText{
margin-left:-95%;
transform:translateY(-25px);
}
.offset-xl-1.aboutText{
margin-left:0px;
max-width:52%;
}
}


@media screen and (min-width:0\0) and (max-width: 1199px){
.navbar{
height:auto;
}
.navbar-expand-lg .navbar-collapse{
height:auto;
}
.navbar-nav{
height:40px;
}
.yearText{
margin-left:-90%;
}

.footer{
position:relative;
bottom:-600px;
}
}

@media screen and (min-width:0\0) and (max-width: 3200px){
.yearText{
margin-left:-85%;
}
}
