@charset "UTF-8";

body{
  background-image: url("../assets/img/services/boat.jpg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

h1 {
  color:  var(--accent-color);
  margin: 15px auto;
  text-align: center;
}

#jobs {
  color:black;
  max-width: 1200px;
  margin: 100px auto;
}

.job {
  background-color: white;
  padding: 15px 15px;
  margin: 15px auto;
  max-width: 90vw;
}

.job hr {
  background-color:  var(--accent-color);
}

.job h4 {
  margin: 0px auto;
}

.job p {
  text-align: left;
  padding: 0px 15px;
}

.job-title-separator{
  margin: 5px auto;
  color:  var(--accent-color);
  background-color:  var(--accent-color);
  height: 4px;
  border-width:0;
  width: 80%;
  position: relative;
  margin-bottom: 25px;
}

.job-title-titletext{
  display:flex;
  align-items: center;
  justify-content: center;
  min-height: 70px; 
}
.job-title-descriptiontext{
  min-height:200px;
}

.page-section{
  min-height: 90vh;
}

.jobrowsize{
  margin-left: 0;
  margin-right: 0;
}