h1{
font-family: 'Noto Sans', sans-serif;
font: bold;
text-align: center;
padding: 20px;
color: white;
}

h2{
font: bold;
text-align: center;
padding: 50px 0px 20px 0px;
}

h4{
text-align: center;
}

.badge-description{
display:flex;
flex-direction: row;
justify-content: center;
text-align: center;
padding: 30px;
margin-bottom: 20px;
}

#badge{
margin-right: 15px;
}

a{
text-align: center;
}

.nav{
height: 95px;
}

#logo{
padding: 0px;
margin-left: 10px;
}

.nav li{
display: inline-block;
font-size: 16px;
padding: 20px 0px 0px 20px;
text-align: end;
float: left;
}

.nav li:hover{
color: #CC006E;
}

#logo{
padding: 0px;
margin-left: 10px;
}

ul{
width: 100%;
text-align: center;
padding: 10px 0px 0px 0px;
}

#upper-right{
float: right;
padding: 20px 0px 0px 20px;
margin-right: 20px;
}

.coach-selections{
display: flex;
flex-direction: row;
justify-content: center;
text-align: left;
}

.coach{
display: block;
margin-left: 60px;
margin-right: 60px;
width: 100%;
}

.card-body{
width: 350px;
height: 600px;
}

.schedule-button{
display: flex;
align-content: flex-end;
justify-content: center;
}

.btn{
background-color: #CC006E;
border: #CC006E;
align-items:  center;
font-size: 16px;
}

.btn:hover{
background-color:lightpink;
border: #CC006E;
color: #CC006E;
}

.footer{
background-color:#3C64B1;
color: white;
padding: 30px;
display: flex;
}

.light-logo{
padding: 30px;
width: 100%;
}

.explore-indeed{
padding: 30px;
width: 100%;
}

.explore-indeed-cont{
padding: 30px;
width: 100%;
}

.resources{
padding: 30px;
width: 100%;
}

.follow-us{
padding: 30px;
width: 100%;
}

.social-media{
display: flex;
flex-direction: row;
}

.social-media-icons{
padding: 5px;
}

#footerheading{
text-align: left;
}

.copyright{
background-color: #3C64B1;
padding: 20px;
}

#textcopy{
color: white;
text-align: center;
justify-content: center;
}


@media only screen and (max-device-width: 480px){
    .nav li{
    display: flex;
    flex-direction: columns;
    font-size: 16px;
    padding: 0px;
    float: left;
    text-align: center;
    margin-top: 5%;
    }

    ul{
    width: 40%;
    text-align: center;
    padding: 5% 0% 0% 0%;
    }

    #upper-right{
    float: left;
    padding: 0px;
    }
    section{
    padding: 0px;
    margin:auto;
    }

    h1{
    text-align: left;
    padding: 10px;
    }

    h2{
    margin-top: 20%;
    }

    h4{
    margin-top: 10%;
    }

    .coach-selections{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    }

    .coach{
    display: block;
    margin-left: 60px;
    margin-right: 60px;
    width: 14rem;
    }

    .card-body{
    width: 14rem;
    }
    
    .footer{
    padding: 0px;
    display: flex;
    flex-direction: column;
    }
    .light-logo{
    padding: 0px;
    width: 100%;
    }
    .explore-indeed{
    padding: 0px;
    width: 100%;
    }
    .explore-indeed-cont{
    padding: 0px;
    width: 100%;
    }
    .resources{
    padding: 0px;
    width: 100%;
    }
    .follow-us{
    padding: 0px;
    width: 100%;
    }
    #footerheading{
    text-align: left;
    }
    }
    