@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
    margin: 0%;
}

.page {
    max-width:72em;           
    margin:0 auto;            
    padding-inline:1rem;  
}

.header {
    background-color: #feea02;
}

.header img {
    padding: 3% 4%;
    max-width: 7em;
}

.nav-item {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 0.2em;
}

.navbar {
  float: right;
  padding: 3% 4%;
  position: relative;
  top: 1.2em;
}

.nav-link {
  color: #003c6b;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
}

.nav-link:hover {
  color: rgb(0, 191, 255);
}

.picture {
    margin: 0%;
}

.picture img {
  width: 100%;
  max-width: 72em;
  height: auto;
  display: block;
  margin: 0 auto;
}

.mid-line {
    margin: 0%;
    background-color: #003c6b;
    width: 100%;
    max-width: 72em;
    height: 3em;
}

.content {
    max-width: 72em;
    margin: 0%;
    padding: 3% 4% 10% 4%;
    background-color: rgb(232, 232, 232);
    display:flex;            
    align-items:center;
    gap: 2em;

}

.article {
    max-width: 60%;
    flex: 1;
}

.content h1 {
    color: #003c6b;
    font-size: 3em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin: 0%;
}

.content p {
    color: #003c6b;
    max-width: 30em;
    font-size: 1.1em;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    margin: 0%;
    padding-top: 2em;
}

.button-group{
  position:static;        
  float:none;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:2em;
}

.btn {
  width: 15em;
  font-size: 1.5em;               
  padding: 0.8em 0;          
  background:#003c6b;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-radius: 2em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}


.btn:hover {
  background: #ffffffdb;
  color: #003c6b;
} 

footer {
  background-color: #feea02;
  margin: 0%;
}

footer p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #003c6b;
  font-size: 1em;
  padding: 2%;
  margin: 0%;
}


/* program page */

.pg-header {
  background-color: #003c6b;
  margin: 0%;
  padding: 0.3em;
  margin-bottom: 15px;
}

.pg-header h1 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
}

.pg-hero {
  min-height: 400px;
  text-align: left;
  background-color: #003c6b;
  padding: 0.3em;
  margin-bottom: 15px;
  
}

.pg-hero img {
  height: 350px;
  width: auto;
  margin: 20px 30px;
  border-radius: 15px;
  box-shadow: 3px 5px 20px 1px rgba(0, 0, 0, 0.82);
}

.pg-hero p {
  text-align: left;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  top: 3em;
  line-height: 1.5em;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}


/* requirement page */

.gd-header {
  background-color: #003c6b;
  margin: 0%;
  padding: 0.3em;
}

.gd-intro {
  min-height: 100px;
  background-color: #003c6b;
  padding: 0.3em;
  padding-bottom: 1em;
}

.gd-intro p {
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  margin-left: 30px;
  margin-right: 30px;
}

.gd-hero {
  min-height: 150px;
  text-align: left;
  background-color: #003c6b;
  padding: 0.3em;
}

.gd-header h1 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
}

.gd-hero h2 {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
}

.gd-hero img {
  height: 350px;
  width: auto;
  margin: 20px 30px;
}

.gd-hero p {
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 300;
  margin-left: 30px;
  margin-right: 30px;
}

.cta div {
  width: 24em;
  background-color: lightblue;
  height: 22em;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
  margin-bottom: 20px;
}

.round-image {
  max-width: 15em;
  height: auto;
  border-radius: 50%;
  margin: 1em 0;
  box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.666);
}

.jobs {
  text-align: center;
  color: #003c6b;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}




