@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;550;600;700;800&display=swap");
@media screen and (max-width: 767px) {
/* All Pages */
html {
  width: 100%;
  max-width: 767px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  padding-top: 250px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-divider {
  width: 80%;
  margin: 0px auto;
  border: none;
  border-top: 1px solid #454545;
}

/* index.php */
#welcome {
  text-align: center;
  color: #454545;
}

#welcome h1 {
  padding: 15px 20px 0px;
  font-size: 2.5rem;
  font-weight: 800;
}

#welcome p{
  padding: 0px 15px 10px;
  font-size: 1.3rem;
}

#weather-forecast {
  text-align: center;
  margin: 5% 10% 0;
}

#weather-forecast h1{
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
  color: #454545;
}

.weather-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.weather-day {
  background: #2DAEF3;
  padding: 10px;
  border-radius: 10px;
  width: 150px;
}

.weather-day h4{
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}

.weather-day p {
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}

#snow-last-week {
  text-align: center;
  margin: 0 auto 5%;
  padding: 10px;
  border-radius: 8px;
  width: 80%;
}

#snow-last-week h2 {
  font-size: 2rem;
  color: #454545;
  font-weight: 700;
}

#snow-last-week p {
  font-size: 1rem;
  color: #454545;
  font-weight: 600;
}

#buy-permits {
  width: 100%;
  text-align: center;
  color: #454545;
}

#permits-info {
  margin: 30px;
}

#permits-info p {
  font-size: 1rem;

}

#permits-info h2 {
  font-size: 2.4rem;
}

#permits-info h4 {
  font-size: 1.1rem;
}

#permits-info h3 {
  font-size: 1.3rem;
}

#permits-info a:link {
  color: #A11515;
}

#permits-info a:visited {
  color: #151EA1;
}

#buy-permits img {
  width: 40%;
  height: auto;
  margin-bottom: 30px;
}

#ads {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 60px auto;
}

#ads a {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin: 0 auto;
}

.ad-image {
  width: 60%;
  max-width: 600px;
  height: auto;
  margin: 8px auto;
}

#kids-trained {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

#kids-info {
  width: 70%;
  border-radius: 5px;
  background-color: #454545;
  color: white;
}

#kids-info h2 {
  font-size: 1.8rem;
}

#kids-info p {
  font-size: 1rem;
  margin-right: 10px;
  margin-left: 10px;
}

#kids-info a {
  display: inline-block;
  background-color: white;
  color: #454545;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: background-color 0.3s ease;
}

#trail-guides {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  text-align: center;
  color: #454545;
}

#trail-guides h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8rem;
  border-bottom: 2px solid #454545;
  padding-bottom: 0px;
}

#trail-guides h2 {
  margin: 10px auto;
}

#trail-guides h2 a {
  display: inline-block;
  background-color: #454545;
  color: white;
  text-decoration: underline;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}

#trail-guides h3 {
  font-size: 1.8rem;
  margin: 10px auto;
  border-bottom: 2px solid #454545;
}

#trail-guides ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#trail-guides li {
  margin: 10px auto;
}

#trail-guides li a {
  font-size: 1.1rem;
  font-weight: 500;
  color: #151EA1;
}

#trail-guides img {
  margin: 2% auto;
  width: 100%;
  height: auto;
}

#advertise-with-us {
  display: none;
}

#advertise-with-us-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 60px auto;
  text-align: center;
}

#advertise-info-mobile {
  width: 80%;
  border-radius: 5px;
  background-color: #454545;
  color: white;
}

#advertise-info-mobile h2 {
  font-size: 1.6rem;
  margin: 10px auto;
}

#advertise-info-mobile img {
  width: 30%;
  height: auto;
  margin: 40px auto 10px;
}

#advertise-info-mobile h4 {
  font-size: 1.3rem;
  margin: 15px auto;
  font-weight: 600;
}

#advertise-info-mobile p {
  font-size: 1rem;
  margin: 15px;
}

#advertise-info-mobile p:last-child {
  margin-bottom: 40px;
}

#advertise-info-mobile a {
  color: white;
}

/* header.php */
.desktop-header {
  display: none;
}

header, .topnav {
  overflow: visible;
}

.mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 250px;
  background-image: url("images/indexgroup.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: height 0.3s ease, background-position 0.3s ease;
}

.mobile-header.scrolled {
  height: 110px;
  background-position: top;
}

.mobile-header::before {
  content: "";
  position: absolute;
  inset: 0; background:
  rgba(0, 0, 0, 0.5);
  z-index: 0;
}

#permits-header-mobile {
  height: 60px;
  width: 60px;
}

.mobile-header #mobilelogo {
  transition: height 0.4s ease;
}

#permits-header-desktop {
  display: none;
}

.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
}

#mobilelogo {
  height: 85px;
  width: auto;
}

#menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
}

#menu-icon {
  height: 50px;
  width: 50px;
}

#nav-links {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease;
  flex-direction: column;
  text-align: left;
  width: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  box-shadow: 0 6px 10px rgba(0,0,0,0.1);
  background-color: #454545;
  opacity: 0;
  z-index: 2000;
}

#nav-links.show {
  display: flex;
  max-height: 550px;
  opacity: 1;
  transition: max-height 0.4s ease-in, opacity 0.3s ease-in;
}

#nav-links a {
  display: block;
  padding: 14px 0px 14px 30px;
  text-decoration: none;
  color: white;
  border-top: 1px solid #eee;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #454545;
  transition: background-color 0.2s ease;
  z-index: 10000;
  cursor: pointer;
}

#nav-links a:first-child {
  border-top: none;
}

#nav-links a:hover {
  background-color: #272727;
  color: white;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

/* Shown when activated */
.submenu.show {
  max-height: 300px;
}

/* Add ▼ indicator */
.has-submenu::after {
  content: " ▼";
  font-size: .8rem;
}

/* Optional indentation for submenu links */
#nav-links .submenu a {
  padding-left: 60px;
  font-size: 1rem;
}

/* footer.html */
#footer {
  width: 100%;
}

#footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
}

.logo-box {
  width: auto;
  height: 60px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#copyright {
  background-color: #454545;
  color: white;
  text-align: center;
  font-size: 1rem;
  padding: 20px auto;
}

/* training.php */
#training-main {
  color: #454545;
}

#driver-training {
  margin: 10px 30px;
}

#driver-training h1{
  font-size: 2.8rem;
  margin: 10px auto;
  padding-top: 20px;
}

#driver-training p {
  font-size: 1.1rem;
  text-align: left;
}

#hand-signals {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

#hand-signals ul {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 30px;
}

#hand-signals ul img {
  width: 90px;
  height: auto;
  flex-shrink: 0;
}

#hand-signals .text {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
}

#hand-signals .text strong {
  font-size: 1.2em;
  font-weight: 600;
}

#hand-signals .text span {
  font-size: 1em;
  line-height: 1.4em;
}

#hand-signals ul:last-child {
  margin-bottom: 40px;
}

/* news.php */
#news-post {
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #454545;
}

#latest-new h1 {
  color: #454545;
  border-bottom: 1px solid #454545;
  font-size: 2.8rem;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#news-post h4 {
  font-size: 1.8rem;
  margin: 30px auto 5px;
}

#news-post small {
  display: block;
  font-size: 1.1rem;
  margin: 10px auto 20px;
  margin-bottom: 20px;
}

#news-post img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

#news-post p {
  padding: 10px 22px 10px;
  font-size: 1rem;
}

#news-description {
  text-align: left;
  margin: 0 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.read-more-btn {
  display: inline-block;
  margin: 0px auto 30px;
  padding: 10px 20px;
  background-color: #A11515;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#show-more-btn {
  background-color: #454545;
  color: #fff;
  border: none;
  padding: 8px 14px;
  margin-bottom: 30px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 1.2rem;
  transition: background-color 0.2s ease;
}

#show-more-btn:hover {
  background-color: #333;
}

.read-more-btn:hover {
  background-color: #151EA1;
}

#newsletter-list {
  margin: 40px 40px;
  text-align: center;
  width: 80%;
  max-width: 800px;
}

#newsletter-list h3 {
  margin-bottom: 10px;
  color: #454545;
  font-size: 1.8rem;
}

#newsletter-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#newsletter-list li {
  margin-bottom: 10px;
  list-style: none;
}

#newsletter-list a {
  color: #151EA1;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
}

#newsletter-list a:hover {
  text-decoration: underline;
}

/* trails.php */
#trail-report {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0px auto 30px;
}

#trail-report h1 {
  padding: 0;
  margin: 30px auto 0;
  color: #454545;
  font-size: 2.8rem;
}

#trail-report h3 {
  padding: 0;
  margin: 10px 30px 40px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #454545;
}

#report-header {
  margin: 0;
  padding: 0;
}

#trail-signs ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 30px;
  text-align: center;
}

.sign-info {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
}

.sign-header {
  font-weight: 600;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.unavailable {
  background-color: #CC3A28;
  color: #ffffff;
}

.limited {
  background-color: #FAD464;
  color: #272727;
}

.available {
 background-color: #92D050;
 color: #272727;
}

.itrimg {
  width: 70%;
  height: auto;
  margin-bottom: 10px;
}

.itrimg-desktop {
  display: none;
}

#desktop-trailguides {
  display: none;
}

#all-trails {
  margin: 30px auto 40px;
}

#all-trails h1 {
  color: #454545;
  font-size: 2.8rem;
}

.trail-details {
  margin: 10px 30px 30px;
  background-color: #454545;
  border-radius: 3px;
  color: #ffffff;
}

.trail-details p:first-child {
  padding-top: 20px;
}

.trail-details p {
  margin: 10px;
}

.trail-details p:last-child {
  padding-bottom: 20px;
}

#trail-mileage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto 30px;
}

#trail-block {
  background-color: #454545;
  color: #ffffff;
  margin: 10px 30px;
  border-radius: 3px;
}

#mileage-info {
  margin: 20px 30px 10px;
}

#mileage-info h2 {
  margin: 0;
  padding-bottom: 10px;
}

#mileage-info p {
  margin: 0;
  padding-bottom: 10px;
}

#mileage-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.destination-table {
  border-collapse: collapse;
  margin: 20px auto;
}

.destination-table th {
  font-size: 1.2rem;
  padding: 8px 12px;
  border-bottom: 3px solid #ccc;
}

.destination-table td {
  font-size: 1rem;
  padding: 8px 12px;
  border-bottom: 1px solid #ccc;
}

.destination-table tr:last-child td {
  border-bottom: none;
}

.destination-table .destination {
  text-align: left;
}

.destination-table .kms,
.destination-table .miles {
  text-align: right;
}

#need-volunteers {
  margin: 30px 30px 40px;
  color: #454545;
}

#need-volunteers h1{
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 20px;
}

#need-volunteers p{
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto 10px;
}

.volunteer-btn {
  display: inline-block;
  background-color: #454545;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 12px 24px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* events.php */
#event-description {
  text-align: center;
  margin: 0 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* aboutus.php */
#main-about {
  width: 100%;
  color: #454545;
}

#aboutstr h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin: 30px auto 0;
}

#aboutstr {
  width: 100%;
  margin: 0 auto;
}

#aboutstr h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 20px 30px 20px;
  padding-top: 20px;
  text-align: left;
  line-height: 1.6rem;
}

#aboutstr img {
  width: 100%;
  height: auto;
}

#aboutstr p {
  margin: 20px 30px 30px;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6rem;
}

#volunteer-section {
  margin: 30px auto;
}

#volunteer-section h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}

#volunteer-section h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #333;
}

#volunteer-section p {
  line-height: 1.6;
}

#volunteer-section ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 0px;
  text-align: left;
  display: inline-block;
}

#volunteer-section li {
  font-size: 1rem;
  margin-bottom: 8px;
  padding-left: 1.2em;
  position: relative;
}

#volunteer-section li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  line-height: 1;
}

/* volunteer.php */
#volunteer-header h1{
  font-size: 2.8rem;
  font-weight: 800;
  color: #454545;
  margin: 30px auto 20px;
}

#volunteer-header p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 400;
  margin: 0 45px 40px;
  text-align: left;
}

#volunteerFrm {
  width: 70%;
  margin: 20px auto;
  text-align: center;
}

#volunteerFrm form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

#volunteerFrm p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #454545;
  text-align: left;
  margin-bottom: 30px;
}

#volunteerFrm textarea {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #ccc;
  padding: 10px 12px;
  height: 200px;
  font-size: 1rem;
  margin-bottom: 20px;
}

#volunteerFrm input[type="text"],
#volunteerFrm input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease;
}

#volunteerFrm input[type="text"]:focus,
#volunteerFrm input[type="email"]:focus {
  border-color: #151EA1;
}

#volunteerFrm button {
  background-color: #454545;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 20px;
}

#volunteerFrm button:hover {
  background-color: #151EA1;
}

#photogallery {
  text-align: center;
  width: 90%;
  margin: 40px auto;
  font-family: "Montserrat", sans-serif;
  color: #454545;
}

/* Photos */
#photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#photos img {
  width: 80%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Pagination */
#pagination {
  margin-top: 25px;
}

#pagination a,
#pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #454545;
  font-weight: 500;
  border: 1px solid #454545;
  transition: all 0.2s ease;
}

#pagination a:hover {
  background-color: #151EA1;
  color: #fff;
}

#pagination .active {
  background-color: #454545;
  color: #fff;
  border: 1px solid #fff;
}

/* community.php */
#links {
  margin: 0 0 30px;
  color: #454545;
  width: 100%;
}

#linkstitle {
  width: 100%;
  margin: 0 auto 5%;
}

#linkstitle h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 30px auto 20px;
  text-align: center;
}

#linkstitle p {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.8rem;
  margin: 0 40px;
}

#communities {
  margin: 5% auto;
  width: 100%;
  color: #454545;
}

#communities h1{
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.community {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.community h4{
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 10px;
  text-align: center;
}

.community img{
  width: 100%;
  height: auto;
  border-radius: 3px;
  object-fit: cover;
  margin: 1% auto 0;
}

.community p {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 30px 15px;
  text-align: left;
}

.community-info a{
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #454545;
  color: #fff;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}

.community-info a:hover{
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #2DAEF3;
}

#snowclubs h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 1% 5% 5%;
  padding-top: 20px;
}

#snowclubs a {
  font-size: 1.5rem;
  color: #151EA1;
  font-weight: 500;
  margin: 2% 5% 3%;
  display: block;
}

#snowclubs a:hover{
  color: #2DAEF3;
  font-size: 1.5rem;
  font-weight: 600;
}

/* contactus.php */
#contactform {
  width: 100%;
  margin: 20px 30px;
  color: #454545;
}

#directory {
  margin: 0px auto;
}

#directory h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #454545;
}

.contact-table {
  width: 100%;
  margin: 20px auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.toggle {
  display: block;
  width: 100%;
  background-color: #454545;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}

.contact-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  box-sizing: border-box;
  word-break: break-word;
}

.contact-table th,
.contact-table td {
  padding: 10px 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
}

.contact-table th {
  background-color: #f0f0f0;
  font-weight: 600;
  color: #454545;
}

.contact-table a {
  color: #454545;
  text-decoration: none;
  font-weight: 500;
}

#directory > hr.section-divider {
  margin-top: 40px !important;
}

.contact-table a:hover {
  text-decoration: underline;
}

.contact-table tbody {
  display: none;
}
.contact-table tbody.visible {
  display: table-row-group;
}

.contactFrm {
  width: 80%;
  max-width: 700px;
  margin: 0px auto;
  text-align: center;
  color: #454545;
}

.contactFrm h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.contactFrm form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.contactFrm label {
  width: 100%;
  text-align: left;
  font-weight: 500;
  max-width: 500px;
  font-size: 1rem;
  color: #333;
}

.contactFrm input[type="text"],
.contactFrm input[type="email"],
.contactFrm textarea {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s ease;
  outline: none;
}

.contactFrm input:focus,
.contactFrm textarea:focus {
  border-color: #151EA1;
}

.contactFrm button {
  max-width: 200px;
  width: 100%;
  margin: 10px auto 0;
  background-color: #454545;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

/* upload_form.html */
#picture-upload {
  margin: 5% auto;
  color: #454545;
}

#picture-upload h3 {
  font-size: 3rem;
  font-weight: 800;
  display: block;
  margin: 0px auto 3%;
}

#picture-upload p {
  width: 70%;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 500;
  line-height: 1.6rem;
  margin: 3% auto;
}

#picture-upload h3 {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin: 10px auto;
}

#picture-upload input {
  margin: 2% auto;
}

#picture-upload button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #454545;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 0.2s;
}

#picture-upload button {
  margin-top: 15px;
  padding: 10px 20px;
  background: #2DAEF3;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.4rem;
  transition: 0.2s;
}

}