html, body { height:100%; margin: 0px; padding: 0px; }
body { margin: 0px; padding: 0px; font-size: 14px; font-weight: normal; }

.body {
    background: #262626;
}

* { 
    FONT-FAMILY: Helvetica, Arial, sans-serif;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .60);
}

.button { text-shadow: none; }

a { color: #FFFFFF; }
a:hover { color: #EBEBEB; text-decoration: none; }
small { color: #FFFFFF; font-size: 10px; }

.flex-container {
    min-height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header {
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    margin: 0 auto; 
    padding: 20px;
    width: 85%; 
    max-width: 980px; 
    color: #FFFFFF;
    flex: 1 1 10%;
}
main {
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin: 0 auto; 
    width: 85%; 
    max-width: 980px; 
    clear: both;
    color: #FFFFFF;
    flex: 1 0 auto;
}

footer {
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding: 20px;
    margin: 0 auto; 
    width: 85%; 
    max-width: 980px; 
    color: #FFFFFF;
    flex: 0 0 auto;
    height: 170px;
}

.name a {
    font-size: 18px;
    padding: .25rem 0;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .5)
}
.name a:hover {
    color: #EBEBEB;
}

@media screen and (max-width: 700px) {
    .name a {
        margin: 0px;
    }
}

.menu a {
    font-size: 18px;
    padding: .25rem 0;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, .5)
}
.menu a:hover {
    color: #999;
}

#callme_button_phone, #callme_button_computer {
    -webkit-animation: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
    -moz-animation: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
    -o-animation: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
    animation: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
    position: fixed;
    background-color: rgba(255, 0, 0, 0.8);
    background-image: url("../img/callme.png");
    border-radius: 100%;
    height: 70px;
    width: 70px;
    z-index: 10000000;
    bottom: 33px;
    right: 33px;
}
#callme_button_phone, #callme_button_computer:hover { cursor: pointer; }

#callme_button_phone {
    display: none;
}

@media screen and (max-width: 700px) {
    #callme_button_phone { display: block; }
    #callme_button_computer { display: none; }
}



@keyframes pzv-inner-animation
{
	0%
	{
		transform: scale(1);
	}
	40%
	{
		opacity: 0.9;
		transform: scale(1.2);
	}
	100%
	{
		transform: scale(1.5);
	}
}
@keyframes pzv-outer-animation
{
	0%, 100%
	{
		transform: scale(1.5);
	}
	40%
	{
		transform: scale(1);
	}
}
@keyframes pzv-phone-animation
{
	0%, 50%, 100%
	{
		transform: rotate(0deg);
	}
	10%, 30%
	{
		transform: rotate(-25deg);
	}
	20%, 40%
	{
		transform: rotate(25deg);
	}
}
@-webkit-keyframes pzv-inner-animation
{
	0%
	{
		webkit-transform: scale(1);
	}
	40%
	{
		opacity: 0.9;
		transform: scale(1.2);
		webkit-transform: scale(1.2);
	}
	100%
	{
		webkit-transform: scale(1.5);
	}
}
@-webkit-keyframes pzv-outer-animation
{
	0%, 100%
	{
		webkit-transform: scale(1.5);
	}
	40%
	{
		webkit-transform: scale(1);
	}
}
@-webkit-keyframes pzv-phone-animation
{
	0%, 50%, 100%
	{
		webkit-transform: rotate(0deg);
	}
	10%, 30%
	{
		webkit-transform: rotate(-25deg);
	}
	20%, 40%
	{
		webkit-transform: rotate(25deg);
	}
}
@-moz-keyframes pzv-inner-animation
{
	0%
	{
		moz-transform: scale(1);
	}
	40%
	{
		moz-transform: scale(1.2);
		opacity: 0.9;
	}
	100%
	{
		moz-transform: scale(1.5);
	}
}
@-moz-keyframes pzv-outer-animation
{
	0%, 100%
	{
		moz-transform: scale(1.5);
	}
	40%
	{
		moz-transform: scale(1);
	}
}
@-moz-keyframes pzv-phone-animation
{
	0%, 50%, 100%
	{ moz-transform: rotate(0deg);
	}
	10%, 30%
	{
		moz-transform: rotate(-25deg);
	}
	20%, 40%
	{
		moz-transform: rotate(25deg);
	}
}


.photo {
    width: 100px;
    height: 100px;
    margin: 10px;
}
@media screen and (max-width: 700px) {
    .photo { width: auto; height: auto; max-width: 100%; }
}



.headers {
    padding: 0px;
    margin: 0px;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.headers a {
    color: #FFFFFF; 
}
.header1 {
    margin: 0px;
    padding: 0px;
    flex: 1 1 50%; 
    vertical-align: top;  
}
.header2 {
    margin: 0px;
    padding: 0px;
    flex: 1 1 50%; 
    vertical-align: top;  
    text-align: right;
}
@media (max-width: 990px){
    .headers {
        flex-direction: column; 
        display: block; 
        flex: 0;    
    }
    .header1 {
        display: block;     
        flex: 0;
        padding: 0px;
        margin: 0px;
        flex-direction: column; 
        text-align: center;
    }
    .header2 {
        display: block;     
        flex: 0;
        padding: 0px;
        margin: 0px;
        flex-direction: column; 
        text-align: center;
    }
}



*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #2a2a2a;
}

*::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
    background-color: #2a2a2a;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));
}


