html {
    scroll-behavior: smooth;
    display: none;
    font-family: 'Lato', sans-serif;
    background-color:#fdfdfd;
}

#main_title {
    margin: auto;
    width:50%;
    height: 10vw;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 4.5vw;
    text-align: center;
    position: relative;
    -webkit-animation: hue 45s infinite;
}

.header_logo {
    width: 100%;    
    position:absolute;
    top:0;  left:0;
    -webkit-filter: grayscale(50%);
    
}


@-webkit-keyframes hue {
  0%, 100%  { -webkit-filter: hue-rotate(360deg); }
  50% { -webkit-filter: hue-rotate(180deg); }
}


#navbar {
    margin-top:2vw;
}

.nav_items{
    display: inline-block;
    font-size: 1.5vw;
    color: darkslategray;
    text-decoration: none;
    transition: text-decoration 2s;
}

.nav_items:after {
    content: '';
    width:0;
    height: 3px;
    display: block;
    background: darkslategray;
    transition: 300ms;
}

.nav_items:hover:after{
    width: 100%;
}

#main_container {
    margin: auto;
    margin-top:1.5vw;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width:1025px) { #main_container{grid-template-columns: repeat(2, 1fr);}}
@media screen and (max-width: 625px) { #main_container{grid-template-columns: repeat(1, 1fr);}}
.album {
    width:25vw;
    height: 25vw;
    min-width: 250px;
    min-height:250px;
    position: relative;
    display: inline-grid;
    /*padding-top: 30%;*/
    margin: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #bbb;
    text-align:center;

}

.album_art {
    height:100%;
    width: 100%;
    position: absolute;
    opacity: 100%;
    z-index: -11;
}

.overlay_text {
    height: 100%;
    width: 100%;
    font-size:13px; 
    font-size: 2vw;
    font-size-adjust: auto;
    position: relative;
    margin: 0;
    top: 0; bottom: 0; left: 0; right: 0;
    color: white;
    display: none;
}

.cover_filter{
    height:100%;
    width:100%;
    position:absolute;
    background-color:black;
    opacity:0.7;
    filter: alpha(opacity=70);
    z-index:-10;
}

.artist_name {
    font-family: 'PT sans';
    position: absolute;
    top:20%;
    width:100%;
    margin: auto;
    font-size: 1.5vw;
}

.record_title{
    position: absolute;
    top:45%;
    width:100%;
    margin:auto;
    font-size:1.3vw;
    font-style: italic;
    font-weight: 300;
}

.credits{
    position: absolute;
    top: 65%;
    width:100%;
    margin: auto;
    font-size:0.9vw;
}

.links{
    position: absolute;
    top:80%;
    widows: 100%;
    margin:auto;
    font-size:1vw;
    color:white;
    text-decoration: none;
    font-weight: 300;
}

.credit_links{
    color:white;
    text-decoration: none;
}

.links {

    position:relative;
    bottom: -40px;
    margin: auto;
}

body {
    text-align: center;
    margin: 0 0 0 0;
}


#about_me {
    text-align: center;
    width:85%;
    margin:auto;
    margin-bottom: 5vw;
}

#me_photo {
    width: 48%;
    min-width: 275px;
    position: relative; 
    text-align: left;
    margin: auto;
    box-shadow: 0px 0px 2px grey;
    
}

#me_photo2{
    width: 100%;
    min-width: 275px;
    position: relative; 
    text-align: left;
    margin: 1vw auto 0 auto;
    /*box-shadow: 0px 0px 2px grey;*/
}

#about_text {
    position: relative;
    text-align: left;
    margin: auto;
}   

#about_text_paragraph {
    top:0;
    margin: 0 0 3.2vw;
}

#contact_section {
    background: rgb(255,208,253);
background: linear-gradient(97deg, rgba(255,208,253,1) 0%, rgba(255,123,217,1) 100%);
    margin: auto;
    width: 100%;

    color:white;
    margin: 0;
    box-shadow: 0 0 20px rgba(255,208,253);
    padding-top: 20vw;
    -webkit-animation: hue 45s infinite;
}

#contact_container {
    position: relative;
    height: 10vw;
    width: 50%;
    margin: auto;
}

#contact_title {
    font-size: 5vw;
    margin: 0;
    position: absolute;
    left:0;
}

#contact_button {
    font-size: 2.5vw;
    color:white;
    right: 0;
    position: absolute;
    margin:0;
    margin-top:0;
    border: 1.5px solid white;
    border-radius: 4px;
    padding:1.5vw;
    transition: 200ms;
}

#contact_button:hover{
    color: #ff9ae6;
    background-color:white;
}

@media screen and (max-width:1025px) {
    .album{width:35vw;height: 35vw;}
    .artist_name{
    font-size:2.5vw;

    }

    .record_title{
    font-size:2vw;
    }

    .credits {
    font-size: 1.25vw;
    }
    .links {
        font-size: 1.5vw;
    }
    

}


@media screen and (max-width:625px) {
    .album{width:55vw;height: 55vw;}
    
    .artist_name{
    font-size:4vw;

    }

    .record_title{
    font-size:3vw;
    }

    .credits {
    font-size:2vw;
    }
    .links {
        font-size: 2vw;   
    }
    
}

::-moz-selection { /* Code for Firefox */
  background: #ffd1dc;
    color: white;
}

::selection {
  background: #ffd1dc;
    color:white;
}

/* SMALL SCREEN SMALL SCREEN SMALL SCREEN*/
@media screen and (max-width: 715px) {
    .nav_items{
    margin: 0 3vw 0 3vw ;
    font-size: 3vw;
    }
    
    #me_photo {clear:both;}
    
    #about_text{float:none; clear: both;    font-size: 3.5vw; line-height: 30px; width: 85%; margin-top: 30px;}
    
    #main_container {
        text-align: center;
    }
    
    #contact_section{
        height: auto;
        padding-bottom:10vh;
    }
}


/* BIG SCREEN BIG SCREEN BIG SCREEN*/
@media screen and (min-width: 716px) {
    .nav_items{
    margin: 0 4vw 0 4vw;
    font-size: 1.75vw;
    }
    
    
    #me_photo {clear:both;}
    #about_text{float:right;font-size: 2.25vw; width:48%; line-height: 4.4vw;}

    #contact_section{
            height: 60vh;
    }
}


#photo_credit {
    font-size: 0.8vw;
    margin: auto auto 7vw auto;
    text-align: right;
}

a {
    color: #ffd1dc;
}
