* {
    padding: 0px;
    margin: 0px;
    border: transparent solid 2px;
}

body {
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    color: antiquewhite;
}

.navbar {
    margin-top: 0px;
    width: auto;
    padding: 2%;
    display: block;
    margin-left: auto;
    margin-right:auto;
    
}

.logo {
    text-align: left;
    display: block;
    font-size:large;
    margin-right: 50px;;
}

nav {
    position: fixed;
    background-color: black;
    padding-top:5px;
    margin-top:-5px;
    width: 100%;
    padding-bottom: 10px;
    align-items: center;

}

nav ul {
    margin-top:0px;
    display:inline-block;
    width: auto;

}

nav ul li {
    letter-spacing: 3px;
    font-size: 100%;
    display: inline;
    float: left;
    margin: 0 15px;
    list-style: none;
    text-align: center;
}

nav ul li a {
    text-decoration: none;
    color:antiquewhite;
}

nav ul li a:hover {
    color:slategray;
    transition:200ms;
}

.hero {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.hero-image {
    background-color: antiquewhite;
    background-image:url(images/vectorized.svg);
    margin-left: auto;
    margin-right: auto;
    background-size:cover;
    background-position: center;
    background-repeat:no-repeat;
    min-height: 627px;
    min-width: 627px;
}

.hero-text {
    font-size:x-large;
    display: block;
    color:antiquewhite;
    margin-top: 80%;
    text-align: center;
    font-weight:lighter;
    padding: 5%;
    letter-spacing:15px;
}

.hero-icons {
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 5%;
    margin-left:auto;
    margin-right:auto;
    
}


.hero-icons ul {
    align-items: center;
    justify-content: center;
    margin-left: 21%;
    margin-right: 21%;
    height:auto;
}

.hero-icons ul li {
    background-color: antiquewhite;
    justify-content: center;
    display: block;
    margin:  15px;
    align-items: center;
    float: left;
}

.hero-icons ul li img {
    fill: aliceblue;
}

footer {
    display: block;
    margin-top: 200px;
}

footer a {
    color:antiquewhite

}

footer a:active {
    color:darkorange;
}

footer a:hover {
    color:slategray;
    transition: 200ms;
}