* {
    padding: 0;
    margin: 0;
    transition: 0.5s;
    color: #3A3A3A;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

@font-face {
    font-family: 'iconfont';
    src: url('fonts/iconfont.ttf?t=1643360179741') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.address-icon {
    font-weight: bold;
    font-size: 40px;
}

.email-icon {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}


.tax-icon {
    position: relative;
    left: -4px;
    top: 2px;
    font-size: 47px;
}

.nav {
    height: 120px;
    margin: 30px 5%;
}

.logo {
    float: left;
}

.logo img {
    height: 100px;
}

.contact {
    float: right;
    line-height: 120px;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: black;

}

a:hover {
    color: #2357AC
}

.title,
.info,
.tax {
    margin: 60px 14%;
}

h1 {
    font-weight: normal;
    font-size: 44px;
}

h2 {
    font-weight: normal;
    margin: 22px 0px;
    font-size: 22px;
}

h3 {
    font-weight: normal;
    margin: 22px 0px;
    font-size: 20px;
}


.address {
    margin: 10px 0px;
    font-size: 19px;
}

.taxno {
    margin: 10px 0;
    font-size: 19px;
}

.photo {
    margin: 5px 14% 80px 14%;
}

.photo img {
    width: 100%;
}

.footer {
    border-top-style: solid;
    border-top-color: #2357AC;
    border-top-width: 8px;
    height: 110px;
    text-align: center;
    background-color: #3A3A3A;
}

.footer p {
    color: white;
    font-size: 18px;
    padding: 40px 0 0 0;
}

p.email {
    display: inline-block;
    font-size: 19px;
}

.email a {
    color: #3A3A3A;

}

.email a:hover {
    color: #2357AC;
}