*{
    margin: 0;
	padding: 0;
}
h1, h2, h3, h4, blockquote, p,footer, img {
	margin: 10px;
}

h1 {
    position: absolute;
    color: white;
    top: 0px;
    left: 50px;
    font-size: 1.70em;
    font-family: "Stack Sans Text", sans-serif;
    max-width: 10p;
}

@media screen and (max-width: 400px) { h1 {
   top: 10px;
   left: 40px;
   font-size: 1.1em;
   margin: 0;
}
}

@media screen and (min-width: 1080px) { h1 {
   top: 0px;
   left: 30px;
   font-size: 3em;
   margin: 0;
}
}

h2 {
    font-family: "Stack Sans Text", sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
}
@media screen and (min-width:768px) { .gallery p { 
    line-height: 100%;
}
}
p {
    font-family: "Rubilk", sans-serif;
    font-weight: bold;
    line-height: 70%;
}
.dork {
    font-size: 8px;
    font-weight: lighter;
}

section p {
    line-height: 20px;
}
.note {
    font-family: "Rubilk", sans-serif;
    font-weight: 500;
    line-height: 1;
   
}

body {
	font-size: 100%;
}
    

.banner {
	background-color: black;
	padding: 50px;

}

ul {
    color: white;
    list-style: none;

}

a {
    color: white;
    padding-right: 20px;
}
a:visited {
  color: rgb(223, 164, 56);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 241);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(255, 43, 43);
  background-color: transparent;
  text-decoration: underline;
}



.hamburger {
    display: block;
    position: absolute;
    background-color: transparent;
    color: white;
    cursor: pointer;
    left: 20px;
    top:30px;
    border: none;
}
.responsive-nav .nav-items {
            display: none;
            list-style: none;
            position: relative;
            padding: 0;
	    margin: 0;
        top: 20px;
        right: 30px;

        }
        .responsive-nav .hamburger {
            display: block;
            cursor: pointer;
        

        }
@media screen and (min-width: 768px) {.responsive-nav .hamburger {
    display: none;
}
}

@media screen and (min-width: 768px) { .responsive-nav .nav-items {
    display: flex;
    flex-direction: row;
    cursor: pointer;
	list-style: none;
    position: absolute;
    top:55px;
    left: 60px;
    font-size: 2em;
}
}
@media screen and (min-width: 1080px) {.responsive-nav .hamburger {
    display: none;
}
}

@media screen and (min-width: 1080px) { .responsive-nav .nav-items {
    display: flex;
    flex-direction: row;
    cursor: pointer;
	list-style: none;
    position: absolute;
    top:55px;
    left: 30px;
    font-size: 2em;
}
}

.gallery {
    width: 100%;
    height: auto;
    text-align: center;
}

.gallery img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {.gallery {
    display: flex;
    flex-direction: row;
}
}

@media screen and (min-width: 1080px) {.gallery {
    display: flex;
    flex-direction: row;
}
}
@media screen and (min-width: 768px) {.gallery img {
   max-width: 95%;
   height: auto;
}
}
@media screen and (min-width: 1080px) {.gallery img {
   max-width: 95%;
   height: auto;

}
}
.lastrow {
     width: 100%;
    height: auto;
    text-align: center;
}
.lastrow img {
    max-width: 100%;
}

@media screen and (min-width: 1080px) {.lastrow {
    display: flex;
    flex-direction: row;
    text-align: center;
}
}
@media screen and (min-width: 768px) {.lastrow {
    display: flex;
    flex-direction: row;
    text-align: center;
}
}

@media screen and (min-width: 768px) {.lastrow img {
   max-width: 48%;
}
}
@media screen and (min-width: 1080px) {.lastrow img{
   max-width: 48%;
}
}
.uxlastrow {
     width: 100%;
    height: auto;
    text-align: center;
}
.uxlastrow img {
    max-width: 100%;
}


.uxlastrow {
     width: 100%;
    height: auto;
    text-align: center;
}
.uxlastrow img {
    max-width: 100%;
}
@media screen and (min-width: 768px) {.uxlastrow {
    display: flex;
    flex-direction: row;
    text-align: center;
}
}

@media screen and (min-width: 768px) {.uxlastrow img{
   max-width: 75%;
   height: auto;
}
}

@media screen and (min-width: 1080px) {.uxlastrow {
    display: flex;
    flex-direction: row;
    text-align: center;
}
}

@media screen and (min-width: 1080px) {.uxlastrow img{
   max-width: 75%;
   height: auto;
}
}

.cxrow {
     width: 100%;
    height: auto;
    text-align: center;
}
.cxrow img {
    max-width: 100%;
}
@media screen and (min-width: 768px) {.cxrow {
    text-align: center;
    padding-left: 0%;
}
}

@media screen and (min-width: 768px) {.cxrow img{
   max-width: 26%;
   height: auto;
}
}

@media screen and (min-width: 1080px) { .cxrow {
    text-align: center;
    padding-left: 0%;
}
}

@media screen and (min-width: 1080px) {.cxrow img{
   max-width: 38%;
   height: auto;
}
}

footer {
    color: rgb(68, 68, 68);
    text-align: center;
}