        /* josefin-sans-regular - latin-ext_latin */
        @font-face {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 400;
            src: local(''),
                url('./fonts/josefin-sans-v17-latin-ext_latin-regular.woff2') format('woff2'),
                url('./fonts/josefin-sans-v17-latin-ext_latin-regular.woff') format('woff');
        }

        /* josefin-sans-600 - latin-ext_latin */
        @font-face {
            font-family: 'Josefin Sans';
            font-style: normal;
            font-weight: 600;
            src: local(''),
                url('./fonts/josefin-sans-v17-latin-ext_latin-600.woff2') format('woff2'),
                url('./fonts/josefin-sans-v17-latin-ext_latin-600.woff') format('woff');
        }

        /* domine-regular - latin-ext_latin */
        @font-face {
            font-family: 'Domine';
            font-style: normal;
            font-weight: 400;
            src: local(''),
                url('./fonts/domine-v11-latin-ext_latin-regular.woff2') format('woff2'),
                url('./fonts/domine-v11-latin-ext_latin-regular.woff') format('woff');
        }

        body {
            margin: 0px;
        }

        #cover {
            background-color: #cc6e6e;
            background-color: #30487c;
            /*height: 100vh;*/
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            position: fixed;
            top: 0px;
            /*padding-top:80px;
            padding-bottom: 80px;*/
            min-height: 850px;
        }

        #cover-image {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            bottom: 0px;
            opacity: 0.15;
        }

        #cover-image img {

            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #cover-letter {
            position: absolute;
            font-size: 600px;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: rgba(0, 0, 0, .1);
            z-index: -10;
            background: url(oil-icon.svg);
            width: 950px;
            background-size: contain;
            height: 650px;
            background-repeat: no-repeat;
            background-position: center;
        }

        #cover-title {
            color: white;
            display: flex;
            max-width: 85%;
            text-align: center;
            z-index: 20;
            max-width: 650px;
        }

        #cover-title h1 {
            font-size: 48px;
            line-height: 64px;
            font-family: 'Josefin Sans';
            margin-bottom: 0px;
        }

        #cover-title h1:hover {
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;

        }

        #cover-info {
            height: 60px;
            color: white;
            z-index: 20;
        }

        #cover-links {
            z-index: 20;
            display: flex;
			margin-left:15px;
			margin-right:15px;
        }

        #cover-links #left:hover,
        #cover-links #right:hover {
            box-shadow: 0 10px 20px 0 rgb(1 1 1 / 65%);

        }

        #cover-links #left {
            color: #cc6e6e;
            color: #30487c;
            background: #ffffff;
            border: 1px solid #ffffff;
            height: 40px;
            padding: 0px 20px;
            line-height: 42px;
            margin: 0px 15px;
            opacity: 0.8;
            font-size: 14px;
            font-family: 'Josefin Sans';
            cursor: pointer;
            min-width: 160px;
            text-align: center;
        }

        #cover-links #right {
            color: #ffffff;
            background: transparent;
            border: 1px solid #ffffff;
            height: 40px;
            padding: 0px 20px;
            line-height: 42px;
            margin: 0px 15px;
            opacity: 0.8;
            font-size: 14px;
            font-family: 'Josefin Sans';
            cursor: pointer;
            min-width: 160px;
            text-align: center;
        }

        #content {
            background-color: #f8f8f8;
            width: 100%;
            /*margin-top: 100vh;*/
            margin-top: 850px;
            position: relative;
            padding-bottom: 70px;
        }

        #content .container {
            box-shadow: 0 30px 50px 0 rgb(1 1 1 / 15%);
            padding-bottom: 80px;
            background: white;
        }

        #content .row {
            background: white;
        }

        .fake {
            position: relative;
            top: -120px;
            margin-bottom: -120px;
        }

        h3 {
            font-family: 'Josefin Sans';
            font-size: 15px;
            position: relative;
        }

        h3::after {
            position: absolute;
            background-color: rgba(51, 51, 51, 0.2);
            height: 1px;
            width: 50px;
            content: '';
            bottom: -10px;
            margin-left: -25px;
            left: 50%;
        }

        h2 {
            font-size: 36px;
            font-family: 'Josefin Sans';
            color: #333333;
        }

        #content .section {
            padding-top: 80px;

        }

        .title {
            position: relative;
            /*margin-top:60px;*/
        }

        .entry-title {
            position: absolute;
            color: #eee;
            left: -50px;
            font-size: 160px;
            z-index: 2;
            top: -60px;
            font-family: 'Josefin Sans';
            font-weight: 600;
        }

        h2,
        h3,
        p,ul {
            position: relative;
            z-index: 20;
        }

        h2:hover {
            color: #c62641;
            color: #30487c;
        }

        p,
        ul,
        li {
            font-family: 'Domine';
            color: #444444;
            font-size: 16px;
            line-height: 30px;
        }

        header {
         
            height: 0px;
        }

        header img {
            height: 70px;
            /*box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);*/
        }

        .navbar {
			  top:0px;
            width: 100%;
            padding: 0;
            flex-flow: column;
            background: #cc6e6e;
            background: #30487c;
            position: fixed;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            z-index: 30;
            background: transparent;
        }

        .navbar-nav {
            margin-left: auto;
        }

        .nav-link {
            font-size: 12px;
            font-family: 'Josefin Sans';

            color: white !important;

            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .nav-link.active {
            background: rgba(0, 0, 0, 0.1);
        }

        .nav-link:hover {
            background: rgba(255, 255, 255, 0.15);
            box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
        }

        footer {
            position: relative;
            background-color: #cc6e6e;
            background-color: #30487c;
        }

        footer p {
            margin: 20px 0px !important;
            font-family: 'Josefin Sans';
            font-size: 14px;
            color: white;
            text-align: center;
        }
		
		footer a{
		color: rgba(255,255,255,0.5);
		text-decoration:none;
		}
		
		footer a:hover{
	color: rgba(255,255,255,0.5);
	text-decoration:underline;
		}

        #cover-links.logos {
            margin-top: 100px;
            background: rgba(255, 255, 255, 0.45);
            padding: 10px 0px;
            border-radius: 3px;
        }

        #cover-links img {
            opacity: 0.7;
            filter: grayscale(100%);

            height: 50px;
            padding: 5px;
            margin: 0px 10px;
            -webkit-transition: all 1.2s ease-in-out;
            -moz-transition: all 1.2s ease-in-out;
            -ms-transition: all 1.2s ease-in-out;
            -o-transition: all 1.2s ease-in-out;
            transition: all 1.2s ease-in-out;
        }

        #cover-links img.active {
            -webkit-transition: all 1.2s ease-in-out;
            -moz-transition: all 1.2s ease-in-out;
            -ms-transition: all 1.2s ease-in-out;
            -o-transition: all 1.2s ease-in-out;
            opacity: 0.0;
        }

        #cover-links img:hover {
            -webkit-transition: all 0s;
            -moz-transition: all 0s;
            -ms-transition: all 0s;
            -o-transition: all 0s;
            opacity: 1.0;
            filter: grayscale(0%);
        }
		
		@media screen and (max-width: 576px) {
		  #content {
                padding-bottom: 0px;
            }
		}

        @media screen and (max-width: 768px) {
            #cover-letter {
                max-width: 90%;
            }

            #cover-title h1 {
                font-size: 32px;
                line-height: 48px;
                margin-left: 20px;
                margin-right: 20px;
            }

            #cover-links.logos {
                text-align: center;

                display: block;
                margin-top: 40px;
            }

            .entry-title {
                left: 10px;
            }

          
        }
		
		 @media screen and (max-height: 600px) {
		  #cover {
		     position: relative;
			 }
			  #content {
			  margin-top: 0px;
			  }
		 }
