 /* COLOR SCHEME!

Dark Blue: #061C37
Yellow: #FCB300
Teal:#CDECCE
Red:#F44B4A
Purple:#5D4457

Background
#FFFCE9

 */ 

  /* FONTS */

 @font-face{
    src: url(https://ameliaftalken.neocities.org/Fonts/Jelek.ttf) format("truetype"); 
        font-family:'HeaderBubble'; 
 }
/* quicksand fam */
    @font-face{
        src: url(https://ameliaftalken.neocities.org/Fonts/Jelek.ttf) format("truetype");
            font-family:'Q-Reg'; 
    }
     @font-face{
        src: url(https://ameliaftalken.neocities.org/Fonts/Quicksand/static/Quicksand-Medium.ttf)format("truetype");
         font-family:'Q-Med'; 
    }
    @font-face{
        src: url(https://ameliaftalken.neocities.org/Fonts/Quicksand/static/Quicksand-Bold.ttf)format("truetype");
            font-family:'Q-Bold'; 
    }
    @font-face{
        src: url(https://ameliaftalken.neocities.org/Fonts/Quicksand/static/Quicksand-SemiBold.ttf)format("truetype");
         font-family:'Q-SBold'; 
    }
     @font-face{
        src: url(https://ameliaftalken.neocities.org/Fonts/Quicksand/static/Quicksand-Light.ttf)format("truetype");
         font-family:'Q-Light';}
/* MEAT */ 

body{
    overflow-y: scroll;
overflow-x: hidden;
background-color: #061C37;

text-align: center;
align-items: center;
padding-left: 5%;
padding-right: 5%;
}


header {
margin-top: 50px;
/*background-image: url(WebsiteAssets/HeaderTemp2.png);*/

background-position:center;
        background-repeat: no-repeat;
        align-items: center;
        margin-bottom: 0px;
        padding:0px;
        width: 100%;
}
header p{
    margin: 0%;
}

header h1{
    font-family: "HeaderBubble";
    margin-bottom:25px;
    margin: 0px;
    color: #FCB300;
    font-size: 75px;
}


/* NAVIGATION BAR */
.mainNavigation {
margin-top: 2%;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 2%;

display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap:10px;
justify-content: center;

border-radius: 3px;
}
        .mainNavigation li{
            text-decoration: none;
            font-family: "HeaderBubble";
                color: #061C37 ;
                font-size: 30px;
            display: contents;
            justify-content: center;
            align-content: center;
            text-align: center;
        }

        .mainNavigation a{
           height: 40px;
           align-content: center;
           justify-content: center;
            font-family: "HeaderBubble";
                font-size: 30px;
            color: #061C37;
            text-decoration-line: none;
            background: #F44B4A;
            border-radius: 5px;
            padding: 10px;
        }

        .mainNavigation a:hover{
            font-family: "HeaderBubble";
                color: #F44B4A;
            background-color:#FCB300;
    
            
        }
        .mainNavigation .active{
            font-family: "HeaderBubble";
                color: #F44B4A;
            background-color:#FCB300;            
        }

/* Container*/
.container{
    background-image:url(WebsiteAssets/pexels-thefullonmonet-28380105.jpg);
    background-size: 60%;
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-areas: 
        "Skills Blurb"
        "Skills Contact";
    margin: auto;
    max-width: 1000px;

   padding: 3%;
   border-radius: 3px;
   border-style: dashed;
   border-color:#061C37;
   border-width: 10px;
   cursor: url(WebsiteAssets/Cursors/Cursor.png),pointer;

}

/* blurb */
.blurb{
    grid-area: Blurb;
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 50% 50%;
    overflow:hidden;
    align-items: center;
}
.blurb img{
    width: 80%;
    margin: 2%;
    border-radius: 5px;
    border: #F44B4A;
    border-width: 5px;
    border-style: solid;
    filter: drop-shadow(-5px 4px .5px #061C37);
     transform: scaleX(-1);
     background-image: url(WebsiteAssets/crumple.jpg);
     background-size: 50%;
}
.blurb p{
    padding: 2%;
    background-color: #FCB300;
   color: #061C37;
    background-size: 80%;
    font-family: "Q-MED";
    font-size: 18px;
    filter: drop-shadow(5px 4px 1px #061C37);
    margin: 1%;
}
/* Skills */
.Skills p {
    font-family: "HeaderBubble";
    color: #061C37;
}
.Skills{
    grid-area: Skills;
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin: 2%;

    font-family: "HeaderBubble";
    font-size: 30px;
}
.list{
    font-family:"Q-Reg"; 
     position: relative;  
}
#List1::-webkit-scrollbar{
    display: none;
   }
   .list a{
     font-family:"Q-Bold";
   }
.list ul{
    padding: 10px;
    list-style: none;
    color: #061C37;

    background-image: url(WebsiteAssets/linedppr.jpg);
    background-size: 100%;
    margin: 5%;
}
.list ul:hover{
     cursor: url(WebsiteAssets/Cursors/ScrollDnCursor.png),crosshair;
}

#List1 {
    margin: auto;
    background-color: #FCB300;
   border-radius: 10px;
   z-index: 87;
    text-align: left;
    overflow: scroll;
    position: relative;
    max-height: 50%;
    filter: drop-shadow(4px 2px .1px #061C37);
}
.Resume a{
    z-index: 87;
    position: absolute;
    background-color: #F44B4A;
    border-radius: 10px;
    margin: 1%;
    left:5px;
    padding: 5%;
    filter: drop-shadow(4px 2px 2px #061C37);

    color: #061C37;
    font-family: "Q-SBold";
    text-decoration: none;
}
.Resume a:hover{
    filter: drop-shadow(2px 1px 0px #061C37);
    transform: translate(1px, 1px);
    cursor: url(WebsiteAssets/Cursors/pointerCursor.png),pointer;
}
.NapQuote{
    position: absolute;
    z-index: 90;
    right: 0px;
    width: 60%;
    bottom: 1px;
}
.NapQuote img{
 width: 100%;
 
}
.NapQuote button{
    width: fit-content;
    border:none;
    background: transparent;
    filter: drop-shadow(4px 5px 5px #061C37);
}
.NapQuote button:hover {
    cursor: url(WebsiteAssets/Cursors/pointerCursor.png),pointer;
    filter: drop-shadow(4px 2px .1px #061C37);
   transform:translate(1px, 1px);
}

/* CV */

/* Contact n shit */

.Contact {
    grid-area: Contact;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    align-items: center;
}
.Socials{
    display: flex;
    padding-left: 25%;

}

.Socials a{
    max-width:100%;
    display: contents;
}

.Socials img{
    width: 20%;
    margin: 2%;
    filter: drop-shadow(4px 3px 2px #061C37);
}
.Socials img:hover{
    transform:translate(1px, 1px);
    filter: drop-shadow(3px 2px .1px #061C37);
    cursor: url(WebsiteAssets/pointerCursor.png),pointer;
}
.Email {
    padding: 2%;
    background-color:#F44B4A;
    font-size: 15px;

    filter: drop-shadow(5px 4px .5px #061C37);
    margin: 1%;
    border-radius: 5px;
}
.Contact p{
    font-family: "Q-Bold";
    color: #061C37;
}
/*POP UP START */


/*POP UP FIN*/

/* Footer */
footer{
    display: block;
    clear: both;

    margin-top: 10%;
 }
.footer ul{

        font-family: "Q-Bold";
            color: #FCB300 ;
            display: block;
    }
  .footer li{
        text-decoration: none;
        font-family: "Q-Med";
        color: #FCB300 ;
        display: block;
    }
    .footer a{
        color:#FCB300;
        text-decoration: none;
    }
    .footer a:hover{
        font-family: "Q-Bold";
        color:#F44B4A;
    }

p {
    font-family: "Q-Med";
    color: #F44B4A;
}
/* Formatting for smaller screens */
/* formating for mobile */
@media only screen and (max-width:1000px) {

    .container{
        display: flex;
        flex-direction: column;
    }

    .blurb{
        display: flex;
        flex-direction: column;
    }
    .Skills{
        display: flex;
        position: relative;
    }
    .Resume{
        position: sticky;
    }
    .NapQuote img{
        width:70%;
    }
    .Contact {
        display:contents;
        justify-content: space-around;
    }
    .Skills p{
        display: none;
    }
    .Socials{
        justify-content: right;
    }
    #resume{
        width: 100%;
        margin: auto;
        z-index:0;
        justify-content: left;
    }
}