@font-face {
    font-family: "Senty";
    src: url('./fonts/SentyWEN2017.ttf') format('truetype');
    unicode-range: U+4E00-9FFF;
}

@font-face {
    font-family: "IBMserif";
    src: url('./fonts/IBMPlexSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "IBMmono";
    src: url('./fonts/IBMPlexMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "lain";
    src: url('./fonts/Mom«t___.ttf') format('truetype');
}

* {
    font-family: 'Courier New', Courier, monospace
}

/* navbar + list, a */

.nav1{
    border-style: groove;
    border-color:black;
    border-width:1px;
    width:fill;
    margin:auto;
}

.navbar{
    width: fill;
    border-collapse: collapse;
    border-style: outset;
    border-width: 3px;
    border-color:black;
    border-spacing:0;
    font-size: 1.25em;
    font-weight: bold;
    display: inline-block;
    margin: 0%;
    padding: 0%;
    text-decoration: none;
    color:#8941AD;
    font-family: "IBMmono";
}

.navbar:hover{
    transition: all 0.3s ease 0s;
    color: blue;
}
.navbar:active{
    border-style: inset;
}

.ab{
    text-decoration: none;
    color: #FFC0CB;
}

nav {
    z-index: 1;
    position: sticky;
    top: 0px;
    display: flex;
    align-items: left;
    background-color: #A29E96;
}

button {
    padding: 9px 25px;
    background-color: #2bc4ad;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

button:hover {
    background-color: #11999e;
}

/* body stuff */

body {
    margin: 0px;
    text-align: center;
    background-image: url("../images/background.png");
    background-size: cover;
}

.container {
    width: 65%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right:auto;
    background-color: #3E3050;
    color: aliceblue;
    display: block;
    padding: 20px;
}

.notfull-container{
    width: 65%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right:auto;
    background-color: #3E3050;
    color: aliceblue;
    display: block;
    padding: 20px;
    height: 90vh;
}

.ndnotfull-container{
    width: 65%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right:auto;
    background-color: #3E3050;
    text-decoration: none;
    color: aliceblue;
    display: inline-block;
    padding: 20px;
    height: 90vh;

}
.bottom-container{
    margin-right: auto;
    margin-left:auto;
    width: fill;
    margin-top:0px;
    height: 75px;
    background-color: #6467B4;
    /*
    background-color:#11999e;
    */
    display: block;
}

.copyright {
    margin: 0%;
    font-size: 0.75rem;
    padding: 20px 0;
    font-family: 'Courier New', Courier, monospace;
}

/*text n shit*/
#a{
    font-size: 12px;
}
#notes{
    text-align: left;
    padding-left: 100px;
    font-family: "lain";
}

a:link{
    color:pink
}

a:visited{
    color:crimson
}

.projectImages{
    display: inline-block;
    float:left;
    padding:10px;
    height: 200px;
    width: 200px;
}

.guitarImages{
    float: inline-end;
    padding:-50px;
    height: 200px;
    width: 200px;
    margin-left: 25px;
    margin-bottom: 50px;
}
.projectText{
    text-align: left;
    overflow: hidden;
}

.realText{
    display: inline-block;
    margin: auto;
    height: auto;
    text-align:left;
}

/* big contact me button */

.button {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: black;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.button:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    text-decoration: none;
}
/* mobile image compatibility */
img {
    width: auto;
    max-width: 100% ;
    height: auto;
}

