@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito+Sans:opsz@6..12&display=swap');

body {
  font-family: Montserrat, Candara;
  line-height: 1.7;
  letter-spacing:1px;
  margin: 0 auto;
  color:white;
 background-image: url('../img/bg.jpg?v=5');
    background-size: cover; /* Ensures the image covers the entire screen */
    background-position: center; /* Centers the image */
    background-attachment: fixed; /* Keeps the background image stationary on scroll */
    background-repeat: no-repeat; /* Ensures the image doesn't repeat */
}

/* Style for the content to ensure it's readable */
.content {
    padding: 20px;
    color: white;
}
.container {
    padding:22px 22px 22px 22px;
    margin-top:22px;
}
h1 {
    color:#FFD700;
    font-size:45px; 
    margin-top:35px;
    margin-bottom:55px;
    text-align:center;
}
h2 {
    color:#26dfd0;
    text-transform:uppercase;
    text-align:center;
    letter-spacing:2px;
    font-weight:bold;
    margin-top:55px;
    margin-bottom:35px;
}
h3 {
    color:#26dfd0;
    text-align:center;
    font-weight:bold;
    margin-top:55px;
    margin-bottom:35px;
}
h4 {
    color:#FFD700;
    text-align:center;
    font-weight:bold;
    margin-top:55px;
    margin-bottom:35px;
}
h5 {
    color:#26dfd0;
    text-align:center;
    font-size:18px;
    font-weight:800;
    margin-bottom:25px;
}
h6 {
    color:#26dfd0;
    font-size:20px;
    font-weight:bold;
    margin-bottom:22px;
}

p {
    font-size:17px;
    font-weight:600;
}
strong {
    font-weight:900;
    color:#FFD700;
}
i {
    font-size:17px;
}
span {
    color:white;
}
video {
    width:100%;
    border-radius:7px;
}
.logo-vid {
    width:200px;
}
.menu-btns {
    float:right;
    margin-right:5px;
    margin-bottom:5px;
}
.logo {
    width:220px;
}
#space {
    background: rgb(247, 246, 246);
    padding-top:35px;
    padding-bottom:75px;
    padding-left:35px;
    padding-right:35px;
}
#mission-statement {
    background: rgb(247, 246, 246);
    padding-top:35px;
    padding-bottom:75px;
    padding-left:55px;
    padding-right:55px;
}
#blue-bg {
    font-size:20px;
    font-weight:bold;
    background:#000033;
    color:rgb(247, 246, 246);
    border: 22px solid #000033;
    border-radius:7px;
   
}
#w-a {
    color:white;
}
#main {
    text-align:center;
}

.fa-bars {
    color:white;
}
.nav-item {
    margin-right:2px;
}
.nav-link {
    color:#FFD700;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.nav-link:hover {
    color:rgb(219, 190, 24);
}
#white {
    background:white;
    border-radius:3px;
}
.button {
    background:#26dfd0;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 4px 4px 4px grey;
}
.button:hover {
    background:#3cb8ff;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 4px 4px 4px grey;
}
#blue-btn {
    background:#26dfd0;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 1px 1px 1px grey;
    margin-right:7px;
}
#blue-btn:hover {
    background:#3cb8ff;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 1px 1px 1px grey;
    margin-right:7px;
}
#grn-btn {
    background:#8fce00;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 1px 1px 1px grey;
    margin-right:7px;
}
#grn-btn:hover {
    background:#adf702;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 1px 1px 1px grey;
    margin-right:7px;
}

#orn-btn {
    background:#FFD700;
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 1px 1px 1px grey;
    margin-right:7px;
}
#orn-btn:hover {
    background:rgb(219, 190, 24);
    color:white;
    padding:5px 10px;
    border:0px;
    border-radius:3px;
    font-size:15px;
    font-weight:600;
    box-shadow: 1px 1px 1px grey;
    margin-right:7px;
}
input {
    width:330px;
    padding:7px;
    border-radius:7px;
    margin-bottom:15px;
}
a {
    font-weight:900;
    color:#FFD700;
}
a:hover {
    text-decoration:none;
    font-weight:900;
    color:rgb(219, 190, 24);
}
.link {
    color:#FFD700;
    font-size:13px;
    text-decoration:underline;
}
.text-right {
    text-align:right;
}
.member {
    width:220px;
    height:220px;
    border-radius:22px;
    float:center;
}
#footer {
    background:black;
    opacity:.9;
    font-weight:700;
    padding:35px;
    margin-top:25px;
}
#i_footer {
    color:rgb(243, 242, 242);
    font-size:18px;
}
ul {
    list-style:none;
}
li {
    font-weight:700;
    line-height:1.7;
    margin-bottom:25px;
}
#a_footer{
    color:rgb(243, 242, 242);
    font-weight:600;
    text-decoration:none;
    line-height:2.5;
}
.fa-facebook-square {
    color:#3b5998;
    font-size:55px;
    padding:22px;
}
.fa-twitter-square {
    color:#00acee;
    font-size:55px;
    padding:22px;
}
.fa-reddit-square {
    color:#FF5700;
    font-size:55px;
    padding:22px;
}
.fa-linkedin-square {
    color:#0077B5;
    font-size:55px;
    padding:22px;
}
.fa-envelope {
    color:white;
    font-size:55px;
    padding:22px;
}