body {
	background: linear-gradient(-45deg, #bed5db, #1A4F56 );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#logo {
width: 500px;	
padding: 14px 50px;
}


/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 35px 50px;
  text-decoration: none;
  font-size: 20px;
  font-family: "Phudu", serif;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

/*SERVICES SECTION*/


/*HEADING*/
.headingContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#heading {
    font-size: 50pt;
    font-family: "Phudu", serif;
}


/*SERVICES CONTAINERS 1 AND 2*/

.servicesContainer {
    width: 100%;
    height: 70%;
    margin-top: 5%;

}

.servicesContainerTwo {
    margin-bottom: 5%;

}

.servicesSection {
    display: flex;
    justify-content: space-around;

}


/*COMPUTER REPAIR DIV*/
.compRepair {
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.compRepair h3 {
    font-family: "Phudu", serif;
    margin: 30px;

}

.compRepair p {
    font-family: "Roboto", serif;
}

#compRepairImage{
    width: 100px;
    height: 100px;
}


/*NETWORK SETUP DIV*/
.networkSetup {
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.networkSetup h3 {
    font-family: "Phudu", serif;
    margin: 30px;

}

.networkSetup p {
    font-family: "Roboto", serif;
}

#networkSetupImage{
    width: 100px;
    height: 100px;
}


/*SOFTWARE INSTALLATION  DIV*/
.softInstall {
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.softInstall h3 {
    font-family: "Phudu", serif;
    margin: 30px;

}

.softInstall p {
    font-family: "Roboto", serif;
}

#softInstallImage{
    width: 100px;
    height: 100px;
}



/*MICROSOFT  DIV*/
.microsoft {
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.microsoft h3 {
    font-family: "Phudu", serif;
    margin: 30px;

}

.microsoft p {
    font-family: "Roboto", serif;
}

#microsoftImage{
    width: 100px;
    height: 100px;
}


/*WEBSITE  DIV*/
.webDesign {
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.webDesign h3 {
    font-family: "Phudu", serif;
    margin: 30px;

}

.webDesign p {
    font-family: "Roboto", serif;
}

#webDesignImage{
    width: 100px;
    height: 100px;
}

/*ROUTER AND MODEM DIV*/
.routerInstall {
    width: 20%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.routerInstall h3 {
    font-family: "Phudu", serif;
    margin: 30px;

}

.routerInstall p {
    font-family: "Roboto", serif;
}

#routerImage{
    width: 100px;
    height: 100px;
}




/*FOOTER*/

/* ICONS*/
.iconContainer {
	display: flex;
	justify-content: center;
	align-content: center;
	background-color:#c6d1de;
	
}

.icons {
width: 150px;
display: flex;
justify-content: space-evenly;
padding-top: 10px;


}

