@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

html,body{
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
    text-align: center;
    font-size: 11pt;
    background-color: #eaeaea;
    margin: 0;
    height: 100%;
    width: 100%;
    color: rgb(102, 102, 102);
}

a {
    color: rgb(95,95,95);
}

a:hover
{
    color: #014e77;
}

a:hover strong
{
    color: #014e77;
}

footer{
    width: 100%;
    text-align: left;
    line-height: 25px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
    letter-spacing: 1px;
    background-color: #eaeaea;
    z-index: 10;
    position: absolute;
    bottom: 0px;
    text-align: right;
    font-size: 10pt;
    color: rgb(139, 139, 139);
    
}

footer .container{
    padding: 5px 0;
    margin: 0 auto;
}



.left
{
    text-align: left;
}

header, header h1
{
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 2px;
    width: 100%;
}

header
{
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: 10%;
}


header img{
    height: 40px;
}

#porfolio
{
    background-color: #f9f9f9;
    text-align: center;
    padding: 15px;
    z-index: 10;
    position: relative;
    font-size: 100%;
    min-height: 250px;
}

#work
{
    background-color: #f9f9f9;
    text-align: center;
    padding: 60px 15px;
    z-index: 10;
    position: relative;
    font-size: 85%;
}

#links
{
    text-align: right;
    font-size: 180%;
}

h1
{
    font-size: 200%;
}

h2
{
    font-size: 150%;
}

h2 strong
{
    color: #333;
}

.effectWrap
{
    padding: 30px;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -180px;
}
.siteWrap
{
    background-color: #fefefe;
    padding-right: 0px;
    padding-left: 0px;
    height: 100%;
    position: relative;
}

#links
{

}

#links a:hover:before
{
    content: "click to visit ";
    margin-right: 10px;
    color: #a6a6a6;
    font-size: 75%;
}

.effect2
{
  position: relative;
  -webkit-box-shadow: 8px 4px 7px -5px rgba(189,189,189,1);
-moz-box-shadow: 8px 4px 7px -5px rgba(189,189,189,1);
  box-shadow: 8px 4px 7px -5px rgba(189,189,189,1);
}
.effect2:before, .effect2:after
{
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 8px;
  width: 50%;
  top: 94%;
  max-width:300px;
  box-shadow: -2px 9px 4px rgba(189,189,189,1);
  -webkit-box-shadow: -2px 9px 4px rgba(189,189,189,1);
  -moz-box-box-shadow: -2px 9px 4px rgba(189,189,189,1);
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-box-transform: rotate(-2deg);
  /* background-color: rgba(189,189,189,0); */
  margin-bottom: 0px;
  max-height: 10px;
}
.effect2:after
{
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-box-transform: rotate(2deg);
  right: -4px;
  left: auto;
}

a:focus,a:hover
{
    text-decoration: none;
}

@media only screen and (max-width: 770px) {
    
html,body{
    font-size: 10pt;
}
	}
        
#links a:hover:before
{
    margin-right: 5px;
    color: #a6a6a6;
    font-size: 65%;
}
        
@media only screen and (max-width: 500px) {
    

    header
    {
        top: 3%;
    }

}
       
@media only screen and (max-width: 380px) {
    

#links a:hover:before
{
    content: "";
    margin-right: 10px;
    color: #a6a6a6;
    font-size: 75%;
}

}   
@media only screen and (max-width: 768px) {
 
    .effectWrap.row
    {
        margin-left: 0px;
    }   
    footer .left
    {
        text-align: center;
    }

    footer
    {
        text-align: center;
        font-size: 80%;
    }
    
    h2
    {
        margin-top: 5px;
    }
    .effectWrap
    {
        margin-top: -160px;
    }
    
    footer .row
    {
        margin: 0;
    }
}