/* Testing */




@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Basic HTML Setup */
root, html {
    display: block;
    /* Variable Setup Block */
       
    --base-text-color:#000000FF; /* default text color, basic black */
    --base-background-color:#ffffff00;

    /* End Variable Setup Block */
    
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 1px;
    color: var(--base-text-color); 
    background-color:var(--base-background-color);
    opacity: 1;
    max-width: 100vw;
    max-height: 100vh;
    background-repeat: repeat; 
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
     font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 1px;
    max-width: 100vw;
    max-height: 100vh;
    
    background-color: green;
    color:orange;
    --default-background-color: green;
    --default-text-color:orange; 

    display: block;
    text-align: center;
}



/* Basic Body */

body {
    max-width: inherit;
    max-height: 90vh;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction:column;

}


body {
    background-color: rgba(255,255,255,0);
/*    background-image: url("../../images/background.svg"); */
}


/* Basic Logo Placement */

.logo-zone {
    background-color: rgba(255,255,255,0);
    height: auto;
    width:  inherit; /* 90vw; */
    text-align: center;
    display: block;
    margin-left: 10vw;
    margin-right: 10vw;
}

.photo_zone {
    display: flex;
    flex-direction:column;
    background-color: rgba(255,255,255,0);
}


.mail-zone {
    height: 50px;
    width: 50px;
    opacity: 0.95;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.thumb {
/*    display: inline; */
    text-align: left;
    max-width: 200px;
    max-height: 200px;
    width: 20%;
    height: 20%;
    padding-left:0pt;
    margin-left:0pt;
}

img.thumb2 {
    display: block;
    text-align: right;
    max-width: 200px;
    max-height: 200px;
    width: 20%;
    height: 20%;
    margin-top:10pt;
    padding-top:5pt;
    padding-left:10pt;
    margin-left:10pt;
}

img.display {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-top:20px;
    
}

.logo-box {
    width: 80%;
    background-color: rgba(255,255,255,0);
}

img.logo-box {
    width: 80%;
    height: inherit;
}

a.logo-box {
    opacity: 0;
    color: #000000
}


footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
}


/* Links Section */

.links {
    display: flex;
    flex-direction:column;
}

/* Transparent Spacer Section */

*.long_spacer {
    opacity:0;
    min-height: 20vh;
}

*.short_spacer {
    opacity:0;
    height: 3vh;
}

*.mini_spacer {
    opacity:0;
    height: 1vh;
    overflow: visible;
}


*.micro_spacer {
    opacity:0;
    min-height: 0.2vh;
    max-height: .9vh;
}

/* Button Details */


.button {
    /* transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out; */
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; 
    position: relative;
    display: flex;
    flex-direction: row;
    background: #ffcb34 ;
    border: 3px;
    color: rgba(0,0,0,1);
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    /* border-radius: 3em;*/
    border-radius: 12px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
    opacity: 1;
}


.button:hover {
    background: #ffcb34;
}


.button.style2 {
    color: #3a3939;
    background: #ffffffBF; /* 75% Opacity */
    box-shadow: inset 0 0 0 1px #fff;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.button.style2:hover {
    background: rgba(230, 200, 185, 0.4);
    color: #3a3939;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.5);

}

.btext {
    display: inline;
    color: black;
    margin-left: 1rem;
    opacity: 1;

}

.btext2 {
    display: block;
    color: black;
    opacity: 1;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}


ul.button {
    list-style-type: none; /* Remove bullets */
}


.button.style3 {
    background: #ffcb34FF;
    box-shadow: inset 0 0 0 1px #fff;
    text-align: center;
    font-weight: 600;
    width: 90%;
}


.button.style3:hover {
    background:  rgba(230, 200, 185, 0.4);
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.5);
}

iframe {
    object-position: left bottom;
    border: 1mm ridge black;
    height: 40%;
    marginheight: 0px;
    marginwidth: 0px;
	
}


/* Media query: If height is less than 650 px, then take countermeasures */
/* Possible things to do:
   -> Reduce button padding
   -> Reduce spacer sizes
   -> Use narrower background

*/
