@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,500,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,500,400,700,900&display=swap&subset=latin-ext');
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-family: 'Lato', sans-serif;
    /* font-family: 'Raleway', sans-serif; */
}

a, a:focus, a:hover, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}

ul {
    list-style: none;
}

.profile {
    position: relative;
    height: 100%;
    min-height: 550px;
    background-color: #08283c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.avatar img {
    width: 210px;
    margin: 0 auto;
    border: solid 3px #dfdfdf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.52);
}

.page-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.table-cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    z-index: 5;
}

.container {
    padding: 20px 15px 0 15px;
    margin-bottom: 0 auto 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-content {
    width: 100%;
}

.profile h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #EAF2F1;
    font-size: 50px;
    margin: 36px 0 22px;
}

.profile h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #67818C;
    font-size: 40px;
}

.effect {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.nav-wrapper {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 20;
}

.nav-wrapper a {
    color: #EAF2F1;
}

nav {
    display: block;
}

.navbar-header {
    float: left;
}

.collapsed {
    display: none!important;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    flex-basis: unset;
    flex-grow: 0;
    line-height: 40px;
}

.navbar-collapse li {
    margin-right: 2rem;
}

.nav-sticky {
    background-color: #EAF2F1 !important;
    padding: 6px 0 !important;
    border-bottom: 1px solid #ddd;
}

.nav-sticky a {
    color: #67818C;
}

.section {
    padding: 80px 0;
}

.section-title {
    position: relative;
    display: inline-block;
    margin: 0 auto 20px auto;
    padding-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 50px;
    height: 2px;
    background-color: #444444;
}

.border {
    border: 1px solid black;
}

.profile-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 2.2;
}

.footer {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fafafa;
}

.odd {
    background-color: #fafafa;
}

.footer-title {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    display: flex;
    justify-content: center;
}

.footer .copy-text {
    margin: 8px 0;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
}

.row {
    flex-direction: column;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social-list li {
    margin-right: 1.5rem;
}

.footer-social-list {
    display: flex;
    padding: 0;
}

#about {
    padding-top: 130px;
    margin-bottom: 80px;
}

#timeline, .timeline-item:after, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.timeline-item{
    cursor: pointer;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #67818C;
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}

#timeline .timeline-item .timeline-icon {
    background: #67818C;
    text-align: center;
    font-size: 35px;
    color: #fff;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.timeline-icon i {
    margin-top: 8px;
}

#timeline .btn {
    border-radius: 50px;
    margin-bottom: .75rem;
}

#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #EAF2F1;
}

#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #EAF2F1;
    color: #67818C;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 1.5rem;
}

#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #EAF2F1;
    display: block;
    clear: both;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #EAF2F1;
    display: block;
    clear: both;
}

.th-box {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.th-box i {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.v-box-par {
    width: 100%;
    height: 277px;
    overflow: hidden;
    cursor: pointer;
}

.v-box-img {
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

.v-box:hover .v-box-img {
    transform: scale(1.2) rotate(2deg);
}

.v-box-par:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.75);
}

.v-box-desc {
    width: 100%;
    height: 277px;
    overflow: hidden;
    background-color: #fafafa;
    cursor: pointer;
}

.v-box:hover .v-box-desc {
    background-color: white;
    color: #67818C;
}

.v-box {
    min-width: 245px;
    z-index: 18;
}

.v-box:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 19;
}

.col-rev {
    flex-direction: column-reverse!important;
}

.row-rev {
    flex-direction: row-reverse!important;
}

.event-name {
    font-size: 22pt;
    color: #333333;
    padding: 20px;
    font-weight: 600;
    flex-grow: 1;
}

.event-details {
    padding: 20px;
    font-size: 16pt;
    font-weight: 100;
}

.event-year {
    font-style: italic;
}

.h-box-img {
    min-width: 25%;
    height: 200px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: scale(.9);
    transition: all .5s;
}

.h-box-desc {
    flex-grow: 1;
    background-color: #fff;
    padding: 20px;
}

.pos-name {
    font-size: 22pt;
    color: #333333;
    font-weight: 600;
}

.pos-date {
    font-size: 16pt;
    color: #757575;
    font-weight: 400;
    font-style: italic;
    background-color: #fff;
    padding: 20px 0 0 0;
    width: 225px;
    min-width: 225px;
}

.pos-company {
    color: #555;
    font-size: 13pt;
    font-weight: 500;
}

.pos-card {
    cursor: pointer;
    background-color: #fff;
}

.pos-card:hover .pos-date {
    color: #333;
}

.pos-card:hover .h-box-img {
    transform: scale(1);
}

span, .bold {
    font-weight: bolder;
}

.donut-chart {
    height: 200px;
    width: 200px;
    position: relative;
}

.donut-chart.active circle.listening {
    stroke-dasharray: 96 100;
}

.donut-chart.active circle.reading {
    stroke-dasharray: 94 100;
}

.donut-chart.active circle.speaking {
    stroke-dasharray: 88 100;
}

.donut-chart svg {
    width: 100%;
    height: 100%;
    transform: rotate(-270deg);
    border-radius: 50%;
}

.donut-chart circle {
    fill: #eaf2f1;
    stroke: #67818c;
    stroke-width: 32;
    stroke-dasharray: 0 100;
    transition: stroke-dasharray 0.5s ease;
}

.donut-center {
    background: #fff;
    border-radius: 50%;
    position: absolute;
    height: 90%;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 160px;
    font-size: 30px;
}

.ui {
    margin: 20px 0;
    text-align: center;
    width: 200px;
}

.ui .animate-button {
    text-decoration: none;
    font-family: 'Arial', 'Helvettica', san-serif;
    font-size: 12px;
    color: #fff;
    background: #666;
    padding: 6px 18px;
    border-radius: 4px;
}

.ui .animate-button:hover {
    background: #333;
}

.sub-title {
    font-size: 25px;
    font-weight: 400;
}

.i-container {
    font-size: 85px;
    text-align: center;
}

.p-container {
    font-size: 35px;
    text-align: center;
    margin-top: -5px;
}

.competition {
    font-size: 17px;
    text-align: center;
}

.c-desc {
    font-size: 14px;
    color: #bbb;
    text-align: center;
}

.space-top {
    margin-top: 80px;
}

.space-top-small {
    margin-top: 80px;
}

.tv-image-digi, .tv-image-m2, .ho-img {
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}

.tv-img-par {
    width: 100%;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
}

.tv-img-par:hover .tv-image-digi, .tv-img-par:hover .tv-image-m2 {
    transform: scale(1.1) rotate(1deg);
}

.tv-image-digi {
    background-image: url("../assets/bw_digi.jpg");
}

.tv-image-m2 {
    background-image: url("../assets/bw_m2.jpg");
}

.tv-title {
    font-size: 20px;
    margin: 10 0 10 0;
}

.tv-date {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.tv-desc {
    text-align: justify;
}

.ho-img-par {
    width: 100%;
    height: 500px;
    overflow: hidden;
    cursor: pointer;
}

.ho-img {
    background-image: url("../assets/bw_gallery.JPG");
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}



#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #08283c;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: #06151f;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=password]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=password]:placeholder {
    color: #cccccc;
}

#welcome-message-alter{
    display: none;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}

.t-img {
    min-width: 90px;
    margin: 20px;
}

.tech-container{
    max-width: 100%;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }
    #timeline:before {
        left: 0;
    }
    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }
    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #67818C;
    }
    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}

/* backgrounds */

.bg-html {
    background-image: url('../assets/bw_html.png');
}

.bg-css {
    background-image: url('../assets/bw_css.png');
}

.bg-js {
    background-image: url('../assets/bw_js.png');
}

.bg-jq {
    background-image: url('../assets/bw_jq.png');
}

.bg-cs {
    background-image: url('../assets/bw_cs.png');
}

.bg-ng {
    background-image: url('../assets/bw_ng.png');
}

.bg-asp {
    background-image: url('../assets/bw_asp.png');
}

.bg-sql {
    background-image: url('../assets/bw_sql.png');
}

.bg-euro {
    background-image: url('../assets/bw_64590048_678745059255113_2359349468591265922_n.jpg');
}

.bg-fina17 {
    background-image: url('../assets/bw_20347657_156960698210712_2744814260575010816_n.jpg');
}

.bg-ehf {
    background-image: url('../assets/bw_31928234_1849831298643826_8487250556836904960_n.jpg');
}

.bg-wyd {
    background-image: url('../assets/bw_IMG_2207.JPG');
}

.v-box:hover .bg-euro {
    background-image: url('../assets/64590048_678745059255113_2359349468591265922_n.jpg');
}

.v-box:hover .bg-fina17 {
    background-image: url('../assets/20347657_156960698210712_2744814260575010816_n.jpg');
}

.v-box:hover .bg-ehf {
    background-image: url('../assets/31928234_1849831298643826_8487250556836904960_n.jpg')!important;
}

.v-box:hover .bg-wyd {
    background-image: url('../assets/IMG_2207.JPG');
}

.bg-pwc {
    background-image: url('../assets/bw_pwc.png');
}

.bg-hc {
    background-image: url('../assets/bw_HungaroControl.png');
}

.bg-cub {
    background-image: url('../assets/bw_Corvinus_log.png');
}

.bg-szik {
    background-image: url('../assets/bw_szik.png');
}

.bgho-html:hover .bg-html {
    background-image: url('../assets/html.png');
}

.bgho-css:hover .bg-css {
    background-image: url('../assets/css.png');
}

.bgho-js:hover .bg-js {
    background-image: url('../assets/js.png');
}

.bgho-jq:hover .bg-jq {
    background-image: url('../assets/jq.png');
}

.bgho-asp:hover .bg-asp {
    background-image: url('../assets/asp.png');
}

.bgho-cs:hover .bg-cs {
    background-image: url('../assets/cs.png');
}

.bgho-ng:hover .bg-ng {
    background-image: url('../assets/ng.png');
}

.bgho-sql:hover .bg-sql {
    background-image: url('../assets/sql.png');
}

.bgho-pwc:hover .bg-pwc {
    background-image: url('../assets/pwc.png');
}

.bgho-hc:hover .bg-hc {
    background-image: url('../assets/HungaroControl.png');
}

.bgho-cub:hover .bg-cub {
    background-image: url('../assets/Corvinus_log.png');
}

.bgho-szik:hover .bg-szik {
    background-image: url('../assets/szik.png');
}

.tv-image-digi:hover {
    background-image: url("../assets/digi.jpg");
}

.tv-image-m2:hover {
    background-image: url("../assets/m2.jpg");
}

.ho-img:hover {
    background-image: url("../assets/gallery.JPG");
}

.event-container{
    flex-wrap: wrap;
}

.comps div{
    cursor: pointer;
}


/*responsive*/

@media screen and (max-width: 768px) {
#about .container{
    flex-direction: column!important;
    
}
#about .row{
    width: 100%!important;
    padding-right: 0!important;
    padding-left: 0!important;
    text-align: center;
}

#about .contact-details{
    flex-direction: column!important;
}

#about .th-box{
    width: 100%;
    margin-top: 10px!important;
}

#additional .circles{
    flex-direction: column!important;
    align-items: center;
}

#additional .circles > div{
    margin-bottom: 20px!important;
}

#additional .comps{
    flex-direction: column!important;
}

#additional .comps > div{
    margin-bottom: 20px!important;
}

#additional .tvs{
    flex-direction: column!important;
}

#additional .tvs > div{
    margin-bottom: 20px!important;
    width: 100%!important;
}

.pos-card{
    flex-direction: column-reverse!important;
    max-width: 100%;
}


.pos-date{
    text-align: center;
    width: 100%;
    font-size: 14pt;
}

.pos-date br{
    display: none;
}

.pos-card .h-box-img {
    width: 100%!important;
    text-align: center;
}

.profile-title{
    text-align: center;
}

.event-container{
    column-count: 2;
}

}

@media screen and (max-width: 1200px){
    .v-box{
        width:50%!important;
    }
}

@media screen and (max-width: 992px){
    .menu-container{
        flex-direction: column!important;
        text-align: center;
    }

    .menu-container ul{
        justify-content: center;
    }
}

@media screen and (max-width: 537px){
    .v-box{
        width:100%!important;
    }

    .col-rev{
        flex-direction: column!important; 
    }

    .bg-euro.v-box-img{
        background-position: top;
    }
}

@media screen and (max-width: 520px){
    .menu-elements{
        display: none!important;
    }
} 

@media screen and (max-width: 390px){
    .avatar {
        margin-top: 6rem;
    }
} 

@media screen and (orientation: landscape){
    .avatar {
        margin-top: 6rem;
    }
} 

#av-alter,
#maintitle-alter,
#org-desc-alter{
    display: none!important;
}




/*PRINT*/

@media print{

    /*nones*/

    #home,
    #bm-navbar,
    #welcome-message,
    .pos-desc,
    .v-box-par,
    #sub-hobby,
    footer,
    header,
    #download,
    #org-desc{
        display: none;
    }

    .p-none,
    .p-none div{
        display: none;
    }

    #about{
        padding: 50px;
        margin: 0;
    }

    .space-top{
        margin-top: 10px;
    }

    .space-top-small{
        margin-top: 5px;
    }

    .v-box{
        min-width: 0;
    }

    .v-box-desc{
        height: auto;
    }

    .event-name{
        flex-grow: 0;
        font-size: 16pt;
    }

    .event-details{
        font-size: 14pt;
    }

    .h-box-img{
        max-height: 125px;

    }

    .pos-name{
        font-size: 18pt;
    }

    .navbar-header a{
        color: #08283c
    }

    .odd{
        background-color: #fff;
    }

    .section{
        padding: 0;
    }


    /*displayed*/
    #welcome-message-alter,
    #av-alter,
    #maintitle-alter,
    #org-desc-alter{
        display: flex!important;
    }

    /*brakes*/

    #tech,
    #organisation{
        page-break-before:always;
    }
}