@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    padding-top: 20px;
}

.navbar a {
    color: #fff;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-section {
    height: 100%;
    position: relative;
}

.hero-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.48);
}

.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-section .hero-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
}

.hero-section .hero-cont p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
}

h1 {
    font-size: 62px;
    font-weight: 300;
}

h5 {
    font-size: 20px;
}

.section {
    padding: 90px 0;
}

.box {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}

.box figure img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.box .box-cont {
    padding: 15px;
}

.widget {
    margin-top: 10px;
}

.widget .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

#copyright {
    background: #0b0b0b;
    text-align: center;
}

#copyright p {
    line-height: 42px;
    color: #fff;
    margin: 0;
}

#copyright p a {
    color: #fff;
    text-decoration: none;
}

#copyright p a:hover {
    color: #F2B446;
}


.footer-social {}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}

.footer-social li a:hover {
    color: #fff;
}

.footer-social li .facebook:hover {
    background: #3B5998;
}

.footer-social li .twitter:hover {
    background: #00aced;
}

.footer-social li .linkedin:hover {
    background: #0073b1;
}

.footer-social li .foursqare:hover {
    background: #25a0ca;
}

.footer-social li .google-plus:hover {
    background: #d34836;
}

.productsLink {
    color: #0b0b0b;
    text-decoration: none;
}