@font-face {
    font-family: 'Astoria Classic Sans Light';
    src: url('fonts/AstoriaClassicSans-Light.eot');
    src: url('fonts/AstoriaClassicSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AstoriaClassicSans-Light.woff2') format('woff2'), url('fonts/AstoriaClassicSans-Light.woff') format('woff'), url('fonts/AstoriaClassicSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Astoria Classic Sans Bold';
    src: url('fonts/AstoriaClassicSans-Bold.eot');
    src: url('fonts/AstoriaClassicSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AstoriaClassicSans-Bold.woff2') format('woff2'), url('fonts/AstoriaClassicSans-Bold.woff') format('woff'), url('fonts/AstoriaClassicSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Astoria Classic Sans Medium';
    src: url('fonts/AstoriaClassicSans-Medium.eot');
    src: url('fonts/AstoriaClassicSans-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AstoriaClassicSans-Medium.woff2') format('woff2'), url('fonts/AstoriaClassicSans-Medium.woff') format('woff'), url('fonts/AstoriaClassicSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    background: url("/images/tilthead-background.png");
    background-size: cover;
    background-position: center;
    border: 10px solid #1d71b8;
    height: 100vh;
}

.container {
    margin-top: 10vh;
}
.col-sm-6,
.col-sm-8 {
    text-align: center;
}

h1 {
    font-family: 'Astoria Classic Sans Light';
    font-size: 60px;
    color: #3d3d3d;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px white;
}

h2 {
    font-family: 'arial';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: white;
    bottom: 14px;
    position: relative;
    text-shadow: 0 0 black;
    text-align: center;
}

p {
    font-family: 'arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: black;
    bottom: 35px;
    line-height: 29px;
    text-align:center;
  

}

ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

ul li {
font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    color: white;
}

ul li:nth-of-type(even) {   
    color: #1d71b8;
}


span {
    font-family: "Open Sans";
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-top: 18px;
    line-height: 24px;
    display: inline-block;
}

#logo {
    bottom: 10px;
    position: relative;
    background-image: url(images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 133px;
    width: 500px;
    margin: 0 auto;
    filter: brightness(100);
}

.social {
    position: relative;
    display: inline-block;
    margin: 4px;
    height: 48px;
    width: 48px;
    color: transparent;
    border: none;
}

.social:hover {
    color: #1d71b8;
    text-decoration: underline;
}

.social img {
    margin: 0px;
    border: 0px solid white;
    box-shadow: 2px 2px 0;
    width: 46px;
    position: relative;
    border-radius: 25px;
}

.container div:nth-child(2) {
    margin: 0;
}

a {
    margin: 10px 80px 100px 40px;
    position: relative;
}

a img {
    position: absolute;
    z-index: 999;
}

img {
    margin: 40px 10px;
  
}

a span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 22px;
    top: 23px;
    transition: 0.8s;
}

a:hover span {
    box-shadow: 0px 0px 30px 30px white;
}

.contact-details {
    margin-top: 40px;
}

a.link {
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
    display: block;  
    transition: 0.4s;
    font-size: 24px;
    line-height: 34px;
    color: black;
    margin: 0;
}

a.link:hover {
    color: white;
    text-decoration: none;
}

a.link.phone {
    font-size: 38px;
    line-height: 45px;
}

.col-sm-10 {
    text-align: center;
}

@media (min-width:960px) and (max-width: 1199px) {
    img {
        margin: 14px 10px;
      
    }
    .social img {
        margin: 0px;
        border: 0px solid white;
        box-shadow: 2px 2px 0;
        width: 50px;
        position: relative;
        height: 50px;
    }
    .container {
        margin-top: 6vh;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    h1 {
        font-family: 'Astoria Classic Sans Light';
        font-size: 40px;
    }
    h2 {
        font-size: 19px;
    }
    p {
        font-family: 'arial';
        font-style: normal;
        font-weight: 700;
        font-size: 17px;
        color: black;
        bottom: 0;
        line-height: 25px;
        display: block;
        position: relative;
    }
    a.link {
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
        display: block;
        margin: 20px auto 0;
        transition: 0.4s;
    }
    .social {
        position: relative;
        display: inline-block;
        margin: 4px;
        height: 45px;
        width: 45px;
        color: transparent;
        border: none;
    }
    .social img {
        margin: 0px;
        border: 0px solid white;
        box-shadow: 2px 2px 0;
        width: 45px;
        position: relative;
        height: 45px;
    }
    img {
        margin: 0px 0 40px 0;
        width: 100%;
    }
    
    .contact-details {
        margin-top: 20px;
    }
    
    a.link.phone {
        font-size: 30px;
        line-height: 40px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    body {
        background-size: cover;
        height: auto;
        padding-bottom: 30px;
    }
   .container {
        margin-top: 20px;
    }
    h1 {
        font-size: 8.5vw;
        margin-bottom: 24px;
        position: relative;
        display: block;
    }
    h2 {
        font-size: 19px;
    }
    p {
       font-family: 'arial';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        color: black;
        bottom: 35px;
        line-height: 25px;
    }
    .social {
        position: relative;
        display: inline-block;
        margin: 4px;
        height: 40px;
        width: 40px;
        color: transparent;
        border: none;
    }
    .social img {
        margin: 0px;
        border: 0px solid white;
        box-shadow: 2px 2px 0;
        width: 40px;
        position: relative;
        height: 40px;
    }
    img {
        margin: 40px 0px;
        margin-top: 20px;
        width: 100%;
    }
    
    .contact-details {
        margin-top: 20px;
    }
    
    a.link.phone {
        font-size: 25px;
        line-height: 36px;
    }
    body>div>div:nth-child(2)>div.col-sm-10>img:nth-child(9),
    body>div>div:nth-child(2)>div.col-sm-10>img:nth-child(10) {
        display: none;
    }
}

