﻿
div#disclaimer {
    font-weight:700;
    text-align:center;
    font-size:small;
    font-family:'Times New Roman';
}

a#linkedinHyperlink {

}

    body {
        background-color: teal;
    }

    div.fullBody {
        /*width:500px;
        height:600px;*/
        /*margin-left: 154px; /* Same as the width of the sidenav */
        margin-left: 200px;
        display: inline-block;
        /*padding:  0px 30px 0px 00px;  was this 0px 10px;*/     
        background-color: transparent;
    }


    /*div.profileImage 
{
    background-image: url('../images/linkedInProfileImageSvg.svg#svg1');
    background-repeat:no-repeat;
    opacity:0.85;
    width:100%;
    height:100%;
    position:fixed;
    z-index:-2;
    top:0px;
    left:0px;
}*/

    /*added this*/
div.profileImage { 
    bottom: 0px;
    left:0px;
    /*background-color:yellow;*/
    position:fixed;
    width:40%;/*width:40%;*/
    height:75%; /*height:85%;*/    
    display:block;
}


    div.profileImage object.profileImageSvg {
        opacity: 0.85;
        height:inherit; 
        /*height: 100%; added the above*/ 
        position: fixed;
        z-index: -2;
        bottom: 0px;
        left: 0px;
        background-color: transparent;
        display: block;
        filter: drop-shadow(1px 18px 18px white);
    }

    div.profileImageHome object.profileImageSvgHome {
        /*background-color: green;*/
        display: none;
        float:left;
    }

    div.aboutme {
        background-color:transparent;
        width:80%;
        background-color: none;
        font-size: small;
        text-wrap: none;
        font-family: Roboto,Sans-serif;
        text-align: justify;   
        /*padding-right:10%;*/
        padding: 20px;
        border-radius:5px;
        background-color: white;
    }

    div.bio {
        background-color: transparent;
        width:80%;
        font-size: small;
        text-wrap: none;
        font-family: Roboto,Sans-serif;
        text-align: justify;
        /*padding-right:10%;*/
        padding: 20px;
        border-radius:5px;
        background-color: white;
    }

    div.furtherInfo {
        background-color: transparent;
        width:80%;
        font-size: small;
        font-family: Roboto,Sans-serif;
        /*padding-right:10%;*/
        padding: 20px;
        border-radius:5px;
        background-color: white;
    }

    div.services {
        background-color: transparent;
        width:80%;
        font-size: small;
        font-family: Roboto,Sans-serif;
        text-align: justify;
        /*padding-right:10%;*/
        padding: 20px;
        border-radius:5px;
        background-color: white;
    }

    div.contact {
        background-color: transparent;
        width:80%;
        font-size: small;
        font-family: Roboto,Sans-serif;
        text-align: center;
        /*padding-right:10%;*/
        padding: 20px;
        border-radius:5px;
        background-color: white;
    }

    .fa {
        padding: 10px;
        font-size: 30px;
        width: 20px;
        height: 20px;
        text-align: center;
        text-decoration: none;
        border-radius: 10%;
        background-color:red;

    }
        /* Add a hover effect if you want */
        .fa:hover {
            opacity: 0.7;
        }

    /* Set a specific color for each brand */

    /* Facebook */
    .fa-linkedin {
        background: #3B5998;
        fill: white;
    }



    .sidebar {
        height: 200px; /*239px;*/
        width: 140px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: white; /*#e8c470;*/
        overflow-x: hidden;
    }

        .sidebar a {
            padding: 8px 8px 8px 8px;
            text-decoration: none;
            font-size: 18px;
            font-family: Calibri;
            color: inherit; /*#818181;*/
            display: block;
        }

            .sidebar a:hover {
                color: inherit; /*#f1f1f1;*/
                background-color: #feda6a;
            }

            .sidebar a:active {
                color: inherit; /*#f1f1f1;*/
                font-weight: bold;
                background-color: #feda6a;
            }


    /*.main {
  margin-left: 160px;  Same as the width of the sidenav
  padding: 0px 10px;
}*/



    div.bookmark {
        margin:15px;
        padding-bottom: 6%;
        border-bottom: inset;
        padding-top: 6%;
        border-bottom-color: #feda6a;
    }

    ul {
        list-style-type: none;
    }


    .w3-button {
        border: none;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: #feda6a;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        /*white-space: normal;*/
        width: 42px;
        border-radius: 20%;
        border-bottom: solid;
        border-right: solid;
        border-color: #484747;
        border-width: 1px;
        position: fixed;
        top: 10px;
        /*filter: drop-shadow(1px 3px 3px white)*/
    }

        .w3-button:disabled {
            cursor: not-allowed;
            opacity: 0.3;
        }

        .w3-button:hover {
            color: inherit;
            background-color: #feda6a;
            border-color: #484747;
        }

        .w3-button:active {
            color: inherit;
            background-color: #feda6a;
            border-color: #484747;
            outline: 0;
        }


    /*.w3-button:first-child {
        background-color: purple;
        color: orange;
    }*/

    /*.w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    background-color:green;
}*/

    /*.w3-bar .w3-button {
    white-space: normal;
}*/

    /*.w3-button{width:100%}*/

    /*.sidebar  .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}*/

    .w3-bar-item {
        width: 100%;
        display: block;
        padding: 8px 8px 8px 8px;
        text-align: center;
        border: none;
        white-space: normal;
        float: none;
        outline: 0;
        background-color: black;
        color: white;
        text-decoration: none;
        font-size: 18px;
        font-family: Calibri;
        
    }


        .w3-bar-item:hover {
            color: inherit;
            background-color: #feda6a;
        }

        .w3-bar-item:active {
            color: inherit;
            font-weight: bold;
            background-color: #feda6a;
        }

    .bi {
        padding-right: 5px;
        padding-left: 15px;
    }

    .linkedinicon {
        background-color: none;
        fill: #3B5998;
        height: 20px;
        width: 20px;
        vertical-align:bottom;
    }
        /* Add a hover effect if you want */
        .linkedinicon:hover {
            opacity: 0.7;
        }

    /*div {
    background-image: url(fallback.png);
    background-image: url(your.svg), none;
}*/

    .logoHtml {
        width:10%;
        height:10%;
        background-color:transparent;
        position:relative;
        padding-left: 0px;
        z-index:0;
        display:inline;
        vertical-align:top;
    }

    .logoSvg {
        fill: black;
    }

    /*.inlineSvgLogo {
    width:10%;
    height:10%;
    background-color:blue;
    fill:salmon;
    z-index:-1;
    float:left
    display:inline;
    padding-left:150px;
}*/

    div.bookmark h1 {
        text-align: center;
        font-size: 3em;
        font-family:'Times New Roman';
        font-style: normal;
        color: cornsilk;
        color:bisque;
        color:floralwhite;
        color: moccasin;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 1));
        margin-top: 0px;
    }

    /*h1 {
    background-color: none;
    font-size: 30pt;
    font-family:'Times New Roman';
}*/

    ul {
        list-style: disc;
    }







/*ok but dont want to use atm*/
/*@media only screen and (max-height: 450px) {
        .sidebar {
            padding-top: 15px;
            background-color:purple;
        }

            .sidebar a {
                font-size: 18px;
            }
}*/


















@media only screen and (max-width: 900px) {

    /*div#disclaimer {
        text-align:justify;
        float:right;
        font-size:13px;
        width:100%;
        background-color:red;
    }*/

    div.profileImage object.profileImageSvg {
        /*opacity: 1;
        height: 100px;
        position: relative;
        z-index: 0;*/
        display:none;
        background-color:orange;
    }
    div.profileImage { /*add this for yellow but not sure*/
        /*display:none;*/
    }

    div.profileImageHome object.profileImageSvgHome {
        opacity: 1;
        width: 25%;
        display:block;
        background-color:transparent;
        float:right;
        transform: scaleX(-1);
        padding-left:0px;
        padding-right:10px;
        /*filter: drop-shadow(1px 2px 2px rgba(0, 128, 128, 1));*/
        filter: drop-shadow(1px 2px 2px black);

    }


     /*div.profileImageHome object.profileImageSvgHome {
        opacity: 1;
        width: 25%;
        display:block;
        background-color:transparent;
        padding-right:10px;
    }*/

     div.fullBody {
        /*width:500px;
        height:600px;*/
        /*margin-left: 154px; /* Same as the width of the sidenav */
        margin-left: 0px;
        display: inline-block;
        /*padding: 0px 10px;*/
        background-color: teal;
    }

     /*.logoHtml {
        width:10%;
        height:10%;
        background-color:transparent;
        position:relative;
        padding-left: 0px;
        z-index:0;
        display:inline;
    }*/

     div.bookmark{
         margin: 15px;
         background-color:teal;
     }
     div.aboutme {
        background-color: transparent;
        font-size: small;
        text-wrap: none;
        font-family: Calibri;
        text-align: justify;
                /*padding-left:20px;*/
        border-radius:10px;
        background-color: white;
        width:80%;

    }

    div.bio {
        background-color: transparent;
        font-size: small;
        text-wrap: none;
        font-family: Calibri;
        text-align: justify;
                /*padding-left:20px;*/
        border-radius:10px;
        background-color: white;
        width:80%;
    }

    div.furtherInfo {
        background-color: transparent;
        font-size: small;
        font-family: Calibri;
                /*padding-left:20px;*/
        border-radius:10px;
        background-color: white;
        width:80%;

    }

    div.services {
        background-color: transparent;
        font-size: small;
        font-family: Calibri;
        text-align: justify;
                /*padding-left:20px;*/
        border-radius:10px;
        background-color: white;
        width:80%;
    }

    div.contact {
        background-color: none;
        font-size: small;
        font-family: Calibri;
        text-align: center;
                /*padding-left:20px;*/
        border-radius:10px;
        background-color: white;
        width:80%;
    }

    div.bookmark h1 {
        color: moccasin;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 1));
        font-size: 2em;
    }

}
/*@media only screen and (max-width: 250px) {

    div#disclaimer {
        text-align: center;
        font-size: 13px;
        width:100%;
        background-color: green;
        float:right;
        z-index:2;
    }
}*/