html {
    background-image: linear-gradient(to top, #1a1a1c, #212b21); 
    height: 100%;
}

body{
    background-color: transparent;
    color: white;
    width: 60%;
    margin: 0 auto;
}

header{
    background-color: black;
    justify-content: space-evenly;
    padding: 10%;
    align-items: center;
}

#header {
    background-image: url(imgs/Business%20Card%20Wave.png);
    background-size: 100% 150%;
    background-position: 40% 50% ;
    background-repeat: no-repeat;
    align-content: center;
    display: flex;
    justify-content: space-evenly;
    padding: 1%;
    align-items: center;
}

main{
    width: 100%;
}



.floatRight {
    float: right;
}





.credit {
    font-family: "Nova Cut", system-ui;
    font-weight: 400;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #78d4b3;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #bef16e;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}


.main {
  margin-top: 30px; 
}


#header-right {
    margin: 0 auto;
    width: 80%;
    margin-left: 2px;
    margin-right: auto;
    justify-content: center;
    background-color: transparent;
    vertical-align: top;
    align-content: center;
}

#menu {
    font-family: "Nova Cut", system-ui;
    font-weight: 800;
    text-align: center;
    word-spacing: 15px;
    font-size: 2vw;
}
#logo {
        width: 10%;
        display: block;
        margin: auto;
}

img {
    max-width: 100%;
}

.h3-bottom {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    margin-bottom: -10px;
    margin-top: -1%;
}

.h3-bottom2 {
    font-family: "Nova Cut", system-ui;
    font-weight: 400;
    margin-bottom: -10px;
    margin-top: -1%;
    font-size: 24px;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400px;
    font-size: 18px;
}
p {
    font-family: "Open Sans", sans-serif;
}

#bottom {
    padding-top: 4%
}
#comic-table {
    align-content: center;
    margin: auto;
}
.clear {
    margin: 2%;
    background-color: transparent;
}

.arrow {
    padding-left: 10%;
    padding-right: 10%;
}

.p-bio {
    margin-top: -3%;
}

#contact-group {
    font-family: "Nova Cut", system-ui;
    font-weight: 800;
    text-align: center;
    word-spacing: 15px;
    font-size: 2vw;
    align-content: center;
    display: flex;
    justify-content: space-evenly;
    vertical-align: center;
    padding: 1%;
    align-items: center;
}

#mini-icon {
    height: 10%;
}


#menu-bottom {
     width: 30%;
    margin: auto;
    align-content: center;
    display: flex;
    justify-content: space-evenly;
    padding: 1%;
    align-items: center;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.gallery-item {
  margin: 1%;
  border: 1px solid white;
  width: 45%;
}
/*fonts*/
.nova-cut-regular {
  font-family: "Nova Cut", system-ui;
  font-weight: 400;
  font-style: normal;
}

.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
