html, body {
    
    margin: 0;
    
    color: white;
    font-family: futura, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    letter-spacing: 3px;
    overflow-x: visible;
    
    
    background-image: linear-gradient(to bottom right, red, blue);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    
}


main {
    
    
    animation: startup2 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    
}




header {
    width: 70%;
    height: 100%;
    display: block;
    margin-top: 3%;
    
    position: relative;
    z-index: 3;
}



#logo {
    width: 90%;
    max-width: 400px;
    margin-top: 10vw;
/*    border: 3px solid #e62aba;*/
    
}

p {
    
    padding: 10px;
    width: 90%;
    max-width: 450px;
    
    border: 3px solid #000a7d;
    
    background-color: #d9fc94;
    color: #000a7d; 
    flex: auto;
    margin: auto;
    margin-bottom: 10vh;
    
    box-shadow: 10px 10px 0px #c64a6a, -10px 20px 0px #000a7d, 0px 30px 0px #00cac1;
}

#about-p {
    
    animation: shadows1 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-direction: alternate;
    
    background-color: #d9fc94;
    width: 90%;
    max-width: 500px;
    padding: 10px;
    text-align: center;
    margin-top: 35px;
    
}





#first-h2 {
        
        margin-top: 15vh;
    }
    
    


    
}



section {
   
    min-height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
    flex-wrap: row;
    background-color: #00cac1;
    
    }  









/*IMPORTED*/


.split {
    
    position: relative;
    display: flex;
    min-height: 100vh;
    max-width: 90vw;
    margin: auto;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: 100vh;
    flex-wrap: wrap;
    
    z-index: 4;
    
    
}

.split div {
    
    
}



.split div img {
    
    width: 400px;
    max-width: 90%;
    margin-left: 3vw;
    display: block;
    
    
    animation: rotate 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    
}




/*IMPORTED*/






section {
    
    min-height: 100vh;
    display: flex;
    flex-wrap: row wrap;
    align-content: center;
}


    







#slideshow {
    display: -ms-flexbox;
    -ms-flexbox-wrap: wrap;
    -ms-flexbox-direction: column;
    -webkit-flex-flow: row-wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    width: 90%;
    align-content: center;
    position: relative;
    z-index: 4;
    
    
    margin: auto;
}

#slideshow div {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 47%;
    margin: 15px;
    align-self: center;
    min-width: 290px;
    position: relative;
    z-index: 4;
}

#slideshow div h1 {
    
    margin-bottom: 30px;
}

#slideshow div img {
    width: 80%;
    height: auto;
    align-self: center;
    margin-top: 2%;
    margin-bottom: 2%;
    
    box-shadow: 20px 20px 0px #151515;

}



#tall {
    
    max-height: 550px;
    width: auto !important;
}



#clock {
    
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
}





.portfolio {
    
    
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    justify-items: center;
    grid-gap: 10px;
    width: 1200px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 18vh;
    padding: 2%;
    
    
}


#blue {
    
    background-color: #00cac1;
}

#red {
    
    background-color: #c64a6a;
}

.portfolio img, .portfolio a{
    position: static;
    margin: auto;
    max-width: 95%;
    object-fit: cover;
    align-self: center;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 10px;
    
    
    transition: 0.3s ease all;
    position: relative;
    z-index: 3;
}


a {
    
    color: #c64a6a;
    text-decoration: none;
}

a:visited {
    
    text-decoration: none;
    color: #c64a6a;
}

a:hover {
    
    cursor: pointer;
    opacity: 0.5;
    transition: .3s;
} 

#slideshow a {
    
    text-decoration: underline;
}


#band-logo {
    
   box-shadow: none !important ;
   margin-bottom: 4vh !important;
   margin-top: 4vh !important;
}








#slideshow .vid-container {
  margin: 0; 
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
    
    
  box-shadow: 20px 20px 0px #151515;
}

.vid-container iframe {
    
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
    
}






h1 {
    
    font-family: "condor-extended", serif;
    font-weight: 500;
    font-style: italic;
    color: white;
    margin: auto;
    font-size: 13em;
    line-height: 185px;
    display: table-caption;
    
    transform: rotate(-3deg);
    
}

#page h1 {
    
    font-size: 11vw;
    display: block;
}

#page h2 {
    
    font-size: 5.5vw;
    transform: rotate(-3deg);
}

#short {
    
     font-size: 5vw !important ;
}





#porth1 {
    
    position: relative;
    z-index: 6;
    width: 80%;
    
    animation: none;
    box-shadow: 15px 13px 0px #c64a6a, -15px 25px 0px #00cac1, 0px 35px 0px #d9fc94;
    
    
}






.border {
    
    position: fixed;
    
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    
    outline-style: solid;
    outline-color: white;
    outline-width: 4px;
    outline-offset: -3vw;
    
    pointer-events: none;
    outline-offset: -3vw;
    
    
}

#index {
    
    animation: startup1 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

#home {
    
    width: 4vw;
    margin-top: 5vw;
    margin-bottom: 0;
    margin-left: 5vw;
    margin-right: 0;
    transition: all .3s ease;
    overflow: visible;
    position: fixed;
    z-index: 10;
    
    animation: shine 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
}



#home:hover {
    
    opacity: 0.5;
    cursor: pointer;
    z-index: 5;
}


#home img {
    width: 100%;
}

#link {
    
    color: #c64a6a;
    text-decoration: underline;
}


footer {
    
    text-align: center;
    color: #000a7d;
    background-color: #00cac1;
    margin: 0px;
    overflow: hidden;
    
}

footer p {
    
    position: relative;
    z-index: 6;
    box-shadow: none;
    text-align: center;
    display: block;
    margin-bottom: 0px !important;
    max-width: 300px;
}

h3 {
    
    font-size: 15px;
    margin: 0px;
    margin-top: 4vh;
    margin-bottom: 3vh;
    position: relative;
    z-index: 6;
}

h2 {
    
    font-family: "condor-extended", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 3em;
    width: 80%;
    margin: auto;
    margin-bottom: 3vh;
    position: relative;
    z-index: 6;
    
    
}

#divide {
    
    margin: auto;
    line-height: normal;
    display: block;
    transform: none;

}

#email {
    
    font-size: 18px;
    animation: expand 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}


#resume {
    
    background-color: #c64a6a;
    color: #d9fc94;
    width: 50%;
    display: block;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

svg {
    
    overflow: visible;
    position: fixed;
    z-index: 10;
   
    top: 10vw;
    left: 30vw;
}


@keyframes expand {
    
    0% {
        
        letter-spacing: 3px;
    }
    
    50% {
        
    }
    
    100% {
        
        letter-spacing: 6px;
    }
}


@keyframes rotate {
    
    0% {
        
        transform: rotate3d(0, -0.15, -0.15, 0.7rad);
    }
    
/*
    75% {
        transform: rotate3d(0, 0, 0, 0);
    }
    
*/
    100% {
        
        transform: rotate3d(0, 0.15, 0.15, 0.7rad);
    }
}





@keyframes shadows1 {
    
    0% {
        
        box-shadow: -10px 10px 0px #000a7d, -20px 20px 0px #c64a6a, -30px 30px 0px #00cac1;
    }
    
    33% {
        
        box-shadow: -10px -10px 0px #000a7d, -20px 10px 0px #c64a6a, -30px 30px 0px #00cac1;
    }
    
    
    100% {
        
        box-shadow: 12px 12px 0px #000a7d, 35px -10px 0px #c64a6a, 20px 25px 0px #00cac1;
    } 
}



@keyframes startup1 {
    
    0% {
        
        outline-offset: -51vw;
    }
    
    100% {
        
        outline-offset: -3vw;
    }
}


@keyframes startup2 {
    
    0% {
        
        opacity: 0%;
    }
    
    75% {
        
        opacity: 0%;
    }
    
    100% {
        
        opacity: 100%;
    }
}




@keyframes shine {
    0%   {
        opacity: 1
    }
    25%  {
        opacity: 0.6;
    }
    
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}







@media (max-width: 790px) { 
    
    .border {
        
        opacity: 0;
    }
    
}


@media (max-width: 830px) { 
    
    body {        
        background-size: auto;
        background-position: center;
        background-repeat: repeat;
    }
    
    header {
        
        width: 100%;
    }
    
    #slideshow {
        
        width: 100%;
    }
    
    
    
    h1 {
        
        margin: auto;
        margin-top: 5vh;
        font-size: 24vw;
        line-height: 24vw;
    }
    
    
    #first-section {
        
        padding-top: 17vh;
    }
    
    #home {
        top: 2vw;
        left: 2vw;
        width: 20%;
    }
    

    
    
 
    #about-p {
        
        width: 85%;
        padding-bottom: 20px;
        
        
    }
    
    
    .portfolio {
        
        width: 90%;
        max-width: none;
        display: auto ;
        width: auto ;
        
    }
    
    .portfolio img, a{
    
        width: 95%;
        max-height: none;
    }
    
    .split div img {
        
        margin-left: 4vw;
        margin-bottom: 15vw;
    }
    
    #page h2 {
        
        font-size: 10.5vw;
        width: 100%;
        margin-top:5vh;
        margin-bottom: 5vh;
    }
    
    section {
        
        min-height: 0;
    }
    
    
    #page h1 {
        
        
        font-size: 22vw;
    }
    
    #slideshow div img {
    
        box-shadow: none;

    }
    
    #slideshow .vid-container {
    
        box-shadow: none;

    }
    
    #short {
        
        font-size: 10.5vw !important;
    }
    
    #page h1 {
        
        margin-top: 0;
    }
}