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

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


h5{
text-align: center;
font-style: italic;
height: 200px;
}

.badge-description{
text-align: center;
padding: 30px;
}

a{
text-align: center;
}

.nav{
height: 95px;
}

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

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

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

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

#upper-right{
float: right;
padding: 10px;
}

.jumbotron{
background-image:url("../final-project-salary-coach-confirmation-page/images/hero2.jpg");
color: white;
padding: 30px 300px;
height: 450px;
}

.hero-copy{
text-align: center;
margin-top: 50px;
}

.confirmation-copy{
text-align: center;
height: 100px;
padding: 20px;
}

.heroCTAflex{
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 50px;
}

.heroCTA-get-started{
align: center;
padding: 0px 20px;
}

.heroCTA-learn-more{
align: center;
padding: 0px 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;
}

#alt-btn-style{
border: 2px #CC006E;
background-color:#11349B;
color: white;
font-size: 16px;
cursor: pointer;
}

#alt-btn-style:hover{
background-color: #8195CD;
color: #11349B;
}


.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%;
}

#footerheading{
text-align: left;
}

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

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