/* source-sans-pro-regular - latin-ext_latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/source-sans-pro-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('./fonts/source-sans-pro-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin-ext_latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/source-sans-pro-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
            url('./fonts/source-sans-pro-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
            url('./fonts/source-sans-pro-v18-latin-ext_latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

body {
    font-family: Source Sans Pro;
    margin: 0;
}

h1 {
    text-transform: uppercase;
}

.container {
    padding: 15px;
    text-align: center;
    border: 4px solid #2a9df4;
    width: 50vw;
    margin: 0 auto;
    height: 50vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.above-header {
    position: relative;
    background-image: url(img/architecture-bay-bridge-356830.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.above-header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(26,0,33,.32)),color-stop(5%,rgba(26,0,33,.32)),color-stop(40%,rgba(38,6,51,.32)),color-stop(76%,#3996d1),color-stop(94%,#5ca4d2),to(#3996d1));
    background: -webkit-linear-gradient(rgba(26,0,33,.32) 0,rgba(26,0,33,.32) 5%,rgba(38,6,51,.32) 40%,#3996d1 76%,#5ca4d2 94%,#3996d1 100%);
    background: -moz-linear-gradient(rgba(26,0,33,.32) 0,rgba(26,0,33,.32) 5%,rgba(38,6,51,.32) 40%,#3996d1 76%,#5ca4d2 94%,#3996d1 100%);
    background: -o-linear-gradient(rgba(26,0,33,.32) 0,rgba(26,0,33,.32) 5%,rgba(38,6,51,.32) 40%,#3996d1 76%,#5ca4d2 94%,#3996d1 100%);
    background: linear-gradient(rgba(26,0,33,.32) 0,rgba(26,0,33,.32) 5%,rgba(38,6,51,.32) 40%,#3996d1 76%,#5ca4d2 94%,#3996d1 100%);
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    max-height: none;
    max-width: none;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: .8;
    visibility: visible;
}

.above-header .inner-container {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.above-header .inner-container .text {
    color: #FFF;
    position: absolute;
    max-width: 70%;
    z-index: 10;
    margin-top: -120px;
    font-size: 22px;
}

.above-header .inner-container .text-1 h1 {
    font-size: 87px;
    margin: 0;
}

.above-header .inner-container .text-1 h2 {
    margin-top: 5px;
}

.above-header .inner-container {
    text-shadow: 0px 0px 8px #000000d4;
}

.above-header .particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

body a {
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .above-header .inner-container .text {
        font-size: 16px;
    }
    .above-header .inner-container .text-1 h1 {
        font-size: 37px;
    }
    .above-header .inner-container .text-1 h2 {
        font-size: 18px;
    }
}