* {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body{
    margin-left: 20px;
    display:inline-block;
    min-width: 500px;
    margin-top: 5px;
}

header {
    position: relative;
	width: 100%;
	text-align:left;
	height: 50px;
	background-image: url("../img/bgImg.png");
	background-repeat:repeat;
	color: white;
    text-align: center;
}

header h1{
	display:inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
    font-weight: normal;
	margin-top: 0.9rem;
}

header img{
    position: absolute;
    top:5px;
	left: 10px;
}
main{
    position: relative;
    clear:both;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 1.2rem;
}

main h2{
    font-size: 1.8rem;
    color: #003300;
    font-weight: normal;
}
main h3{
    font-size: 1.2rem;
    color: white;
    font-weight: normal;
    background-color: #003300;
    padding: 3px;
    margin-bottom:6px;
}

.blue{
    background-color: #1c73e8;
}

.green{
    background-color: #4f8f00;
}

main hr{
    border-top: 1px solid #003300;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-top:4px;
}

main img#portrait {
    float: left;
    width:90px;
    border: 2px solid #003300;
    border-radius:4px;
    margin-right:6px;
    margin-bottom: 8px;
    margin-top: 4px;
}

main a{
    text-decoration: none;
    color: black;
}

main img.icon{
    width: 16px;
    vertical-align: middle;
    margin-right:5px;
}

main p{
    margin-top:6px;
    display: inline-block;
    margin-bottom: 2px;
}

main address{
    position: relative;
    display: inline-block;
    border: 2px solid #003300;
    border-radius:4px;
    margin-right:8px;
    width: 48.5%;
    margin:0;
    font-style: normal;
    font-size: 1.1rem;
}

main address div{
    margin-left:4px;
    margin-bottom:4px;
}

main address img{
    position: absolute;
    width:25px;
    bottom:4px;
    right:4px;
}


footer {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
	width: 100%;
	text-align:left;
	height: 46px;
	background-image: url("../img/bgImg.png");
	background-repeat:repeat;
	color: white;
    text-align: center;
    margin-top: 10px;
}

footer p{
    font-size: 1.4rem;
    font-family: monospace;
}

footer img{
    height:42px;
    margin-left:5px;
    margin-top:2px;
}

footer img#call{
    height: 40px;
    align-self: center;
}

footer a{
    align-self: center;
}

footer img.msg{
    margin-top: 7px;
    height: 30px;
    border-radius: 6px;
    align-self: center;
}

.centerGrid{
    display: grid;
    justify-content: center;
    height:100%;
}

@media (max-width: 767px) {
    header {
        height: 45px;
    }

    header img{
        position: absolute;
        top:5px;
    	left: 8px;
        width: 44px;
    }

    body{
        margin-left:0;
        margin-top:0;
        width: 100%;
        min-width:320px;
    }

    main{
        margin-left: 3px;
        font-size: 1.2rem;
    }

    main address{
        font-size: 1.1rem;
    }

    footer {
        position: absolute;
        bottom: 0;
    }

}

@media (max-width: 339px) {
    body{
        margin-left:0;
        margin-top:0;
        width: 100%;
        min-width:320px;
    }

    main{
        margin-left: 3px;
        font-size: 1.1rem;
    }
    main address{
        font-size: 1rem;
    }

	main img#portrait {
	    float: left;
	    width: 80px;
	    border: 2px solid #003300;
	    border-radius:4px;
	    margin-right:6px;
	    margin-bottom: 8px;
	    margin-top: 4px;
	}
}
