body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #386FA4;
    color: #333333;
}

header {
    background-color: #59A5D8;
    color: #fff;
    padding: 20px;
    text-align: center;
}

nav {
    background-color: #3a8ac0;
    color: #fff;
    padding: 10px;
    text-align: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

nav a:hover {
    text-decoration: underline;
}

.box-container {
    display: flex;
    justify-content: center;
}

section{
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
}

section#title {
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-width: 1480px;
}

section#home {
    padding: 20px;
    margin: 20px 20px;
    max-width: 700px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-height: 250px;
}

section#about {
    padding: 20px;
    margin: 20px 20px;
    max-width: 700px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-height: 200px;
}

section#profiles {
    padding: 20px;
    margin: 20px 20px;
    max-width: 700px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-height: 220px;
}

section#jobs {
    padding: 20px;
    margin: 20px 20px;
    max-width: 700px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-height: 120px;
}

section#map {
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-width: 1480px;
    min-height: 580px;
}

section#contact {
    padding: 20px;
    margin: 40px auto;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-width: 1480px;
    min-height: 580px;
}

section#submitted {
    padding: 20px;
    margin: 40px auto;
    max-width: 800px;
    background-color: #fff;
    box-shadow: 0 0 10px (0, 0, 0, 1);
    min-width: 1480px;
    min-height: 580px;
}

.form-group {
    margin-bottom: 15px;
    min-width: 1480px;
}

label {
    display: block;
    font-weight: bold;
}

input, textarea, select {
    width: 97%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 5px;
}

textarea {
    border-radius: 5px;
    border: 2px solid #000000;
    resize: none;
}

.btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.btn:hover {
    background-color: #00565b;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #133C55;
    color: #133C55;
    display: flex;
    justify-content: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer ul li {
    display: inline;
    padding: 50px;
    padding-bottom: 0%;
}

#profiles {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-content {
    display: flex;
    align-items: center;
    text-align: left;
}

.profile-image {
    flex-shrink: 0;
    margin-right: 20px;
}

.profile-image img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.profile-text {
    flex: 1;
}

button{
    background-color: #0055ff;
    color: #fff;
    padding: 20px 75px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 22px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

button:hover, .button:hover {
    background-color: #0407b4;
}

button:active, .button:active {
    background-color: #000000;
}

.button-submit {
    background-color: #0055ff;
    color: #fff;
    padding: 20px 150px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 22px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.button-submitted {
    background-color: #0055ff;
    color: #fff;
    padding: 20px 66px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 22px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.button-submit:hover {
    background-color: #0407b4;
}

.button-submit:active {
    background-color: #000000;
}

.svg-inline--fa {
  vertical-align: -0.200em;
}

.social-buttons {
  text-align: center;
  display: block;
}

.social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 0.6875rem;
  transition: all 0.5s ease;
  margin-right: 10rem;
  margin-bottom: 0.25rem;
  margin: 0 65px;
}

.social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
  font-size: 30px;
}

.social-buttons .social-button.facebook {
  background: #386FA4;
}

.social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fff;
  border-color: #3b5998;
}

.social-buttons .social-button.twitter {
  background: #386FA4;
}

.social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fff;
  border-color: #55acee;
}

.social-buttons .social-button.linkedin {
  background: #386FA4;
}

.social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fff;
  border-color: #007bb5;
}

.social-buttons .social-button.youtube {
  background: #386FA4;
}

.social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fff;
  border-color: #bb0000;
}

.social-buttons .social-button.instagram {
  background: #386FA4;
}

.social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fff;
  border-color: #125688;
}

@media screen and (max-width: 600px) {
    section#title {
        min-width: 330px;
        max-width: 351px;
    }

    .box-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer {
        padding: 20px;
    }

    footer ul li {
        display: inline;
        padding: 20px;
        padding-bottom: 0%;
    }

    .social-buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .social-buttons .social-button {
        margin: 5px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    section#map {
        min-width: 350px;
        max-width: 351px;
    }

    section#map iframe {
        width: 100%;
        height: 600px;
    }

    .profile-content {
        flex-direction: column;
    }

        section#contact {
            min-width: 310px;
            max-width: 351px;
    }

    .form-group {
        min-width: 338px;
        max-width: 339px;
    }
    
    .button-submit {
        padding: 20px 141px;
    }

    section#submitted {
        min-width: 350px;
        max-width: 351px;
    }
}
