@font-face{
    font-family: "Yipes_Regular";
    src: url("fonts/Yipes-Regular.ttf")
}

@font-face {
    font-family: "Comfortaa" ;
    src: url("fonts/Comfortaa-VariableFont_wght.ttf");
}

h1, h2{
    font-family: Yipes_Regular, serif;
    color: white;
}

h1{
    font-size: 2.5em;
    text-decoration: underline;
}

h2{
    font-size: 2em;
}

h3{
    font-size: 1.75em;
}

html{
    background: url("images/watercolor-background.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:space;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/watercolor-background.jpg", sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/watercolor-background.jpg', sizingMethod='scale')";
}

nav{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

nav > *{
    border-color: #7b6155;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    background-color:#DFB890;
    padding-left: 2%;
    padding-right: 2%;
    margin: 1%;
}

nav.expand{
    opacity: 1;
    visibility: visible;
}

nav > a:hover{
    color:#502891;
}

nav > a:visited{
    color:#923466e1;
}

a{   
    font-family: Yipes_Regular, serif;
    color: #7a5aad;
}

#menu_icons{
    display:none;
}

header{
    justify-content: center;
    text-align: center;
    align-self:flex-start;
}

p{
    color: white;
    font-family: 'Comfortaa', sans-serif;
    font-size: 1.3em;
}

#strikethrough{
    text-decoration: line-through white;
}

#logo{
    align-items: center;
    width: 75%;
    height: auto;
}

.caption{
    font-size: 0.8em;
    text-align: right;
}

#startravelervt_homepage_img{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

article{
    text-align: center;
    margin: auto;
}

ul{
    list-style: '✧  ';
}

li > a{
    font-family: 'Comfortaa', sans-serif;
    color: #DFB890;
}

li{
    color: white;
    text-align:left;
    font-family: 'Comfortaa', sans-serif;
    font-size: 1.2em;
}

div > h1{
    text-align:center;
}

#likes_and_dislikes{
    display: flex;
    padding: 3%;
}

#likes > h3{
    font-family: Yipes_Regular, serif;
    color: white;
}

#likes{
    width: 300px;
}

#dislikes{
    width: 300px;
}

#dislikes > h3{
    font-family: Yipes_Regular, serif;
    color: white;
}

.wrapper{
    width: 60%;
    display: flex;
    flex-direction:row;
    align-items: flex-start;
    width: auto;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 3%;
    padding: 3%;
    border-color:#DFB890;
    border-radius: 7px;
    border-style: solid;
    background-image: linear-gradient(to bottom right, #4C2C66e1, #923466e1);
    flex: none;
    z-index: 1;
}

div#links > *{
    border-color: #7b6155;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    background-color:#DFB890;
    padding-left: 2%;
    padding-right: 2%;
    margin: 1%;
}

hr{
    color: white;
    overflow: hidden;
    width:auto;
}

hr.horizontal{
    width: 50%;
    margin: auto;
}

div#likes_and_dislikes_header{
    text-align: center;
}

#new_Starry > a > img{
    filter: blur(9px);
}

#Starry_Love, #cultist_starry, #wahoo_gamers{
    border:#DFB890 solid 5px;
    border-radius: 10px;
}

ul#talent_list{
    justify-self: center;
    text-wrap: wrap;
    margin-left: 30%;
}

.table_of_contents{
    display:none;
}

svg:hover{
    cursor: pointer;
    stroke:#DFB890;
}

article.refs > figure{
    width: 50%;
    height: auto;
}

.web_icon{
    display: inline-block;
    max-width: 5%;
    height: auto;
}

#about_me{
    width: auto;
}

main{
    width: 55%;
}

@media(min-width: 950px){

    main{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    img{
        width: 100%;
        height: auto;
    }

    nav{
        display: flex;
        flex-flow: row wrap;
    }

    header > figure{
        display: inline-block;
        margin: auto;
        vertical-align:middle;
        justify-content: center;
        align-content: center;
    }

}

@media(max-width: 949px) and (min-width: 480px){
    #menu_icons{
        display: flex;
        justify-content: center;
    }

    #menu_show{
        display: block;
        text-align: center
    }

    #menu_hide{
        display: none;
        text-align: center;
    }
    
    .wrapper{
        margin-right: 5%;
        margin-left: 5%;
        display: flex;
        flex-direction: column;
        
    }

    body{
        background-attachment: fixed;
    }

    main > p{
        font-size: 1.1em;
    }

    header{
        display: block;
        margin: auto;
        width: 45%;
    }

    nav{
        visibility: collapse;
        opacity: 0;
    }

    nav.expand{
        opacity: 1;
        display: none;
        flex-direction: column;
    }

   figure > img{
        max-width: 50%;
        height: auto;
    }

    header > figure{
        display: inline-block;
        margin: auto;
        vertical-align:middle;
        justify-content: center;
        align-content: center;
    }

    img, header > img{
        display: block;
        margin: auto;
        max-width: 50%;
        height: auto;
    }

    .table_of_contents{
        display: contents;
    }

    ol li{
        text-align: center;
        font-size: 1.3em;
    }

    ol{
        list-style-position: inside;
    }

    .web_icon{
        display: inline-block;
        max-width: 5%;
        height: auto;
    }
}

@media (prefers-color-scheme: light){
    body{
        background-image: url("images/light_mode_background.jpg");
    }
}