*{margin: 0;padding:0;}
body{margin: 0; padding: 0; min-width: 100%; background-color: black;}


h1, h2, h3, h4, h5, h6{    
    font-family:'Courier', Courier, monospace;
}
p, a{
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}
a{text-decoration: none; margin: 1em 0;  transition: 0.5s;}

section.hero.home{
    background-image: url(img/home-header-bg-screen.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: black;
    min-height: 100vh;
    margin: 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

section.hero.home .title{
    padding: 5em;
    color: white;
    font-weight: 700;
    text-align: center;
    margin: auto;
    font-size: 2em;
}
section.hero.home .title h1{
    font-size: 100px;
}
section.hero.home .title h2{
    padding: 1em 0;
}
section.hero.home .title h3{
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    border: 2px solid white;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
}

section.hero.home .title a{
    background-color: transparent;
    font-weight: 700;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    padding: 10px 20px;
}
section.hero.home .title a:hover{
    background-color: white;
    color: black;
}

footer{
    background-color: black;
    background-image: url();
    color: white;
    padding: 3em;
    margin: auto;
}


footer a{
    color: white;
    line-height: 1.7em;
}
footer a:hover{
    color: lightblue;
    line-height: 1.7em;
}


@media only screen and (max-width: 600px){
    section.hero.home{
        background-image: url(img/home-header-bg-mobile.webp);
    }
    section.hero.home .title{
        padding: 5em 1em 2em 1em;
    }
    section.hero.home .title h1{
        font-size: 5rem;
    }
    footer{
        font-size: 1.1rem;
        padding: 3em 1.5em;
    }
    footer a{
        line-height: 2.2em;
    }
    footer span.socialicons > a{
        padding-right: 0.7rem;
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 400px){
    section.hero.home .title h1{
        font-size: 4.5rem;
    }
    section.hero.home .title{
        padding: 4em 1em 2em 1em;
    }
    section.hero.home .title{
        font-size: 1.7rem;
    }
    footer{
        font-size: 1.1rem;
        padding: 3em 1.5em;
    }
    footer a{
        line-height: 2.2em;
    }
    footer span.socialicons > a{
        padding-right: 0.7rem;
        font-size: 2.5rem;
    }
}