@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #05090c;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-text-size-adjust: 100% !important;
}


.ResearcherThin {
    font-family: ResearcherThin;
}
.ResearcherRegular {
    font-family: ResearcherRegular;
}

body { 
    font-family: ResearcherThin;
}

h1, h2, h3, h4, h5 {
    font-family: ResearcherThin;
}

.h1 {
    font-size: 80px;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.h2 {
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}

.h3 {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    color: #3d4750;
}

.h2 i {
    font-style: normal;
    width: 40px;
    text-align: center;
    font-size: 28px;
}

.h3 i {
    font-style: normal;
    width: 28px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
}

.headline {
    margin-bottom: 100px;
}

.hero .h2 {
    display: flex;
}

.wrapper {
    padding: 0;
    text-align: center;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;

}

.hero.full {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.hero.full div {
    margin: 0 15px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex {
    display: flex;
}

.container {
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
}

.section-portfolio .col {
    margin: 0 50px;
}

.col-md-6 {
    width: 50%;
}

@media (max-width: 450px) {

    .hero.full {
        flex-direction: column;
    }

    .hero.full div {
        margin: 20px 0;
    }

}
