/* general & layouts */

html {
    font-size: 2.4vh;
    background-color: black;
    font-family: /* "Work Sans", */ sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-snap-type: y mandatory;
    height: calc((100vh*4) + 5vh);
	visibility: hidden;
}

#default {
    scroll-snap-align: center;
    position: absolute;
    height: 90vh;
    width: 90vw;
    top: 5vh;    
    left: 5vw;
/*  background-color: aqua;*/
}

#web {
    scroll-snap-align: center;
    position: absolute;
    height: 90vh;
    width: 90vw;
    top: 105vh;
    left: 5vw;
/*  background-color: limegreen;*/
}

#data {
    scroll-snap-align: center;
    position: absolute;
    height: 90vh;
    width: 90vw;
    top: 205vh;
    left: 5vw;
/*  background-color: coral;*/
}

#design {
    scroll-snap-align: center;
    position: absolute;
    height: 90vh;
    width: 90vw;
    top: 305vh;
    left: 5vw;
/*  background-color: coral;*/
}

#bio {
    scroll-snap-align: center;
    position: absolute;
    height: 95vh;
    width: 90vw;
    top: 405vh;
/*  bottom: 5vh;*/
    left: 5vw;
/*  background-color: yellow;*/
}

.leftPanel {
/*  border-style:solid;
    border-color:orange; */
    width: 60%;
    height: 80vmin;
    float: left;
}

.rightPanel {
/*  border-style:solid;
    border-color:brown; */
    width: 30%;
    height: 80vmin;
    float: right;
    padding-top:5px;
}

/* font sizes */

.size4 {
    font-size: 4rem; 
    font-weight: 600;
    font-family: /* "Work Sans", */ sans-serif;
}

.size3 {
    font-size: 3rem;
    font-weight: 500;
    font-family: /* "Work Sans", */ sans-serif;
}

.size2 {
    font-size: 2rem;
    font-family: /* "Work Sans", */ sans-serif;
}

.size1 {
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 500;
    font-family: /* "Work Sans", */ sans-serif;
}

/* font styling */

.italic {
    font-style: italic;
}

.white {
    color:whitesmoke;
}

.brightWhite {
    color:white;
}

.condensed1 {
    letter-spacing: -1px;
}

.condensed2 {
    letter-spacing: -2px;   
}

.indent5 {
    margin-left: 5px;
}

.bold {
    font-weight: 500;
}

/* effects */


.jiggle {
    position: relative;
    bottom: 0px; 
    transition-property: bottom;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.4;
    transition-timing-function: ease-in-out;
}

.jiggle:hover {
    bottom: 5px; 
}

/* paragraphs */

.justify {
    text-align: justify;
}

.marginTop3 {
    margin-top: 3vh;
}

.marginTop5 {
    margin-top: 5vh;
}

.marginTop6 {
    margin-top: 6vh;
}

.marginTop10 {
    margin-top: 10vh;
}

.marginTop30 {
    margin-top: 23vh;
}

.marginTop25 {
    margin-top: 25vh;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginRight10 {
    margin-right: 10px;
}

/* components */

.tag {
    white-space: nowrap;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;

    color: whitesmoke;

    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;

    height: 1.3rem;    
    margin-top: 0px;
    margin-bottom: 5px;
/*  margin-left: 5px; */
    display: inline-block;
/*    margin-right: 5px;
   margin-top: 5px;
 */

 /*   line-height: 40px;*/
}

.size1tag {
    font-size: 1.0rem;
    font-weight: 400;
    font-family: /* "Work Sans", */ sans-serif;
}

.tinyTag {
    background-color: deeppink;
    color:white;
    padding-top: 2px;
    padding-bottom: 2px;    
    padding-left: 5px;
    padding-right: 5px;    
    border-radius: 1px;
}

.pink {
    color: deeppink;
}

.blue {
    color: deepskyblue; 
}

.portrait-photo {
    filter: contrast(120%) brightness(90%);
    height: 80vmin;
    float: right;
    transform: scaleX(-1);
    padding: 0;
}

/* Navigation buttons */

.buttonPosition {
    position: fixed; 
    bottom: 5vh;    
    left: 5vw;
    z-index: 1;
    background-color: black;
    box-shadow:      5px -5px 25px black,
                    -5px -5px 25px black,

                     5px 5px 25px black,
                    -5px 5px 25px black;
}

.notificationPosition {
    position: absolute; 
    bottom: 5vh;    
    right: 5vw;
}

button {
    width: 7vw;
    color: whitesmoke;
    background-color: black;

    border-style: solid;
    border-color: grey;
    border-radius: 2px;
    border-width: 1px;

    padding-top: 5px;
    padding-bottom: 5px;

    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.narrow {
    width: 2vw;
}

button:hover {
    outline-style: white;
    outline-style: solid ;
    outline-width: 1px;
/*  font-weight: 600; */
}

button:focus {
    outline-style: white;
    outline-style: solid ;
    outline-width: 1px;
    font-weight: 500;
}

#kebabMenu {
    display: none;
    background-color: black;
       
    border-style: solid;
    border-color: grey;
    border-radius: 2px;
    border-width: 1px;

    margin:0;
    position: fixed;
    left: calc(5vw + (7vw*5) + (20px*5) + 10px + 2vw + 1px);
    bottom: calc(5vh + 10px + 1.1rem + 12px + 1px);    

    z-index: 2;
}

#kebabMenu:hover {
    outline-color: white;
    outline-style: solid ;
    outline-width: 1px;
}

#kebabMenu ul {
    padding:0;
    margin:0;
}

#kebabMenu ul>li.kebabLink  {
    color: whitesmoke;
    list-style-type: none;
    width: 8vw;/*100px;*/ /*change to vw */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    cursor:pointer;
}

#kebabMenu ul li:hover {
    background-color: #424242;
/*    font-weight: 500; */
}

#kebabMenuBackground {
    position: fixed;
    display: none;   
/*  background-color: yellow; */
    width: 95vw;
    height: 95vh;
    top: 2.5vh;
    left: 2.5vw;
    z-index: 1;
}
