*{
    margin: 0;
    padding: 0;
    font-family: DidactGothic;
    }


.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(10,10,10,0.6),rgba(10,10,10,0.6)), url(images/gallery/fullres/gallery_35.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    }


.subheader{
    min-height: 42vh;
    width: 100%;
    background-image: linear-gradient(rgba(10,10,10,0.6),rgba(10,10,10,0.6)), url(images/gallery/fullres/gallery_66.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    }


.main-logo-container{
    display: flex;
    justify-content: center;
    }


.main-logo{
    padding-top: 20px;
    }


.main-logo img{
    width: 400px;
    }


nav{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
    }


nav img{
    width: 240px;
        }

.nav-links{
    flex: 1;
    text-align:center;
    }

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    }


.nav-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    }


.nav-links ul li .button_active{
    color: #00ffff;
    font-weight: bold;
    }


.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 4px;
    background: #00ffff;
    display: block;
    margin: auto;
    transition: 0.5s;
    }


.nav-links ul li:hover::after{
    width: 100%;
    }


.text-box{
    width: 90%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    }


.text-box h1{
    font-size: 46px;
    color: #00ffff;
    }


.text-box p{
    margin: 10px 0 40px;
    font-size: 26px;
    color: #ffffff;
    }


.text-box-subheader{
    width: 90%;
    color: #ffffff;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    }


.text-box-subheader h1{
    font-size: 46px;
    color: #00ffff;
    }


.text-box-subheader p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #ffffff;
    }


nav .fa-sharp{
    display: none;
    }


@media(max-width: 700px){
    
html, body {overflow-x: hidden;}    
    
nav img{
    width: 160px;
    padding: 0% 10% 10% 10px; 
    }
    
 
.text-box h1{
    font-size: 24px;
    color: #00ffff;
    }
    

.nav-links ul li{
    display: block;
    }

    
.nav-links ul li a{
    color: #ffffff;
    }

    
.nav-links ul li .button_active{
    color: #00ffff;
    }
    
.nav-links{
    position: absolute;
    background: #444444;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
    }
    
nav .fa-sharp{
    display: block;
    color: #0ff;
    margin: 10px;
    font-size: 24px;
    cursor: pointer;
    }
    
.nav-links ul{
    padding: 16px;
    }


.text-box-subheader{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 70%;
    transform: translate(-50%,-50%);
    text-align: center;
    }


.text-box-subheader h1{
    font-size: 26px;
    color: #00ffff;
    }


.text-box-subheader p{
    margin: 10px 0 40px;
    font-size: 16px;
    color: #fff;
    }


}




@media(max-height: 700px){
    
.main-logo img{
    width: 260px;
    }  


.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    }
        

    .text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    }
    
.text-box h1{
    font-size: 26px;
    color: #00ffff;
    }


.text-box p{
    margin: 10px 10% 10px;
    font-size: 16px;
    color: #fff;
    }    
    
    
.text-box-subheader{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    }


.text-box-subheader h1{
    font-size: 26px;
    color: #00ffff;
    }


.text-box-subheader p{
    margin: 10px 0 40px;
    font-size: 16px;
    color: #fff;
    }    
    
}


/*------Index Take a closer look at what I do------*/

.Findout{
    margin: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #ffffff;
    }


.Findout h1{
    font-size: 40px;
    }


/*------Index Overview------*/

.index-overview-even{
    text-align: center;
    background-color: #fff;
    }

.index-overview-odd{
    text-align: center;
    background-color: #eef7ff;
    }

.index-overview-row{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px;
    min-height: 22vh;
    }

.index-overview-col{
    text-align: center;
    flex-basis: 44%;
    }

.index-overview-col img{
    height: 100%;
    width: 100%;
    border-radius: 26px;
    }

.index-overview-col h1{
    padding-top: 4%;
    padding-bottom: 10px;
    color: #000;
    }

.index-overview-col p{
    padding: 20px 10% 20px;
    text-align: center;
    color: #000;
    }

.index-overview-button{
    height: 10%;
    }

.index-overview-button a{
    margin-top: 6px;
    text-decoration: none;
    color: #00ffff;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 10px 26px 10px;
    transition: all 0.6s ease;
    }

.index-overview-button a:hover{
    color: #00ffff;
    background: #404040;
    }


@media(max-width: 700px){
.index-overview-odd .index-overview-row{
    flex-direction: column;
    }
    
.index-overview-even .index-overview-row{
    flex-direction: column-reverse;
    }
        
.index-overview-col{
    width: 80vw;
    position: relative;
    padding-bottom: 20px;
    }

.index-overview-col img{
    width: 80vw;
    display:block;
    position:cover;
    }
}





/*------Large_Gallery------*/

.large_gallery{
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0 auto;
    background: #111111;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
    }

.vertical{
    grid-row: span 2;
    }

.horizontal{
    grid-column: span 2;
    }

.large{
    grid-row: span 2;
    grid-column: span 2;
    }

.large_gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

@media(max-width: 700px){
.vertical{
    grid-row: span 1;    
    }
    
.horizontal{
    grid-column: span 1;    
    }
    
.large{
    grid-row: span 1;  
    grid-column: span 1;  
    }
    }



@media(max-width: 700px){
.large_gallery{
    grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
    grid-auto-rows: 160px;
    }
    
}


@media(max-height: 700px){
.large_gallery{
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    grid-auto-rows: 200px;
    }
    
}


/*------Graphic Design------*/


.graphic_design_spacer_line{
    padding-top: 10px;
    background-color: #111111;
    }

.graphic_design_row_odd{
    margin: auto;
    padding-bottom: 10px;
    background-color: #111111;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }

.graphic_design_row_even{
    margin: auto;
    padding-bottom: 10px;
    background-color: #111111;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }

.graphic_design_image_element_odd{
    background-color: #222222;
    color: white;
    flex-basis: 60%;
    font-weight: bold;
    overflow: hidden;
    }

.graphic_design_image_element_even{
    background-color: #444444;
    color: white;
    flex-basis: 60%;
    font-weight: bold;
    overflow: hidden;
    }

.graphic_design_image_element_odd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

.graphic_design_image_element_even img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

#graphics_showreel{object-fit: contain;}

.graphic_design_text_element_odd{
    min-height: 26vw;
    background-color: #222222;
    flex-basis: 40%;
    color: white;
    text-align: center;
    justify-self: center;
    }

.graphic_design_text_element_even{
    min-height: 26vw;
    background-color: #444444;
    flex-basis: 40%;
    color: white;
    text-align: center;
    justify-self: center;
    }

.graphic_design_text_element_odd h1{
    padding-top: 20px;
    margin: 26px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    }

.graphic_design_text_element_odd p{
    padding: 10px 20px 10px;
    margin: 26px;
    color: #fff;
    }

.graphic_design_text_element_even h1{
    padding-top: 20px;
    margin: 26px;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    }

.graphic_design_text_element_even p{
    padding: 10px 20px 10px;
    margin: 26px;
    color: #fff;
    }

#featured-in-img{
    margin-top: 40px;
    width: 26%;
}


@media(max-width: 700px){
.graphic_design_row_odd{
    flex-direction: column;
    }
    
.graphic_design_row_even{
    flex-direction: column-reverse;
    }
    
.graphic_design_image_element{
    flex-basis: 100%;
    background-color:#222;
    justify-items: center;
    }

.graphic_design_image_element img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
}





/*------Table of Contents------*/



.table-of-contents-row-IC{
    background-color: #617171;
    color: #00ffff;
    display: flex;
    background-position: top;
    background-size: cover;
    position: relative;
    flex-direction: row;
    justify-content: space-evenly;
    }

.table-of-contents-row-DSLR{
    background-color: #617171;
    color: #00ffff;
    display: flex;
    background-position: top;
    background-size: cover;
    position: relative;
    flex-direction: row;
    justify-content: space-evenly;
    }


.table-of-contents-block{
    padding: 40px;
    background-color: #617171;
    text-align: left;
    justify-self: center;
    margin: auto;
    }


.table-of-contents-block-title{
    width: 100%;
    padding-bottom: 26px;
    text-align: center;
    background-color: #617171;
    }


.table-of-contents-block-header-level-1{
    width: 100%;
    padding-left: 20px;
    background-color: #617171;
    }


.table-of-contents-block-header-level-1 a{
    margin-left: 20px;
    font-size: 26px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.6s ease;
    }


.table-of-contents-block-header-level-1 a:hover{
    margin-left: 20px;
    font-size: 26px;
    color: #00ffff;
    text-decoration: none;
    }


.table-of-contents-block-header-level-2{
    width: 100%;
    background-color: #617171;
    }


.table-of-contents-block-header-level-2 a{
    margin-left: 80px;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.6s ease;
    }


.table-of-contents-block-header-level-2 a:hover{
    margin-left: 80px;
    font-size: 22px;
    color: #00ffff;
    text-decoration: none;
    }


.table-of-contents-block-header-level-3{
    width: 100%;
    background-color: #617171;
    }


.table-of-contents-block-header-level-3 a{
    margin-left: 140px;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.6s ease;
    }


.table-of-contents-block-header-level-3 a:hover{
    margin-left: 140px;
    font-size: 20px;
    color: #00ffff;
    text-decoration: none;
    }


@media(max-width: 700px){
.table-of-contents-row{
    background-color: #617171;
    color: #00ffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }


.table-of-contents-block{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #617171;
    flex-basis: 90%;
    text-align: left;
    justify-self: center;
    }

    
.table-of-contents-block-header-level-1 a{
    margin-left: 20px;
    font-size: 20px;
    }

    
.table-of-contents-block-header-level-1 a:hover{
    margin-left: 20px;
    font-size: 20px;
    color: #00ffff;
    text-decoration: none;
    }

    
.table-of-contents-block-header-level-2 a{
    margin-left: 40px;
    font-size: 18px;
    }

    
.table-of-contents-block-header-level-2 a:hover{
    margin-left: 40px;
    font-size: 18px;
    color: #00ffff;
    text-decoration: none;
    }

    
.table-of-contents-block-header-level-3 a{
    margin-left: 60px;
    font-size: 16px;
    }

    
.table-of-contents-block-header-level-3 a:hover{
    margin-left: 60px;
    font-size: 16px;
    color: #00ffff;
    text-decoration: none;
    }
    
    
}


@media(max-height: 700px){
.table-of-contents-block-header-level-1 a{
    margin-left: 20px;
    font-size: 20px;
    }

    
.table-of-contents-block-header-level-1 a:hover{
    margin-left: 20px;
    font-size: 20px;
    color: #00ffff;
    text-decoration: none;
    }

    
.table-of-contents-block-header-level-2 a{
    margin-left: 40px;
    font-size: 18px;
    }

    
.table-of-contents-block-header-level-2 a:hover{
    margin-left: 40px;
    font-size: 18px;
    color: #00ffff;
    text-decoration: none;
    }

    
.table-of-contents-block-header-level-3 a{
    margin-left: 60px;
    font-size: 16px;
    }

    
.table-of-contents-block-header-level-3 a:hover{
    margin-left: 60px;
    font-size: 16px;
    color: #00ffff;
    text-decoration: none;
    }
}






/*------Technical Articles Floating Quick Jump Menu------*/


.quicknav{
    width: 100%;
    background: #00ffff;
    padding-top: 4px;
    display: flex;
    justify-content: space-evenly;
    }


.quicknav h2{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    }


.quicknav ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 6px;
    }


.quicknav ul li a{
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    }


.quicknav ul li .quicknav-links:hover{
    color: lightcyan;
    }


.quicknav .active{
    font-weight: 600;
    }


.quicknav_centerposition{
    position: absolute;
    }


.quicknav_topposition{
    position: fixed;
    top: 0;
    }


@media(max-width: 700px){
.quicknav{
    width: 100%;
    background: #00ffff;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline;
    justify-content: center;
    }


.quicknav h2{
    margin: auto;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    }


.quicknav ul{
    text-align: center;
    }
    

.quicknav ul li{
    list-style: none;
    padding: 0px 6px;
    margin: 0px;
    }
    
    
.quicknav ul li a{
    color: #000000;
    font-size: 12px;
    }
    

.quicknav_centerposition{
    position: absolute;
    }


.quicknav_topposition{
    position: fixed;
    top: 0;
    }    
    
}


/*------Technical Articles Tiles------*/


.technical-articles-overview{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background: #ffffff;
    }


.technical-articles-overview-box{
    width: 60vw;
    margin: auto;
    text-align: center;
    background: #ffffff;
    }


.technical-articles-overview-box h3{
    font-size: 26px;
    padding-top: 2%;
    padding-bottom: 60px;
    }


.technical-articles-tiles-container{
    margin: 0 12% 0;
    background-color: #ffffff;
    }


.technical-articles-tiles-frame{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    grid-auto-rows: 600px;
    grid-auto-flow: dense;
    }


.technical-articles-tile{
    margin: 10px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ffffff;
    }


.technical-articles-tile-photo{
    background: #464f4f;
    height: 60%;
    }


.technical-articles-tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }


.technical-articles-tile-text{
    height: 28%;
    padding: 0 0 12px;
    background: #ffffff;
    }


.technical-articles-tile-text span{
    padding-top: 6px;
    font-weight: 300;
    font-size: 20px;
    color: #999999;
    display: block;
    }


.technical-articles-tile-text h2{
    padding: 6px;
    }


.technical-articles-tile-text p{
    padding: 6px 20px 6px;
    }


.technical-articles-tile-button{
    height: 10%;
    background: #ffffff;
    }


.technical-articles-tile-button a{
    margin-top: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #00ffff;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 10px 26px 10px;
    transition: all 0.6s ease;
    }


.technical-articles-tile-button a:hover{
    color: #00ffff;
    }


@media(max-width: 700px){
    
.technical-articles-tiles-container{
    margin: 0 0% 0;
    }
    
.technical-articles-tiles-frame{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    }

.technical-articles-tile-text span{
    padding-top: 6px;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    display: block;
    }


.technical-articles-tile-text h2{
    padding: 6px;
    font-size: 20px;
    }


.technical-articles-tile-text p{
    padding: 6px 20px 6px;
    font-size: 16px;
    }    
    
    
    
}


/*------Technical Articles------*/

.technical_articles_menu{
    width: 100%;
    height: 40vh;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    }


.technical_articles_menu_box{
    width: 60vw;
    height: 40vh;
    margin: auto;
    text-align: center;
    background: #e1f0ef;
    }


.technical_articles_menu_box h1{
    font-size: 26px;
    padding-top: 2%;
    padding-bottom: 60px;
    }


.technical_articles_menu_box h2{
    font-size: 20px;
    padding-top: 2%;
    padding-bottom: 60px;
    }


.technical_articles_menu_box li{
    padding-bottom: 20px;
    }


.technical_articles_menu_box li a{
    font-size: 20px;
    text-decoration: underline;
    color: #0000ff;
    }















.technical_articles_span_100_white{
    height: 20px;
    background-color: #ffffff;
    text-align: center;
    }

.technical_articles_span_100_dark{
    height: 20px;
    background-color: #222222;
    text-align: center;
    }






.technical_articles_top_header_line{
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #617171;
    text-align: center;
    }

.technical_articles_top_header_line h1{
    padding: 16px;
    margin: 20px;
    color: #00ffff;
    font-size: 60px;
    font-weight: bold;
    }

.technical_articles_top_header_line h2{
    padding: 16px;
    margin: 20px;
    color: #eefefe;
    font-size: 32px;
    font-weight: bold;
    }

.technical_articles_top_header_line p{
    padding: 20px 20px;
    margin: auto;
    width: 40%;
    text-align: left;
    color: #ffffff;
    }






.technical_articles_sub_header_line{
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #deeeee;
    text-align: center;
    }

.technical_articles_sub_header_line h1{
    padding: 16px;
    color: #c0c0c0;
    font-size: 32px;
    font-weight: bold;
    }

.technical_articles_sub_header_line h2{
    padding: 16px;
    margin: 20px;
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    }

.technical_articles_sub_header_line p{
    padding: 20px 20px;
    text-align: left;
    margin: auto;
    width: 40%;
    color: #707070;
    }






.background_white{
    width: 100%;
    background-color: #f4ffff;
    }


.background_dark{
    width: 100%;
    background-color: #617171;
    }


.background_black{
    width: 100%;
    background-color: #000000;
    }




.technical_articles_row{
    width: 70%;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }


.technical_articles_row_break{
    width: 70%;
    height: 40px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }



.technical_articles_text_block_split_white{
    background-color: #f4ffff;
    padding-bottom: 26px;
    padding-top: 16px;
    flex-basis: 50%;
    text-align: center;
    justify-self: center;
    }

.technical_articles_text_block_split_white h1{
    padding: 10px;
    margin: 22px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    }

.technical_articles_text_block_split_white h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #222222;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.technical_articles_text_block_split_white p{
    padding: 10px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #000000;
    }

.technical_articles_text_block_split_white ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #000000;
    }

.technical_articles_text_block_split_white ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #000000;
    }






.technical_articles_text_only_block_2col_white{
    column-count: 2;
    background-color: #f4ffff;
    padding-bottom: 26px;
    padding-top: 26px;
    flex-basis: 100%;
    text-align: center;
    justify-self: center;
    }

.technical_articles_text_only_block_2col_white h1{
    padding: 10px;
    margin: 22px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    }

.technical_articles_text_only_block_2col_white h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #222222;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.technical_articles_text_only_block_2col_white p{
    padding: 0px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #000000;
    }

.technical_articles_text_only_block_2col_white ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #000000;
    }

.technical_articles_text_only_block_2col_white ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #000000;
    }






.technical_articles_text_block_split_dark{
    background-color: #617171;
    padding-bottom: 26px;
    padding-top: 16px;
    flex-basis: 50%;
    text-align: center;
    justify-self: center;
    }

.technical_articles_text_block_split_dark h1{
    padding: 10px;
    margin: 22px;
    color: #eefefe;
    font-size: 22px;
    font-weight: bold;
    }

.technical_articles_text_block_split_dark h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #eefefe;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.technical_articles_text_block_split_dark p{
    padding: 10px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_text_block_split_dark ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_text_block_split_dark ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #ffffff;
    }






.technical_articles_text_block_split_black{
    background-color: #000000;
    padding-bottom: 26px;
    padding-top: 16px;
    flex-basis: 50%;
    text-align: center;
    justify-self: center;
    }

.technical_articles_text_block_split_black h1{
    padding: 10px;
    margin: 22px;
    color: #eefefe;
    font-size: 22px;
    font-weight: bold;
    }

.technical_articles_text_block_split_black h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #eefefe;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.technical_articles_text_block_split_black p{
    padding: 10px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_text_block_split_black ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_text_block_split_black ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #ffffff;
    }






.technical_articles_text_only_block_2col_dark{
    column-count: 2;
    background-color: #617171;
    padding-bottom: 26px;
    padding-top: 26px;
    flex-basis: 100%;
    text-align: center;
    justify-self: center;
    }

.technical_articles_text_only_block_2col_dark h1{
    padding: 10px;
    margin: 22px;
    color: #eefefe;
    font-size: 22px;
    font-weight: bold;
    }

.technical_articles_text_only_block_2col_dark h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #eefefe;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.technical_articles_text_only_block_2col_dark p{
    padding: 0px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_text_only_block_2col_dark ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_text_only_block_2col_dark ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #ffffff;
    }





.technical_articles_image_block_split_white{
    background-color: #ffffff;
    flex-basis: 50%;
    text-align: center;
    display: flex;
    }

.technical_articles_image_block_split_dark{
    background-color: #617171;
    flex-basis: 50%;
    text-align: center;
    display: flex;
    }

.technical_articles_image_block_split_black{
    background-color: #000000;
    flex-basis: 50%;
    text-align: center;
    display: flex;
    }





.technical_articles_image_block_fullspan_white{
    width: 100%;
    background-color: #f4ffff;
    text-align: center;
    display: flex;
    }

.technical_articles_image_block_fullspan_dark{
    width: 100%;
    background-color: #617171;
    text-align: center;
    display: flex;
    }


.technical_articles_image_block_fullspan_black{
    width: 100%;
    background-color: #000000;
    text-align: center;
    display: flex;
    }





.technical_articles_image_element{
    text-align: center;
    margin: auto;
    align-self: center;
    justify-self: center;
    }

.technical_articles_image_element img{
    width: 100%;
    max-width: 40rem;
    object-fit: contain;
    margin: auto;
    display: block;
    }

.technical_articles_image_element h1{
    padding: 10px;
    margin: 22px;
    color: #eefefe;
    font-size: 22px;
    font-weight: bold;
    }

.technical_articles_image_element h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #eefefe;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.technical_articles_image_element p{
    padding: 10px 16px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_image_element ul li{
    width: 90%;
    margin-left: 34px;
    list-style: square;
    text-align: left;
    color: #ffffff;
    }

.technical_articles_image_element ol li{
    width: 90%;
    margin-left: 34px;
    text-align: left;
    color: #ffffff;
    }





.technical_articles_image_element_large{
    text-align: center;
    margin: auto;
    align-self: center;
    justify-self: center;
    }

.technical_articles_image_element_large img{
    width: 100%;
    max-width: 70rem;
    object-fit: contain;
    margin: auto;
    display: block;
    }





.technical-articles-button{
    height: 10%;
    }


.technical-articles-button a{
    margin-top: 6px;
    text-decoration: none;
    color: #00ffff;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 10px 26px 10px;
    transition: all 0.6s ease;
    }


.technical-articles-button a:hover{
    color: #00ffff;
    background: #404040;
    }






@media(max-width: 1000px){
.technical_articles_row{
    flex-direction: column;
    }
    

    .technical_articles_top_header_line p{
    width: 60%;
    }

    
    .technical_articles_row{
    width: 96%;
    }
 
    
    .technical_articles_text_only_block_2col_white{
    column-count: 1;
    }
    
    
    .technical_articles_text_only_block_2col_dark{
    column-count: 1;
    }
    
    
}





/*------Slideshow------*/


.slideshow-container {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    }


.mySlides {
    display: none;
    }


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    }


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }


.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    }


.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    }


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    }


.dot {
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 0%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }


.active, .dot:hover {
    background-color: #00ffff;
    }


.fade {
    animation-name: fade;
    animation-duration: 1s;
    }


@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
    }




/*------Review Tiles------*/

.reviews-overview{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background: #ffffff;
    }


.reviews-overview-box{
    width: 60vw;
    margin: auto;
    text-align: center;
    background: #ffffff;
    }


.reviews-overview-box h3{
    font-size: 26px;
    padding-top: 2%;
    padding-bottom: 60px;
    }


.reviews-tiles-container{
    margin: 0 12% 0;
    background-color: #ffffff;
    }


.reviews-tiles-frame{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    grid-auto-rows: 600px;
    grid-auto-flow: dense;
    }


.reviews-tile{
    margin: 10px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ffffff;
    }


.reviews-tile-photo{
    height: 60%;
    }


.reviews-tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }


.reviews-tile-text{
    height: 28%;
    padding: 0 0 12px;
    background: #ffffff;
    }


.reviews-tile-text span{
    padding-top: 6px;
    font-weight: 300;
    font-size: 20px;
    color: #999999;
    display: block;
    }


.reviews-tile-text h2{
    padding: 6px;
    }


.reviews-tile-text p{
    padding: 6px 20px 6px;
    }


.reviews-tile-button{
    height: 10%;
    background: #ffffff;
    }


.reviews-tile-button a{
    margin-top: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #00ffff;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 10px 26px 10px;
    transition: all 0.6s ease;
    }


.reviews-tile-button a:hover{
    color: #00ffff;
    }


@media(max-width: 700px){
    
.reviews-tiles-container{
    margin: 0 0% 0;
    }
    
.reviews-tiles-frame{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    }

.reviews-tile-text span{
    padding-top: 6px;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    display: block;
    }


.reviews-tile-text h2{
    padding: 6px;
    font-size: 20px;
    }


.reviews-tile-text p{
    padding: 6px 20px 6px;
    font-size: 16px;
    }    
    
    
    
}



/*------Reviews------*/




#table {
    font-family: 'Didact Gothic', sans-serif;
    border-collapse: collapse;
    margin: auto;
    width: 90%;
    }

#table td, #customers th {
    padding: 10px;
    text-align: left;
    }

#table tr:nth-child(even){background-color: #f0fcfc;}
#table tr:nth-child(odd){background-color: #dffcfc;}

#table tr:hover {background-color: #f6ffff;}

#table th {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    color: #444444;
    }
    
    
    



.reviews-gallery{
    width: 70%;
    padding-left:10px;
    padding-right:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    }


.reviews-gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }


.reviews_span_100_white{
    height: 20px;
    background-color: #ffffff;
    text-align: center;
    }


.reviews_top_header_line{
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #c0ffff;
    text-align: center;
    }

.reviews_top_header_line h1{
    padding: 16px;
    margin: 20px;
    color: #777777;
    font-size: 46px;
    font-weight: bold;
    }

.reviews_top_header_line h2{
    padding: 16px;
    margin: 20px;
    color: #444444;
    font-size: 32px;
    font-weight: bold;
    }

.reviews_top_header_line p{
    padding: 20px 20px;
    margin: auto;
    width: 40%;
    text-align: left;
    color: #444444;
    }






.reviews_sub_header_line{
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #eeffff;
    text-align: center;
    }

.reviews_sub_header_line h1{
    padding: 16px;
    color: #c0c0c0;
    font-size: 32px;
    font-weight: bold;
    }

.reviews_sub_header_line h2{
    padding: 16px;
    margin: 20px;
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    }

.reviews_sub_header_line p{
    padding: 20px 20px;
    text-align: left;
    margin: 16px;
    color: #707070;
    }




.reviews_single_line{
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 6px;
    background-color: #ffffff;
    text-align: center;
    }

.reviews_single_line h1{
    padding: 16px;
    color: #c0c0c0;
    font-size: 32px;
    font-weight: bold;
    }

.reviews_single_line h2{
    padding: 16px;
    margin: 20px;
    color: #707070;
    font-size: 24px;
    font-weight: bold;
    }

.reviews_single_line p{
    padding: 20px 26vw; 20px;
    text-align: left;
    margin: 16px;
    color: #000000;
    }








.reviews_row{
    width: 70%;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }


.reviews_row_break{
    width: 70%;
    height: 40px;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    }



.reviews_text_block_split_white{
    background-color: #ffffff;
    padding-bottom: 26px;
    padding-top: 16px;
    flex-basis: 50%;
    text-align: center;
    justify-self: center;
    }

.reviews_text_block_split_white h1{
    padding: 10px;
    margin: 22px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    }

.reviews_text_block_split_white h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #222222;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.reviews_text_block_split_white p{
    padding: 10px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #000000;
    }

.reviews_text_block_split_white ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #000000;
    }

.reviews_text_block_split_white ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #000000;
    }




.reviews_text_block_split_dark{
    background-color: #617171;
    padding-bottom: 26px;
    padding-top: 16px;
    flex-basis: 50%;
    text-align: center;
    justify-self: center;
    }

.reviews_text_block_split_dark h1{
    padding: 10px;
    margin: 22px;
    color: #eefefe;
    font-size: 22px;
    font-weight: bold;
    }

.reviews_text_block_split_dark h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #eefefe;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.reviews_text_block_split_dark p{
    padding: 10px 20px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #ffffff;
    }

.reviews_text_block_split_dark ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    list-style-position: outside;
    text-align: left;
    color: #ffffff;
    }

.reviews_text_block_split_dark ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #ffffff;
    }






.reviews_image_block_split_white{
    background-color: #ffffff;
    flex-basis: 50%;
    text-align: center;
    display: flex;
    }

.reviews_image_block_split_dark{
    background-color: #617171;
    flex-basis: 50%;
    text-align: center;
    display: flex;
    }

.reviews_image_block_fullspan_white{
    background-color: #ffffff;
    text-align: center;
    display: flex;
    }

.reviews_image_block_fullspan_dark{
    background-color: #617171;
    text-align: center;
    display: flex;
    }






.reviews_image_element{
    text-align: center;
    margin: auto;
    align-self: center;
    justify-self: center;
    }

.reviews_image_element img{
    width: 100%;
    max-width: 40rem;
    object-fit: contain;
    margin: auto;
    display: block;
    }

.reviews_image_element h1{
    padding: 10px;
    margin: 22px;
    color: #eefefe;
    font-size: 22px;
    font-weight: bold;
    }

.reviews_image_element h2{
    padding: 20px 20px 10px;
    margin: 0 16px 0;
    color: #eefefe;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    }

.reviews_image_element p{
    padding: 10px 16px 10px;
    margin: 0 16px 0;
    text-align: left;
    color: #ffffff;
    }

.reviews_image_element ul li{
    width: 90%;
    margin-left: 44px;
    list-style: square;
    text-align: left;
    color: #ffffff;
    }

.reviews_image_element ol li{
    width: 90%;
    margin-left: 44px;
    text-align: left;
    color: #ffffff;
    }





.reviews_image_element_large{
    text-align: center;
    margin: auto;
    align-self: center;
    justify-self: center;
    }

.reviews_image_element_large img{
    width: 100%;
    max-width: 70rem;
    object-fit: contain;
    margin: auto;
    display: block;
    }


.reviews_4K_image{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    }

.reviews_4K_image img{
    width: 100%;
    margin: auto;
    object-fit: contain;
    }




.reviews-button{
    height: 10%;
    }


.reviews-button a{
    margin-top: 6px;
    text-decoration: none;
    color: #00ffff;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 10px 26px 10px;
    transition: all 0.6s ease;
    }


.reviews-button a:hover{
    color: #00ffff;
    background: #404040;
    }





@media(max-width: 1000px){
    .reviews_row{
    flex-direction: column;
    }
    
    .reviews_top_header_line p{
    width: 60%;
    }
    
    .reviews_sub_header_line p{
    padding: 10px 20px 10px;
    margin: 0 16px 0;
    }

    
    .reviews_single_line p{
    padding: 20px 20px;
    text-align: left;
    margin: 16px;
    color: #000000;
    }

    .reviews_row{
    width: 96%;
    }
        
}










/*------Blog Tiles------*/

.blog-overview{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background: #ffffff;
    }


.blog-overview-box{
    width: 60vw;
    margin: auto;
    text-align: center;
    background: #ffffff;
    }


.blog-overview-box h3{
    font-size: 26px;
    padding-top: 2%;
    padding-bottom: 60px;
    }


.blog-tiles-container{
    margin: 0 12% 0;
    background-color: #ffffff;
    }


.blog-tiles-frame{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(400px,1fr));
    grid-auto-rows: 600px;
    grid-auto-flow: dense;
    }


.blog-tile{
    margin: 10px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #ffffff;
    }


.blog-tile-photo{
    height: 60%;
    }


.blog-tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }


.blog-tile-text{
    height: 28%;
    padding: 0 0 12px;
    background: #ffffff;
    }


.blog-tile-text span{
    padding-top: 6px;
    font-weight: 300;
    font-size: 20px;
    color: #999999;
    display: block;
    }


.blog-tile-text h2{
    padding: 6px;
    }


.blog-tile-text p{
    padding: 6px 20px 6px;
    }


.blog-tile-button{
    height: 10%;
    background: #ffffff;
    }


.blog-tile-button a{
    margin-top: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #00ffff;
    display: inline-block;
    background: #444444;
    color: #ffffff;
    padding: 10px 26px 10px;
    transition: all 0.6s ease;
    }


.blog-tile-button a:hover{
    color: #00ffff;
    }


@media(max-width: 700px){
    
.blog-tiles-container{
    margin: 0 0% 0;
    }
    
.blog-tiles-frame{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    }

.blog-tile-text span{
    padding-top: 6px;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    display: block;
    }


.blog-tile-text h2{
    padding: 6px;
    font-size: 20px;
    }


.blog-tile-text p{
    padding: 6px 20px 6px;
    font-size: 16px;
    }    
    
    
    
}



/*------Blog Entry------*/


.blog-entry{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    }


.blog-entry-box{
    width: 70vw;
    margin: auto;
    text-align: center;
    background: #ffffff;
    }


.blog-entry-box h3{
    font-size: 26px;
    padding-top: 2%;
    padding-bottom: 12px;
    }


.blog-entry-box span{
    padding-top: 6px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    color: #999999;
    display: block;
    }


.blog-entry-box p{
    margin: 0 20% 0;
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
    }


.blog-entry-box ul{
    width: 70vw;
    margin: 0 20% 0;
    }


.blog-entry-box ul li{
    width: 70vw;
    text-align: left;
    list-style: square;
    list-style-position: outside;
    margin-left: 1em;
    background: white;
    }


.blog-gallery{
    padding-left:10px;
    padding-right:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    }


.blog-gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }





@media(max-width: 700px){
.blog-menu-box li{
    margin: 0 6% 0;
    padding-bottom: 20px;
    list-style-type: square;
    text-align: left;
    }
    

.blog-entry-box p{
    margin: 0 0% 0;
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
    }

    
.blog-entry-box ul{
    width: 70vw;
    margin: 0 0% 0;
    }    
    
    
.blog-entry-box ul li{
    width: 70vw;
    text-align: left;
    list-style: square;
    list-style-position: outside;
    margin-left: 1em;
    background: white;
    }
    
    
.blog-gallery{
    padding-left:0px;
    padding-right:0px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
    grid-auto-rows: 100px;
    }
    

}






/*------Imprint------*/

.imprint{
    width: 60vw;
    margin: auto;
    background: #ffffff;
    }


.imprint-language-link{
    margin: 20px 0 20px;
    font-weight: 600;
    text-align: center;
    }


.imprint-language-link a{
    text-decoration: none;
    color: #0000ff;
    }


.imprint-content{
    margin: 20px 0 20px;
    background: #ffffff;
    }


.imprint-content h3{
    margin-top: 44px;
    margin-bottom: 20px;
    }

#imprint-at-icon{
    color: #000000;
    }




/*------Privacy Notice------*/

.privacy{
    width: 60vw;
    margin: auto;
    background: #ffffff;
    }


.privacy-language-link{
    margin: 20px 0 20px;
    font-weight: 600;
    text-align: center;
    }


.privacy-language-link a{
    text-decoration: none;
    color: #0000ff;
    }


.privacy-content{
    margin: 20px 0 20px;
    background: #ffffff;
    }


.privacy-content h3{
    margin-top: 44px;
    margin-bottom: 20px;
    }

.privacy-content ul{
    margin-left: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.privacy-content ul li{
    list-style: square;
}






/*------Footer------*/

footer{
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, #585858,#222222);
    color: #ffffff;
    padding: 72px 0 26px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    }
    

.footer-first-row{
    height: 20px;
    border-top: 1px solid #9a9999;
    }


.footer-row{
    width: 92%;
    margin: auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    }


.footer-col{
    flex-basis: 24%;
    padding: 10px;
    }


.footer-col:nth-child(2), .footer-col:nth-child(3){
    flex-basis: 16%;
    }


.footer-logo{
    width: 160px;
    margin-bottom: 26px;
    }


.footer-col h3{
    width: fit-content;
    margin-bottom: 16px;
    position: relative;
    color: #00ffff;
    }


.footer-col a{
    color: #00ffff;
    text-decoration: none;
    }


ul li{
    list-style: none;
    margin-bottom: 6px;
    }


ul li a{
    text-decoration: none;
    color: #ffffff;
    }


.social-icons .fa{
    width: 40px;
    height: 40px;
    border-radius: 14%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #222222;
    background: #00ffff;
    margin-right: 16px;
    cursor: pointer;
    }


.fa-regular{
    line-height: 14px;
    font-size: 14px;
    color: #00ffff;
    }


.email-address{
    padding-top: 20px;
    }


.footer-last-row{
    border-top: 1px solid #9a9999;
    padding-top: 40px;
    }


.footer-last-row .fa{
    color: #00ffff;
    }




@media(max-width: 700px){
    footer{
    bottom: unset;
    }


.footer-col{
    flex-basis: 100%;
    }


.footer-col:nth-child(2), .footer-col:nth-child(3){
    flex-basis: 100%;
    }
}
