/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/

body {
    background: #000;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    position: center;
    background-image: url('http://a-crux.ltd/ru/images/home-bg-slideshow2.jpg');
    /* Путь к вашему фоновому фото */
    background-size: cover;
    /* Растягиваем фон на всю ширину и высоту экрана */
    background-position: center center;
    /* Центрируем фоновое изображение */
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    letter-spacing: 2px;
}

.heading {
    font-size: 20px;
}

.subheading {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 60px;
}

.bold {
    font-weight: bold;
}

p {
    line-height: 28px;
    font-size: 15px;
}

a {
    outline: none !important;
}

hr {
    width: 180px;
    border-color: #CCC;
}

.section-title strong {
    color: #54A3DC;
    font-size: 56px;
}

.section-title h1 {
    font-size: 24px;
}

.section-title {
    padding-bottom: 32px;
}

.medium-icon {
    font-size: 32px !important;
}

#work,
#about,
#team,
#portfolio,
#pricing,
#contact {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* ==========================================================================
index section
========================================================================== */

#index {
    padding: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

#index .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    /* Регулируемая ширина контейнера */
    margin-left: 0;
    /* Контейнер всегда слева относительно экрана */
}

#index .logo img {
    width: 200px;
    /* Задайте нужную ширину логотипа */
    height: auto;
    margin: 0;
    padding: 15px;
}

#index .text {
    color: #3B3B3B;
    text-shadow: 4px 5px 6px rgba(84, 163, 220, 1);
    margin: 0;
    text-align: center;
}

#index .links a {
    color: #3B3B3B;
    text-shadow: 2px 2px 5px rgba(84, 163, 220, 0.9);
    /* Тень текста */
    text-decoration: none;
    /* Убираем подчеркивание у ссылок */
}

#index .links h3 {
    margin: 0;
}