header {
    background-color: #E7461A;
/*
    background-image: url(Images/pexels-photo-176851.jpeg);
    background-size: cover;
    box-sizing: border-box;
*/
}

h2{
    background-color: rgba(51, 51, 51, 0);
    color: #BF330D;
    margin-top: 10px;
}

h3{
    color: #E7461A;
}

#infoBlock a:last-child{
    color: #E7461A;
}

p a{
    color: #E7461A;
}

.linkIcon{
   background-color: #E7461A; 
}