
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #171717;
    margin: 0;                  /* remove default spacing */
    display: flex;              /* enable flexbox */
    flex-direction: column;
    justify-content: center;    /* center horizontally */
    align-items: center;        /* center vertically */
    min-height: 100vh;          /* full height of screen */
}


a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.header {
    display: flex;
}

nav {
    margin-top: 42px;
    margin-bottom: 29.5px;
    margin-left: 200px;
}

#navspace {
    margin-left: 15px;
}

#secondary-logo {
    margin-left: 65px;
    margin-top: 43px;
    margin-bottom: 29.5px;
}

.header nav ul {
    list-style: none;
    display: flex;
}

.header nav ul li a {
    color: #fff;
    background: #333;
    border-radius: 18px;
    padding: 12px 25px;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.header nav ul li a:hover, .header nav ul li a:focus {
    background: #720000;
    color: #ffffff;
}

.headersocials {
    margin-left: 81px;
    margin-top: 39px;
}

#headersocialsspace {
    margin-left: 13px;
}

.headersocials ul {
    display: flex;
}

.line-after-header {
    width: 100%;
    height: 1px;
    background-color: #fff;
}


.content {
    width: 100%;
    flex: 1 0 auto;
}

.herosection {
    position: relative;
    z-index: 0;
    background-image: url(images/herosectbg.png);
    width: 100%;
}


.herotext {
    height: 270px;
    display: flex;
    justify-content: center;
    padding-top: 44px;

}

.herotext span {
    color: #FF1947;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 85pt;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.9;
    text-align: center;
}

.herotext2 {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-top: 0;
}

.herotext2 span {
    color: #fff;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 20pt;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    margin-left: 19px;
}

.herotwo {
    width: 100%;
    height: 100%;
    display: flex;
}

#heroparagraph {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 17pt;
    color: #fff;
    margin-left: 100px;
    margin-top: 84px;
}

.getintouch {
    color: #000000;
    background: #ffffff;
    border-radius: 30px;
    padding: 12px 50px;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-left: 100px;
    margin-top: 40px;
}

.herophoto {
    margin-left: 0px;
}

.youtubelink {
    display: flex;
    margin-top: 20px;
}

.youtubelinkone iframe {
    margin-left: 75px;
    border-radius: 50px;
}

.youtubelinktwo {
    margin-left: 37px;
    margin-top: 55px;
}

.youtube-caption {
    font-family: 'Familjen Grotesk', Arial, sans-serif;
    font-weight: 600;
    font-size: 75pt;
    line-height: 70pt;
    color: #FF1947;
    display: inline-block;
    letter-spacing: -7px;
}

.analytics {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-top: 84px;
}

.anabold {
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 600;
    font-size: 80pt;
}

.anasmall {
    font-family: 'montserrat', Arial, sans-serif;
    font-weight: 350;
    font-size: 24pt;
    margin-top: 12px;
}

.anaspacer {
    margin-left: 120px;
}

.bitaboutme {
    display: flex;
    margin-top: 80px;
}

.bitaboutmetext {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 80pt;
    color: #FF1947;
    letter-spacing: -8px;
    line-height: 90px;
    font-weight: 450;
    margin-left: 47px;
}

.bitaboutmetextpg {
        margin-left: 30px;
}

.bitaboutmetextpg span {
    font-family: 'montserrat', Arial, sans-serif;
    font-size: 18pt;
    color: white;
    line-height: 30px;
}

.flowerline {
    margin-left: 20px;
    width: 50%;
}

.lineafterbio {
    width: 100%;
    height: 1px;
    background-color: white;
    margin-top: 40px;
}

.beforefooter {
    margin-top: 58px;
}

.beforefooter div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.whoami span {
    font-family: 'montserrat', Arial, sans-serif;
    color: rgb(192, 192, 192);
    font-size: 57pt;
}

.Stanley span {
    font-family: 'montserrat', Arial, sans-serif;
    color: #ffffff;
    font-size: 30pt;
}

.doodle {
    margin-top: 12px;
}

.footer {
    width: 100%;
    height: 451px;
    background-color: #000000;
    margin-top: 96px;
}

.footernav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 51px;
}

.footernav a {
    color: #fff;
    font-family: 'Space Grotesk', Arial, sans-serif;
}


#footernav {
    margin-left: 104px;
}

#bartels {
    padding-top: 42px;
}

.footersocials ul{
    display: flex;
    width: 100%;
    margin-top: 51px;
    justify-content: center;
}

#footersocialsspace {
    margin-left: 13px;
}

.footertext {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 19pt;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 52px;
}


.box:hover {
      transform: translateY(-10px); /* move upward */
      z-index: 10; /* appear above other elements */
      filter: brightness(1.2);       /* increase brightness by 20% */
      box-shadow: 0 8px 20px rgba(0,0,0,0.3); /* optional: adds depth */
      transition: transform 0.6s ease, 
                  filter 0.6s ease, 
                  box-shadow 0.6s ease;
    }

    a:hover {
        transform: translateY(-5px); /* move upward */
      z-index: 10; /* appear above other elements */
      filter: brightness(1.2);       /* increase brightness by 20% */
      box-shadow: 0 8px 20px rgba(0,0,0,0.3); /* optional: adds depth */
      transition: transform 0.6s ease, 
                  filter 0.6s ease, 
                  box-shadow 0.6s ease;
    }