html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background-color: #c1bec7;
    /* background-color: linear-gradient(to left right,rgb(17, 17, 17),rgb(252, 1, 1) 50%); */

	/* line-height: 1; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =========================================================== */

.imgrwt{
    /* border: 5px solid blue; */
    position:absolute;
    background-image: url(../my_images/office1a.png);
    background-size:contain;
    width: 98vw;
    height: 100%;
    background-repeat: no-repeat;     
    opacity: 1;
}
.cp{
    /* background-color: aqua; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color:#ffffff;
    padding-bottom: 0.5vw;
}
.boxcontrol{
    z-index: 999;   
    position:fixed;
    opacity: 1;
    top: 12vw;
    width: 17vw;
    height:28vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
    text-align: center;
    color: #1d1d1d;
    background-color:#00000054;
    border: 1px solid  rgb(82, 68, 117);
    box-shadow: 10px 5px 50px rgb(82, 68, 117);
    padding: 1.1vw;
}

.controls ul{
    left:-18vw;
    top:5vw;
    list-style: none;
}

.controls ul li{
    position: relative;
    height: 1vw;
    width: 16vw;
    border-radius: 50px;    
    background: linear-gradient(to top right,rgb(58, 56, 63),rgb(255, 255, 255) 90%);
    padding: 1vw;
    margin: 2vw;
    cursor: pointer;
    transition: transform ;
}

.controls ul li a{
    position: relative;
    color:#202020;
    font-size: 1.2rem;
    text-decoration: none;
    top: -4px;
}
.controls ul > li:hover{
    transform: scale(1.1);  
}

.selected1{
    border: 2px solid rgb(0, 238, 255);
    transform: scale(1.1); 
    box-shadow:   1px 1px 30px 1px rgb(0, 238, 255);
}  
    
section{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.651);
    width:60vw;
    color: rgb(255, 255, 255);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 25vw;
    margin-top: 18vw;
    padding:20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: -7px 6px 3px 0.2px rgba(0, 0, 0, 0.300);
    line-height: 2rem;
    z-index: 10;
}

/* ============================== media queries =========================== */
 
    /* ============================ media 1025 ============================ */

    @media screen and (min-width: 1025px) {
        html { 
            font-size:100%;
        } 
        .selected1 ::after{
            content: " Biography";
        }   
   
    } 
    
    /* =========================== end media 1025 ======================== */
    
    
    /* =========================  media 701 - 1024 ======================= */

    @media screen and (min-width: 701px) and (max-width: 1024px){ 
        html { 
            font-size:80%;
        }

        .imgrwt{
            height: 100%;
        }

        .cp{
            padding-bottom: 0.5vw;
        }        
        
        .boxcontrol{
            top: 3rem;
            width: 12rem;
            height:30rem;
        }
        
        .controls ul{
            top:5rem;
            list-style: none;
        }
        
        .controls ul li{
            height: 1rem;
            width: 10rem;
            border-radius: 50px;    
            padding: 1rem;
            margin: 2rem;
        }
                          
        section{
            font-size: 1.2rem;
            margin-left: 17rem;
            margin-top: 14rem;
            text-align:justify ;
        }

        .selected1 ::after{
            content: " Biography";
        }   
    }      
    
    /* ======================== end media 701 - 1024 ===================== */ 
   
    /* ========================  media 451 - 700 ========================== */

    @media screen and (min-width: 451px) and (max-width: 700px){
        html { 
            font-size:70%;
        }

        .imgrwt{
            height: 100%;
        }

        section{
            width: 91%;
            font-size: 1.2rem;
            margin-left: 1rem;
            margin-top: 12rem;
            text-align: justify;
            padding: 1rem;
        }
        .cp{
            padding: 0.5rem;
        }        
        
        .boxcontrol{
            top: 27rem;
            width: 98%;
            height:6rem;
            align-items: center;
            background-color:#000000b9;
        }
        
        .controls ul{
            display: flex;
            top:5rem;
            list-style: none;
        }
        
        .controls ul li{
            height: 2rem;
            width: 20rem;
            border-radius: 5px;    
            padding: 0rem;
            margin: 0.5rem;
            align-items: center;
            background: whitesmoke; 
        }

        .controls ul li a{
            justify-items: center;
            justify-content: center;
            top: 4px;     
        } 

        .selected1 ::after{
            visibility: visible;
            content: " Bio";
        }   
    }  
    
    /* ======================= end media 451 - 700 ======================== */ 
         
    /* ========================  media 320 - 450 ========================== */ 

    @media screen and (min-width: 320px) and (max-width: 450px){           
        html { 
            font-size:70%;
        }

        .imgrwt{
            height: 100%;
        }
        
        section{
            width: 87%;
            font-size: 1.2rem;
            margin-left: 1rem;
            margin-top: 8rem;
            text-align: justify;
            padding: 1rem;
        }
        .cp{
            padding: 0.5rem;
        }        
        
        .boxcontrol{
            top: 27rem;
            width: 98%;
            height:6rem;
            align-items: center;
            background-color:#000000b9;
        }
        
        .controls ul{
            display: flex;
            top:5rem;
            list-style: none;
        }
        
        .controls ul li{
            height: 2rem;
            width: 20rem;
            border-radius: 5px;    
            padding: 0rem;
            margin: 0.5rem;
            align-items: center;
            background: whitesmoke; 
        }

        .controls ul li a{
            justify-items: center;
            justify-content: center;
            top: 4px;     
        } 

        .selected1 ::after{
            visibility: visible;
            content: "";
        }   
    }   
    
    /* ======================= end media 320 - 450 ======================== */ 
    