html {
    background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%);
    scroll-behavior: smooth !important;
}

/* Footer */

.footer {
    padding:40px 0;
    background-color:black;
    color: white;
    margin: -10px;
    border-top: 6px solid white;
}

.footer ul {
    font-family: "DIN Alternate", sans-serif;
    padding:0;
    list-style:none;
    text-align:center;
    font-size:21px;
    line-height:1.6;
    margin-bottom:0;
}

.footer li {
    padding:0 10px;
}

.footer ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.7;
}

.footer ul a:hover {
    opacity:1;
}

.footer .social {
    text-align:center;
    padding-bottom: 25px;
}

.footer .social > a {
    font-size:30px;
    padding: 3px;
    width:40px;
    height:40px;
    line-height: 43px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:2px solid white;
    margin:0 14px;
    color:inherit;
    opacity:0.75;
}

.footer .social > a:hover {
    opacity:0.9;
}

.footer .copyright {
    margin-top:15px;
    text-align:center;
    font-size:16px;
    color:white;
    opacity: 0.6;
    margin-bottom:0;
}

#mail {
    font-size: 26px;
}

#twitter {
    line-height: 40px;
}

#fb {
    line-height: 40px;
}

/* Misc */

.top {
    background-color: white;
    float: left;
    height: 100%;
    width: 100%;
    border-bottom: 6px solid black;
    padding-left: 16px;
    margin: -8px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.box {
    display: block;
    padding-top: 300px;
    width: 100%;
}

#main {
    margin-left: 350px;
    margin-right: 350px;
}

.column {
    padding-top: 700px;
    padding-bottom: 200px;
    margin: auto;
    width: 40%;
}

.column2 {
    margin-top: -100px;
    margin-bottom: 250px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
    color: white;
    font-family: 'DIN Alternate', sans-serif;
    font-weight: bold;
    font-size: 75px;
    margin: auto;
    text-shadow: 5px 5px #cbcccb;
}


h2 {
    color: white;
    font-family: 'DIN Alternate', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin: auto; 
    padding-top: 25px;
}

h3 {
    color: white;
    font-family: 'DIN Alternate', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 32px;
    text-align: center;
    text-shadow: 2px 2px #cbcccb;
    padding-top: 250px;
}

p {
    color: white;
    font-family: "DIN Alternate", sans-serif;
    font-size: 22px;
    padding: 20px;
}

p a {
    color: gainsboro;
}

p a:hover {
    color: white;
}

.logo {
    width:250px;
    padding-left: 60px;
    padding-top: 20px;
}

/* Nav bar stuff */

.navbar {
    margin-top: -20px;
    margin-left: 300px;
    overflow: hidden;
    background-color: white;
    font-family: "DIN Alternate", sans-serif;
    font-weight: 700;
}

.navbar a {
    float: left;
    font-size: 20px;
    color: black;
    text-align: center;
    padding-left: 100px;
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 300ms; 
    text-transform: uppercase;
    font-weight: inherit;
}


.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 20px;
    border: none;
    outline: none;
    color: black;
    padding-left: 100px;
    background-color: inherit;
    font-family: inherit; 
    margin: 0; 
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 300ms; 
    font-weight: inherit;
    text-transform: uppercase;
}


.navbar a:hover, .dropdown:hover .dropbtn {
   text-decoration-color: black; 
}

.dropdown-content {
    display: none;
    position: absolute;
    margin-left: 50px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
    border-left: 6px solid black;
    border-right: 6px solid black;
}

#scouts {
    border-bottom: 6px solid black;
}


.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.arrow {
    margin-left: 20px;
  border: solid white;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 3px;
    width: 40px;
    height: 40px;
    transition: border-width 0.2s ease-in-out;
    
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow:hover {
    border-width: 0 15px 15px 0;
}

/* Join Today! Button */

#button a {
    background-color: white;
    color: black;
    border: 4px solid black;
    border-radius: 25px;
    padding: 15px 0px 15px 0px;
    margin-top: -115px;
    margin-right: 100px;
    text-align: center;
    text-decoration: none;
    width: 130px;
    float: right;
    text-transform: uppercase;
    font-family: "DIN Alternate", sans-serif;
    font-size: 20px;
    font-weight: 700;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
}

#button a:hover{
    background-color: #3a47d5;
    color: white;
    border: 4px solid #00d2ff;
    
}

/* Hero Text */

.hero_title {
    padding-top: 100px;
    font-family: "Futura", sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    text-shadow: 6px 6px #a9a9a9;
}
.hero_desc {
    font-size: 2rem;
    font-family: "Futura", sans-serif;
    text-shadow: 3px 3px #a9a9a9;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.box {
    padding-top: 200px;
    height:100vh;
    width: 100%;
    background-size:cover;
    position:relative;
}

@media screen and (max-width: 960px){
    .hero-text {
        top: 60%;
    }
    #button a {
        margin-right: 100px;
        margin-top: -170px;
    }
}

@media screen and (max-width: 640px){
    .hero-text {
        top: 70%;
    }
    #button a {
        margin-top: -80px;
        margin-right: 300px;
    }
    .column {
        width: 80%;
    }
}

@media only screen and (max-width: 400px){
    .column {
        width: 90%;
        padding: 0;
    }
    .row {
        padding-top: 800px;
        padding-bottom: 200px;
    }
    .hero-text {
        top: 20%;
    }
}
 
    
