*,
*:before,
*:after {
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    transition-duration: 7s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 10s !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #5d5d5d;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

p,
span,
a {
    font-family: 'Arvo', serif;
    padding: 0;
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

a {
    cursor: pointer;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    background-image: linear-gradient( #fff 213px, #f1f1f1 0);
}

nav {
    text-align: right;
}

nav ul li {
    text-decoration: none;
    cursor: pointer;
}

nav ul li:hover {
    text-transform: uppercase;
}

.head-content .logo,
.head-content .right-head-content {
    display: block;
    text-align: center;
}

.head-content .right-head-content .name h1 small {
    color: #f5c400;
}

.name h1 {
    font-size: 10vw;
}

@-moz-document url-prefix() {
    .name h1 {
        margin-top: -10px;
    }
}


/* section */

.section {
    background: #fff;
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 9px
}

.scheme h3,
.section.small-title h3 {
    padding: 16px 0;
    font-weight: 300;
    font-size: 1.5rem;
}

.section.technology {
    background: #fff url("../images/w_map.png")no-repeat;
    background-size: 140%;
    background-position-y: 60px;
    min-height: 300px
}

.section.technology ul li {
    display: inline-block;
}

.section.technology ul li a {
    display: block;
    background: url("../images/t_logos.png")no-repeat;
    width: 100px;
    height: 90px;
    text-indent: -9999px;
    transition: transform .2s
}

.section.technology ul li a:hover {
    transform: scale(1.2);
}

.section.technology ul li a#GNUBash {
    background-position: -3px -24px;
}

.section.technology ul li a#Ansible {
    background-position: -107px -24px;
}

.section.technology ul li a#Gitlab {
    background-position: -202px -24px;
}

.section.technology ul li a#Jenkins {
    background-position: -303px -22px;
}

.section.technology ul li a#Perl {
    background-position: -406px -24px;
}

.section.technology ul li a#Python {
    background-position: -508px -24px;
}

.section.technology ul li a#NodeJS {
    background-position: -3px -114px;
}

.section.technology ul li a#Angular {
    background-position: -102px -114px;
}

.section.technology ul li a#VueJS {
    background-position: -200px -114px;
}

.section.technology ul li a#Postgresql {
    background-position: -295px -114px;
}

.section.technology ul li a#Oracle {
    background-position: -403px -114px;
}

.section.technology ul li a#Mongodb {
    background-position: -505px -114px;
}

.section.technology ul li a#Docker {
    background-position: -598px -11px;
}

.section.technology ul li a#Amazon {
    background-position: -595px -114px;
}

.head-content .right-head-content .name .slogan {
    margin-bottom: 25px;
}


/* content */

.content {
    padding: 60px 0 20px;
}

.grey-line {
    background: #363636;
    text-align: center;
}

.grey-line h2 {
    color: #fff;
    font-size: 2.25rem;
    padding: 36px 0;
    font-weight: 300;
}

.row {
    padding: 30px 0;
}

.row.big-text h3 {
    padding-bottom: 25px;
    padding-top: 40px;
}

.row.big-text h3,
.row .small-section h2 {
    font-weight: 300;
    color: #2e2e2e;
    font-size: 1.8rem;
}

.row .small-section h2 {
    padding-bottom: 20px;
}

.row .small-section {
    padding: 26px 30px;
    vertical-align: top;
    min-height: 240px;
    background: #fff;
    margin: 30px;
}

.row .small-section.grey {
    border: 1px solid #e1e1e1;
}

.row .small-section.yellow {
    border: 1px solid #f5c400;
}

.row .small-section.green {
    background: #53c2b9 url("../images/RefactoryBG-border-logo.svg") no-repeat;
    background-size: 140%;
    background-position: -240px;
    color: #fff;
}

.small-section h2#engage,
.small-section h2#feedback {
    color: #fff;
}

.small-section h2#feedback {
    padding-top: 6px;
    padding-bottom: 0;
    position: relative;
}

.bottom-green-border {
    border-bottom: 7px solid #53c2b9;
}

h2.section-title::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url("../images/icons.svg");
    background-size: 340%;
}

h2#mision::before {
    background-position: -6px 0;
}

h2#work::before {
    background-position: -44px 0;
}

h2#feedback::before {
    background-position: -84px 43px;
}

h2#engage::before {
    background-position: -44px 42px;
}

h2#collab::before {
    background-position: -10px 42px;
}

h2#design::before {
    background-position: -80px 80px;
}

.top-yellow-border {
    border-top: 7px solid #f5c400;
    background-image: linear-gradient( #363636 70% 33%, #fff 20% 20%);
}

.center {
    text-align: center;
}


/* slideshow */

.slideshow-container {
    position: relative;
    min-height: 120px
}

.mySlides {
    display: none;
}

.slideshow-dots {}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #fff;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* footer */

footer {
    border-top: 7px solid #f5c400;
    background-image: linear-gradient( #363636 10% 20%, #111111 20% 20%);
    text-align: center;
}

footer p {
    color: #fff;
    text-transform: uppercase;
    padding: 75px 0
}


/* media */

@media (min-width: 960px) {
    .flex-element {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

@media (min-width: 1140px) {
    header {
        background-image: linear-gradient( #fff 32% 31%, #f1f1f1 20% 20%);
        min-height: 670px;
    }
    .head-content,
    .row {
        max-width: 1140px;
        margin: 0 auto;
    }
    .head-content .logo,
    .head-content .right-head-content {
        display: inline-block;
    }
    .head-content .right-head-content .name {
        text-align: right;
    }
    .head-content .right-head-content {
        width: 58%;
        position: relative;
        top: 119px;
        float: right;
    }
    .head-content .right-head-content .name h1 {
        font-size: 6.25rem;
    }
    .head-content .right-head-content .name h1 small {
        font-size: 3rem;
    }
    .head-content .right-head-content .name .slogan {
        font-size: 1.5rem;
        padding-left: 20%
    }
    .section.technology {
        min-height: 380px;
    }
    .content .small-section {
        width: 30%;
        display: inline-block;
    }
    .row .small-section {
        margin: 0
    }
    .section.technology ul li {
        display: inline-block;
        width: 14%;
    }
}

@media (max-width: 760px) {
    .scheme img {
        width: 100%;
    }
    .technology,
    .scheme {
        padding: 0 16px 16px;
    }
    .content {
        padding: 0;
    }
}

@media (max-width: 420px) {
    .logo img {
        width: 100%;
    }
}