/* Mobile Styles */
@media screen and (max-width: 1440px) {
  .b {
   font-size: 1.25rem;
  }
  .text {
	font-size: 1.5rem !important;
    margin-left: -1.5rem !important;
}
    #pro { 
    right: 2.5rem !important; 
    bottom: 2.75rem !important; 
    display: flex; }
   
}


@media screen and (max-width: 768px) {
  .b {
   font-size: 1.25rem;
  }
  .text {
	font-size: 1.5rem !important;
    margin-left: -1.5rem !important;
}
    #pro { 
    right: 2rem !important; 
    bottom: 2.75rem !important; 
    display: flex; }
   
}
    

@media screen and (max-width: 480px) {
  .b {
   font-size: 1.25rem;
  }
  .text {
	font-size: 1.35rem !important;
    margin-left: -1.5rem !important;
}
    #pro { 
    right: 2rem !important; 
    bottom: 2.75rem !important; 
    display: flex; }
    
}


#pro { 
    right: 6rem;  
    bottom: 4rem; 
    display: flex;
}

.text {
  font-size: 2rem;
  position: fixed;
  display: flex;
  color: #fff;
  font-family: Compagnon;
  font-weight: 400;
  text-decoration: none;
}

.b {
  font-size: 1.75rem;
  position: fixed;
  display: inline-block;
  color: #fff;
  font-family: Compagnon;
  font-weight: 400;
  text-decoration: none;
}
   
.a:hover, .a:active {
	color: #fff;
    text-decoration: none;
    display: block;
}

#home {

    color: white; 
    text-decoration: none;
}

#one:hover, #one.active {
	background: linear-gradient(to left, #54EEE6, transparent); 
    color: white; 
    text-decoration: none; 
    padding-right: 55px;
}

#two:hover, #two.active {
	background: linear-gradient(to left, #00F714, transparent); 
    color: white; 
    text-decoration: none; 
    padding-right: 85px;
}

#three:hover, #three.active {
	background: linear-gradient(to left, #FFADFF, transparent); 
    color: white; 
    text-decoration: none; 
    padding-right: 95px;
}

#four:hover, #four.active {
	background: linear-gradient(to right, #EB5A24, transparent); 
    margin-left: -100px;
    color: white; 
    text-decoration: none; 
    padding-right: -100px;
    padding-left: 100px;
}
#link {
	background-color: #BCA9FF;
    font-size: 1rem;
    color: black; 
    text-decoration: none;
    padding: 2px;
}