@font-face {
    font-family: "Six Hands Web Chalk";
    src: url("https://db.onlinewebfonts.com/t/521e96d390df2dadea897e4104681216.eot");
    src: url("https://db.onlinewebfonts.com/t/521e96d390df2dadea897e4104681216.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/521e96d390df2dadea897e4104681216.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/521e96d390df2dadea897e4104681216.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/521e96d390df2dadea897e4104681216.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/521e96d390df2dadea897e4104681216.svg#Six Hands Web Chalk")format("svg");
}


body{
	font-family: sans-serif;
    min-width:320px;      
  
}


a{
	color:black;
	text-decoration:none;
	background:transparent;
	border-bottom:1.5px solid #99f;
	padding-top:.05rem;
	padding-bottom:.05rem;
	background:linear-gradient(to bottom, #99f 0, #99f 100%);
	background-position:0 100%;
	background-repeat:repeat-x;
	background-size: 0 0;
	transition:background .2s ease-in-out;
}

.ext {
	border-bottom-color: rgb(253, 149, 203);
	background:linear-gradient(to bottom, rgb(253, 149, 203) 0, rgb(253, 149, 203) 100%);
    border-radius: 25px;
    border: solid;
    border-color: rgb(253, 149, 203);
}

.int {
	border-bottom-color:deeppink;
	background:linear-gradient(to bottom, deeppink 0, deeppink 100%);

}


/*header*/

header{
    background-color: rgb(253, 149, 203);
    border-radius: 50px;
    padding:2vw;
    margin-bottom: 2vw;
}

header h1{
	font-family: sans-serif;
	font-size:40pt;
    line-height: 40pt;
    margin-top:0;
    width: 100%;
}

#project-title {
    font-size: 1.8em;
    line-height: 100%;
}

h3{
    font-family: "Six Hands Web Chalk";
}

.gal-title {
    font-size: 30pt;
}

hr{
    display: none;
}

li::marker{
    content: none;
}

p.title {
    font-family: "Six Hands Web Chalk";
    font-size: 0.7em;
    line-height: 100%;
    margin-top: 1px;
    text-align: right;
    padding-left: 0;
    color: white;
}

#galleries p {
    padding-right: 10vw;
    margin-right: 10vw;
    font-size: 14pt;
    line-height: 18pt;
}
