html,
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
a{
    text-decoration: none;
}
.page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}
.loader-icon {
    top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}
header {
    min-height: 100vh;
    position: relative;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}
header .logo img {
    position: relative;
    z-index: 2;
}
header h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Raleway", sans-serif;
    position: relative;
    z-index: 2;
}
header p {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    word-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
ul.contactList {
    display: flex;
    flex-wrap: wrap;
}
ul.contactList li {
    margin-right: 15px;
}
ul.contactList li a{
    color: #fff;
}

header .image-box {
    position: absolute!important;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: 0;
    background-image: url('../images/DSC00712.jpg');
    background-size: cover;
    background-color: rgb(0 0 0 / 50%);
    background-blend-mode: overlay;
}
.social-icon li {
    float: left;
    margin-right: 22px;
    list-style: none;
}
.social-icon {
  z-index: 9;
      margin-bottom: 0;
}
.social-icon li a {
    color: #fff;
    background-color: #272f3d;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.logo img{
    max-width: 220px;
}
@media only screen and (max-width: 756px) {   
    .social-icon {
        margin-bottom: 10px;
        margin-right: 0;
    } 
}
@media only screen and (max-width: 767px) {
   header p{
    padding: 0 15px;
   }
   ul.contactList{
    justify-content: center;
   }
}

