
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
    overflow: auto;
}

html, body {
    overflow: none; /* or hidden if needed */
}

html{
    scroll-behavior: smooth;
}
body{
    width:100%;
    background-color: var(--black);
    font-family: "M PLUS Code Latin";
    }
::-webkit-scrollbar {
    display:none;
    }
.section{
    background-position: center;    
}
:root{ /* colours */
    --blue:#203239;
    --gold:#B6A787;
    --black:rgb(8,10,12);
    --trans:rgba(8,10,12,0.8);
    --trans-gold9:rgba(182, 167, 135,0.9);
}
/* nav button*/
.nav-links{ /* hidden */
    display: none;
    gap: 15px;
    width: 300px;
    z-index: 999;
}
.nav-links:active{ /* hidden */
    display: none;
    width: 300px;
    z-index: 999;
}
.menu-toggle{ /* hidden */
    position: fixed;
    display: none;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 1000;
}
nav{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 0;
    background-color: var(--primary);
    }
nav a{
    color: white;
    font-size: 1.6rem;
    
    font-family: 'Orberton';
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-align: center;
}

.current-section{
    background-color: var(--blue);
    color: var(--gold);
    border-color: var(--gold);
}
/* Side Nav*/
#section-scroll {
    display: block;
    justify-items: center;
    position: fixed;
    right: 1%;
    top: 30vh;
    height: 500px;
    width: 80px;
    z-index: 100;
}
#button-top {
    position: absolute;
    width: 40px;
    height: 250px;
    background-color: var(--trans-gold9);
    border-radius: 100px;
    border: var(--blue)4px solid;
    z-index: 8;
    left: 20px; 
    
}
#button-center-border{
    position: absolute;
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-color: var(--blue);
    border: var(--blue) 6px solid;
    z-index: 9;
    top: 213px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#button-center{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--blue);
    border: var(--gold) 4px solid;
    z-index: 10;
    top: 216px;
    left: 5px; 
    display: flex;
    justify-content: center;
    align-items: center;
}
#button-center a {
    display:flex;
    text-decoration: none;
    font-size: 30px; 
    line-height: 1; 
    transform: rotate(-15deg);
}
#center-c {
    color: white;
}
#center-d {
    color:var(--gold);
}
#button-bottom {
    position: absolute;
    width: 40px;
    height: 250px;
    background-color: var(--trans-gold9);
    border-radius: 100px;
    border: var(--blue) 4px solid;
    z-index: 8;
    bottom: 0px;
    left: 20px;
}
#button-top a{
    top: -20px;
}
#button-bottom a{
    top: 15px;
}
#button-top a, #button-bottom a {
    color: var(--blue);
    font-size: 20px;
    letter-spacing: -2px;
    text-decoration: none;
    font-weight: 500;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    justify-content: center; 
    align-items: center;    
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}




/*Section backgrounds*/
#home{
    height: 100vh;
    background-image: url("backgrounds/leopard.webp"); 
    background-size:cover;
    background-position: right;
}
#about{
    height: 100vh;
    background-image: url("backgrounds/robot.webp");
    background-size: cover;
    background-position: center;
    
}
#education{
    height: 100vh;
    background-image: url("backgrounds/brain.webp");
    background-size: cover;
    background-position: center;
}
#showcase{
    height: 100vh;
    background-image: url("backgrounds/earth.webp");  
    background-size: cover;
    background-position: center;
    
    justify-items: center;

}
#contact{
    height: 100vh;
    background-image: url("backgrounds/watch.webp");
    background-size: cover;
    background-position: center;
    justify-items: center;
    justify-content: center;
    
}


/*Top Nav*/
.navbar{
    display: flex;
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(8,10,12,0.0),rgba(8,10,12,0.8));
    z-index: 600;
    align-items: center;
}
#logo-container{
    display: flex;
    margin-left: 2%;
}
.logo{
    position: relative;
    display: flex;
    border: 0px;
    font-family: "M PLUS Code Latin";
    margin-top: 1.5vh;
    margin-left: 3vw;
    font-size: 2.5vw;
    z-index: 1;
    top:-0.5vw;
    margin-right: 50px;
}
#choose{
    font-family: "M PLUS Code Latin";
    color: white;
    font-weight: 400;
}
#design{
    font-family: "M PLUS Code Latin";
    color: var(--gold);
    font-weight: 400;
}
.navbar a{
    text-decoration: none;
    background-color: none;
    z-index: 1000;
}
.link{
    position: relative;
    align-items: center;
    display:flex;
    margin-left: auto;
    justify-content: right;
    height: 100px;
    z-index: 1000;
    
}
.link a{
    font-family: "M PLUS Code Latin";
    font-weight: 400;
    margin-right: 3vw;
    color: white;
    text-decoration: none;
    font-size: 1.5vw;
    z-index: 1000;
    
}
.link a:hover{
    text-decoration: underline;
}
.link a.active {
    color: var(--gold); 
    font-weight: 400;
    text-decoration: underline;
}
.logo-link{
    margin-top: 50px;
    padding-top: 50px;
    border: 0px;
}


/*Slogans*/
#slogan-container,#slogan-container-2{
    position: relative;
    height: 80vh;
    align-content:end;
    text-align: left;
}
#slogan{ 
    position: relative;
    bottom: 30vh;
    font-family: "Orbitron";
    color:white;
    font-weight: 500;
    background-color: var(--trans);
    font-size:5vw;
    margin-left: 12%;
    padding-right: 2vw;
    padding-left: 2vw;
}
#slogan-logo-container{
    display: flex;
    position: relative;
    left:5%;
    bottom: 30vh;
    
}
#ch{
    font-family: "M PLUS Code Latin";
    color: white;
    font-size: 6vw;
    padding-bottom: 1vh;
    background-color: var(--trans);
    margin-left: 35%;
    padding-left: 2vw;
}
#de{
    color: var(--gold);
    font-size: 6vw;
    background-color: var(--trans);
    padding-right: 2vw;
    padding-bottom: 1vh;
}
.heading{
    display: block;
    width: 21.5%;
    margin-bottom: 1vh;
    position: relative;
    font-family: "Orbitron";
    color:var(--gold);
    font-size: 4vw;
    top: 15vh;
    left:12%;
    background-color: var(--black);
    padding-left: 2%;
    padding-bottom: 1vh;
}
#quote{
    position: relative;
    text-align: center;
    align-content: center;
    bottom: 28vh;
    left: 53vw;
    display: block;
    width: 20%;
    height: 5vh;
    border-radius: 15px;
    font-family: "Orbitron";
    font-size: 1.25vw;
    font-weight: 500;
    border: var(--blue) 5px solid;
    color: var(--blue);
    background-color: #B6A787;
    text-decoration: none;
}
#down-arrow{
    position: relative;
    top: 3px;
    display: inline-block;
    transform: rotate(-90deg);
}
#quote:hover{
    border: var(--gold) 5px solid;
    color: var(--gold);
    background-color: var(--blue);
}


/* Fading elements */
.fade-out {
    transition: opacity 0.1s ease-out; 
    opacity: 1; 
}


/*about page*/
#banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5vw;
    width: 100%;
    bottom: -25vh;
    background-color: var(--trans);
    padding-bottom: 1vh;

}
#banner p{
    font-size: 4vw;
    margin-left: 1.5vw;
}
#banner span{
    font-size: 4vw;
    margin-right: 1.5vw;
}
#image{
    position: relative;
    display: block;
    width: 8vw;
    height: 8vw;/*keeps it a cirle*/
    border: var(--blue) 5px solid;
    border-radius: 50%;
    top:17vh;
    left: 45%;
    background-image: url(images/me4.webp);
    background-size: contain;
    background-color: var(--trans);
    background-position: left;
    background-repeat: no-repeat;   
}
#image:hover{
    background-image: url(images/Me2.webp);
}
#name, #role, #ai, #me{
    display: block;
    position: relative;
    width: fit-content;
    color: var(--blue);
    background-color: rgb(182, 167, 135,0.7);
    border: var(--blue) 5px solid;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    font-weight: 500;
    text-align: center;
    font-family: "Orbitron";
    font-size: 24px;
    
}
#name{
    top: -2vh;
    left: 56%;
}
#role{
    top: -1vh;
    left:56%;
    width: fit-content;
    
}
#ai{
    left:56%;
    width: 370px;
    margin-bottom: 10px;
    height: fit-content;
}
#info{
    font-size: 15px;
    text-align: justify;
    font-family: "M PLUS Code Latin";
}
#me, #me-text{
    left:56%;
    width: 250px;
    height: fit-content;
    text-align: center;
    
}
#me-text{
    font-size: 15px;
    width: 200px;
    text-align: justify;
    font-family: "M PLUS Code Latin";
    
}
/*skills*/
.title{
    position: relative;
    top: 10vh;
    width: 80%;
    justify-self: center;
    text-align: center;
    color: var(--gold);
    font-size: 4rem;
    background-color: var(--trans);
    
    border: 4px solid var(--gold);
    font-family: 'Orbitron';
    border-radius: 15px 15px 0 0 ;
}
.certs{
    position: relative;
    justify-content: center;
    align-items: center;
    top: 11vh;
    left: 10%;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--trans);
    gap: 1vw;
    border: var(--gold) 4px solid;
    border-radius: 0 0 15px 15px ;
    
    width: 80%;
    height: 75vh;
    overflow-y:scroll
}
.certs a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%; /* roughly 3 per row */
  vertical-align: top;
}

.certs a img{
    background-color: var(--gold);
    border-radius: 15px;
    margin: 2vh;
    padding: 1%;
    width: 80%;
}
.certs a img:hover{
    transform: scale(1.05);
}


/*contact page*/
#contact-section-container{
    overflow: hidden;
    position:relative;
    width: 100%;
    height: 100vh;
    justify-items: center;
    right: 5%;
}
#slogan-contact-page{
    position: absolute;
    align-items: center;
    height: 5.1vw;
    top: 15vh;
    display: flex;


}
#slogan2{
    font-family: "Orbitron";
    color:white;
    font-weight: 500;
    background-color: var(--trans);
    font-size:5vw;
    padding-right: 2vw;
    padding-left: 2vw;
}
#slogan-logo-container2{
    position: absolute;
    justify-items: center;
    padding-bottom: 1vh;
    top: 25vh;
    right: 14%;
    margin-bottom: 5vh;
    padding-left: 1vw;
    padding-right: 1vw;
    background-color: var(--trans);
    
}
#slogan-logo-container2 span{
    display: inline-flex;
    
    
}
#ch2{
    font-size: 5vw;
    color:white;
}
#de2{
    font-size: 5vw;
    color:var(--gold);
}

/*contact page - contact form*/
#contact-form{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    position: relative;
    left: 5%;
    top: 40vh;
    max-width: 1200px;    
}
#submit{
    position: absolute;
    right: 0%;    /*button sits on corner of form*/
    bottom: 2.7%; /*button sits on corner of form*/
    background-color: var(--blue);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 20px;
    border-radius: 15px 0 15px 0;
    border: 0;
    font-family: "M PLUS Code Latin";
    letter-spacing: 8px;
    font-weight: 500;  
    cursor: pointer;
}
input[type=text], input[type=tel], input[type=email], select, input[type=textarea], #message{
    font-family: "M PLUS Code Latin";
    font-size: 20px;
    color: var(--blue);
    width: 80vw;
    padding: 15px;
    border: none;
    background-color: var(--trans-gold9);
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
#message { 
    height: 30vh;
 }
::-webkit-input-placeholder {
    font-family: "M PLUS Code Latin";
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
}
#phone, #subject{
    border-radius: 0;
 }
#email{
    border-radius: 15px 15px 0px 0px;
 }
#message{
    border-radius: 0px 0px 15px 15px ;
 }
 input:focus, textarea:focus{
    outline:var(--blue) 2px solid; 
    border: var(--blue) 2px solid;
 }
 
  /*contact details below form*/
#contact-tel, #contact-email{
    overflow: none;
    width: 1000px;
    height: 65px;
    }
    #contact-email a, #contact-tel a{
        text-decoration: none;
        margin:5px;
    }
    #contact-email a:active, #contact-tel a:active{
        text-decoration: underline;
    }
  
    #contact-email a p, #contact-tel a p{
    color: #203239;
    width: 170px;
    text-align: center;
    padding-top:12px;
    
    padding-bottom: 12px;
    border-radius: 5px;
    background-color: #B6A787;
    font-size: 20px;
    text-decoration: none;
    
    }

#contact-tel a img, #contact-email a img{
    background-color: #B6A787;
    
    padding: 7px;
    border-radius: 5px;
    color: var(--blue);
    width: 50px; 
    height: 50px;

     
}
#contact-tel{
    position: absolute;
    display: inline-flex;
    left: 38%;
    top:90vh;
}
#contact-tel a p{
    position: absolute;
    font-weight: 500;
    top: 5px;
    left:19%;
    
}
#contact-email{
    position: absolute;
    left: 57%;
    top:90.5vh;
}
#contact-email a p{
    position: relative;
    font-weight: 500;
    top: -55px;
    left:7%;
    width: 300px;
}

/*Showcase
 Slideshow container */

.slideshow-container {
    overflow: hidden;
    width: 80%;
    height: 80vh;
    border: var(--gold) solid 4px;
    border-radius: 0 0 15px 15px ;
    position: relative;
    background-color: var(--trans);
    justify-content: center;
    top: 11vh;
    z-index: 5;
    align-content: center;
    justify-items: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}
.mySlides img{
    z-index: 1;
    height: 70vh;
    
}

.mySlides:first-child {
    display: block;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  margin-top: -18px;
  padding: 30px;
  color: var(--gold);
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index: 1;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.prev{
    left:0;
    border-radius: 0 10px 10px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: var(--blue);
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 1vh;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 1vh;
}

/* The dots/bullets/indicators */
.dot {
  position: relative;  
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--gold);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  z-index: 2;
}
.dot:active, .dot:focus {
  background-color: white;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 18vh;
    background-color: var(--blue);
}
.footer-link{
    margin-bottom: 10px;
    color: var(--gold);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400px;
}
.footer-link:hover{
    text-decoration: underline;
}
footer #logo-container{
    position: relative;
    display: inline-flex;
    right:1%;
    
}
footer #logo-container span{
    font-size: 1.6rem;
    font-weight: 400px;
}
footer p{
    color: white;
    margin-bottom: 10px;
}


 @media screen and (min-width: 601px) and (max-width: 1280px) {
    #section-scroll{
        top:18vh;
    }
    .link a{
        display: none;
    }
    #home{
        background-image: url(backgrounds/leopard1280x800.jpg); /*smaller image for tablets*/
        background-position: right;
    }
    #about {
        background-image: url(backgrounds/robot1280x800.jpg);   /*smaller image for tablets*/
        
    }
    #skills{
        background-image: url(backgrounds/brain1280x800.jpg);   /*smaller image for tablets*/
    }
    #showcase{
        background-image: url(backgrounds/ciriut\ board\ earth1280x800.jpg);    /*smaller image for tablets*/
    }
    #contact{
        background-image: url(backgrounds/watch1280x800.jpg);   /*smaller image for tablets*/
    }
    .heading{
        top:21vh;
    }
    .logo{
        position: relative;
        font-family: "M PLUS Code Latin";
        z-index: 10;
       
    }
    #image{
        left: 42%;
        width: 20vh;    /*keeps it a perfect circle*/
        height: 20vh;   /*keeps it a perfect circle*/
        background-size: cover;
    }
    #banner{
        position: relative;
        bottom: -10vh;  /*places it below the side nav*/
    }
    
    .certs a{
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
        width:47%;  /*allows for 2 images to fit in the box*/
    }
    .slideshow-container{
        height: 72vh;
        justify-items: center;

    }
    .text, .numbertext{
        justify-self: start;
        background-color: var(--trans);
        width: fit-content;
    }
    .show-img{
        width: 100%;    /*stops overflow*/
    }
    .prev, .next{
        z-index: 5;    /*keeps buttons above the images*/
    }
    #contact-form{
        top: 37vh;
        left: 3%;
    }
    #submit{
        bottom: 3.5%;   /*puts the submit button on the bottom right corner fo the text area*/
    }

    #contact-tel{
    position: absolute;
    display: inline-flex;
    left: 22%;
    top:90vh;
    }

    #contact-email{
    position: absolute;
    left: 57%;
    top:90.5vh;
    }
}

@media screen and (max-width: 600px) {
    /*nav button*/
    #navbar,
    #navbar a,
    #navbar a span,
    #logo-container  /*hidden logo - changed to dropdown menu button*/
    {
    display:none;
    }
    .navbar{
        display: none;
    }
    .nav-links{
        display: none;
        flex-direction: row;
        position: fixed;
        flex-direction: column;
        width: 300px;
        text-align: center;
        position: absolute;
        z-index: 800;
        height: 600px;
        width: 100%;
        top: 0px;
        background: linear-gradient(to top, rgba(8,10,12,0.0),rgba(8,10,12,0.8));
        
    }
    .nav-links.active{
        display: flex;
        position: fixed;
        border-color: var(--gold);
        background-color: var(--blue);
        color: var(--gold);
       
    }
    #nav-background{
        background: linear-gradient(to top, rgba(8,10,12,0.0),rgba(8,10,12,0.8));
    }
    .active{ /*active button colour*/
        border-color: var(--gold);
        background-color: var(--blue);
        color: var(--gold);
    }
    #ho{
        top: 23px;
        right: 30px;
    }
    #ab{
        top: 103px;
    }
    #sk{
        top:183px;
    }
    #sh{
        top: 263px;
    }
    #co{
        top: 343px;
    }
    #tog-logo{position: fixed;
        top: 25px;
        left: 85px;
        background: none;
        border: none;
        z-index: 50;
    }
    #cho{
        color: white;
        font-size: 1.6rem;
        font-family: "M PLUS Code Latin";
    }
    #des{
        color: var(--gold);
        font-size: 1.6rem;
        font-family: "M PLUS Code Latin";
    }
    nav a{
        position: fixed;
        font-family: 'Orbitron';
        color: var(--blue);
        font-size: 1.5rem;
        left: 75px;
        border-radius: 15px;
        padding: 10px;
        width: 250px;
        background-color: var(--gold);
        border: var(--blue) 3px solid;
    }
    nav a:active{
        color: white;
        border-color: var(--gold);
        background-color: var(--blue);
    }
   
    .menu-toggle{
        display: block;
        position: fixed;
        width: 65px;
        height: 65px;
        padding-bottom: 3px;
        border-radius: 50%;
        border: var(--gold) 3px solid;
        top: 20px;
        right: 20px;
        justify-content: right;
        font-size: 35px;
        color: var(--gold);
        background-color: var(--blue);
        columns: var(--gold);
        z-index: 1000;
    }
    #menu-line-v{
        position: fixed;
        left: 385px;
        top: 25px;
        height: 349px;
        width:4px;
        background-color: var(--gold);
    }
    #menu-line-ho{
        position: fixed;
        left: 325px;
        top: 50px;
        width: 50px;
        height: 4px;
        background: linear-gradient(to right, var(--blue) 0%, var(--gold) 100%);
    }
    #menu-line-ab{
        position: fixed;
        left: 316px;
        top: 130px;
        width: 70px;
        height: 4px;
        background: linear-gradient(to right, var(--blue) 0%, var(--gold) 100%);

    }
    #menu-line-sk{
        position: fixed;
        left: 316px;
        top: 210px;
        width: 70px;
        height: 4px;
        background: linear-gradient(to right, var(--blue) 0%, var(--gold) 100%);
    }
    #menu-line-sh{
        position: fixed;
        left: 316px;
        top: 290px;
        width: 70px;
        height: 4px;
        background: linear-gradient(to right, var(--blue) 0%, var(--gold) 100%);
    }
    #menu-line-co{
        position: fixed;
        left: 316px;
        top: 370px;
        width: 70px;
        height: 4px;
        background: linear-gradient(to right, var(--blue) 0%, var(--gold) 100%);
    }
    
    #section-scroll, 
    #button-top,  
    #button-center a,
    #center-c,
    #center-d,
    #button-bottom,
    #button-top a,
    #button-bottom a,
    div #button-center,
    div #button-center-border
    {
    display:none;
    }
    .link{
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #687789;
        text-align: center;
        position: absolute;
        top: 5vh;
        left: 0;
        z-index: 1000;
    }
    .link.active{
        display: flex;
    }
    .link a{
        display: block;
        padding: 15px;
        width: 100%;
    }
    .title{
        font-size: 3rem;
    }
    .certs a{
        width:100%;
        justify-content: center;
    }
    .certs a img{
        width: 90%;
        display: block;
    }

    .mySlides img{
        height: auto;
        z-index: 1;
    }
    .prev, .next{
        z-index: 10; /*scroll buttons always on top of image*/
        top: 52vh;
    }
    .logo{
    position: relative;
    left: 5vw;
    top: -1vh;
    border: 0px;
    transform: scale(140%);
    font-family: "M PLUS Code Latin";
    z-index: 1;
   
    }
    .heading{
        position: relative;
        width: 120px;
        padding-left: 35px;
        transform: scale(220%);
        margin-bottom: 6vh;
        top: 32vh;
    }
    #choose{   
    font-size: 2.5vw;
    }
    #design{
    font-size: 2.5vw;
    }
    #slogan-container{
        transform: scale(150%);
        bottom: 10vh;
        left: 90px;
    }
    #slogan-logo-container{
        position: relative;
        left: -20vw;    
    }
    #quote{
        position: relative;
        bottom: 200px;
        left: 23%;
        font-size: 1.4rem;
        height: 60px;
        width: 250px;
        border-width: 3px;
        padding-bottom: 6px;
    }
    #down-arrow{
        top: 5px;
    }
    #image{
        background-size:cover;
        top:9vh;
        left: 170px;
        width: 40vw;
        height: 40vw;
        z-index: 10;
    }
    #name{
        top: 10vh;
        position: relative;
        left: 180px;
    }
    #role{
        top: 11vh;
        left: 140px;
        width: 250px;
        border-radius: 15px 15px 0 0;
    }
   
    #ai{
        top: 12vh;
        left: 140px;
        width: 250px;
        border-radius: 0;
    }
    #me{
        top: 12vh;
        left: 140px;
        border-radius: 0 0 15px 15px ;
    }
    #banner{
        position: relative;
        top: -32vh;
        left: -35%;
        scale:220%;
        padding-top: 5px;
        transform: rotate(90deg);
        
    }
    .show-img{
        width: 100%;
    }
    #home{
        overflow: hidden;
        background-image: url(backgrounds/leopard440x956.jpg);                /*small vertical image for mobile devices*/
    }
    #about{
        overflow: hidden;
        background-image: url(backgrounds/robot440x956.jpg);                  /*small vertical image for mobile devices*/
    }
    #education{
        overflow: hidden;
        background-image: url(backgrounds/brain440x956.jpg);                  /*small vertical image for mobile devices*/
    }
    #showcase{
        overflow: hidden;
        background-image: url(backgrounds/circiut\ board\ earth440x956.jpg);  /*small vertical image for mobile devices*/
    }
    #contact{
        overflow: hidden;
        background-image: url(backgrounds/watch440x956.jpg);                  /*small vertical image for mobile devices*/
    } 
    #slogan-contact-page{
        left: 125px;
        transform: scale(150%);     /*scaled bigger on mobile devices, portrait mode throws off normal scaling*/
    }
    #slogan-logo-container2{
        position: relative;
        left: 5%;
        top: 19.29vh;
        display: flex;
        transform: scale(175%);     /*scaled bigger on mobile devices, portrait mode throws off normal scaling*/  
    }
    #contact-form{
        top: 20vh;
    }
    #submit{
        bottom:3.5%;       /*lines up to the bottom right corner of the text area*/
    }  
    #contact-tel, #contact-email{
        overflow: none;
        width: 100%;
        height: 65px;
    }
    #contact-email a, #contact-tel a{
        text-decoration: none;
        margin:5px;
    }
    #contact-email a:active, #contact-tel a:active{
        text-decoration: underline;     
    }
    #contact-email a p, #contact-tel a p{
        color: var(--blue);
        width: 170px;
        text-align: center;
        padding-top:12px;
        padding-bottom: 12px;
        border-radius: 5px;
        background-color: var(--gold);
        font-size: 20px;
        text-decoration: none;
    }
    #contact-tel a img, #contact-email a img{
        background-color: var(--gold);
        padding: 7px;
        border-radius: 5px;
        color: var(--blue);
        width: 50px; 
        height: 50px;
}
#contact-tel{
    position: absolute;
    display: inline-flex;
    left: 12%;
    top:82vh;
}
#contact-tel a p{
    position: absolute;
    font-weight: 500;
    top: 5px;
    left:44%;
    
}
#contact-email{
    position: absolute;
    left: 12%;
    top:90vh;
}
#contact-email a p{
    position: relative;
    font-weight: 500;
    top: -55px;
    left:14%;
    width: 300px;
}
footer{
    height: 22vh;
}

    
}

