body {
    font-family: sans-serif;
    height: fit-content;
    width: 100vw;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}




#contacting{
    padding:5vh; background-color: #2E4855; width: 50%; text-align: left; color:white; font-size: larger; font-weight: bolder;
}

.slidershow{
    width: 70%;
    height: fit-content;
    overflow: hidden;
    margin-bottom: 20vh;
    
  }
  .slidershow h2{
      margin-bottom: 10vh;
      margin-top: 5vh;
      text-align: center;
      color: white;
      padding:3vh;
      align-self: center;
      width:fit-content;
      border:2px solid gray;
      background-color: transparent;

  }
  .middle{
    position: relative;
    align-self: center;
    margin-top:5%;
    margin-left: 15vw;
    margin-right: 15vw;
  }
  .navigation{
    position: relative;
    margin-left: 15vw;
    margin-right: 15vw;
    align-self: center;
    display: flex;
  }
  .bar{
    width: 50px;
    height: 10px;
    border: 2px solid #fff;
    margin: 6px;
    cursor: pointer;
    transition: 0.4s;
  }
  .bar:hover{
    background: #fff;
  }
  
  input[name="r"]{
      position: absolute;
      visibility: hidden;
  }
  
  .slides{
    width: 500%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
  }
  
  .slide{
    width: 60%;
    transition: 0.6s;
    align-self: center;
    margin: 5vh;
  }
  .slide img{
    width: 100%;
    height: 100%;
  }
  
  #r1:checked ~ .s1{
    margin-left: 0;
  }
  #r2:checked ~ .s1{
    margin-left: -20%;
  }
  #r3:checked ~ .s1{
    margin-left: -40%;
  }
  #r4:checked ~ .s1{
    margin-left: -60%;
  }
  #r5:checked ~ .s1{
    margin-left: -80%;
  }
  #r6:checked ~ .s1{
    margin-left: -100%;
  }

.row_lg{
    text-align: left;
    font-size: 0.9em;
    width: 80%;
    margin-top:5vh;
    margin-bottom:5vh;
    display: flex;
    flex-direction: row;
    margin-left: 10vw;
    margin-right:10vw;
}
.col-sm-3 p{
    text-align: left;
    padding-left:none !important;
}
.col-sm-3{
    align-content: flex-start;
}

.attestation,.certification{
    height: 90vh;
    width: 50vw;
    background-color: #F6F7F9;
    padding-bottom: 5vh;
}
.attestation{
    border-left: 1px solid rgba(128, 128, 128,0.6);
    
}
.certification{
    border-left: 1px solid rgba(128, 128, 128,0.6);
}

main {
    width: 90vw;
    margin: 0 auto;
    padding: 30px 20px;
}
#subject,#name,#email{
    background-color: transparent;
    border: none;
    border-bottom:1px solid gray;
    margin-top:2vh;
    margin-left:4vw;
    margin-right:4vw;
}
#doc1,#doc2{
    width: 45%; 
    height: 55%;
    z-index: 2;
    float: right;
    padding:1vh;
    margin-right: 2vw;
    align-self: stretch;
}
#doc3,#doc4{
    float: left;
    margin-left: 2vw;
    width: 45%; 
    height: 55%;
    padding:1vh;
    z-index: 2;
}
/*#doc1:hover,#doc2:hover,#doc3:hover,#doc4:hover{
    height: 90%;
    width: 50%;
    overflow: visible;
    margin-top:-5vh;
}*/


/* Slider */
img{
    width:100%;
}
.container {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
    width: 100%;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    top: 0;
    width: inherit;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .roww:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
    width: 100%;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

.modal-header{
    width: 100%;
}
#replace-me{
    width: 70vw;
    padding:5vw;
}

.modal-footer{
    background-color: rgb(63,76,86);
    border-radius: 0 !important;
    justify-content: center !important;
    border: 0 !important;
}
#modalbtn{
    border-radius: 0;
    border: none;
    background-color: white ;
    color: black;
}
#modalbtn:hover{
    outline: none;
}
.modal-content{
    width: fit-content !important;
    border-radius: 0 !important;
}

.nav-tabs{
    width:80vw;
}
.modal-dialog{
    max-width: fit-content !important;
}
.nav-tabs .nav-link{
    color: black;
}
.mainpage{
    display: flex;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(/picture_library/chris-liverani-XLFu0PM5Qsg-unsplash.jpg);
    flex-direction: column;
    position: relative;
    width: 100%;
    /*box-shadow: 0 0 20px rgba(0,0,0,0.6);*/
    height:fit-content;
}
.detailsbtn{
    background-color: #7AAAAA;
    border:1px solid transparent;
    box-shadow: none;
    padding:2vh 0.5vh;
    width: 50%;
    align-self: center;
    color: white;
    margin-top:10vh;
    margin-bottom: 10vh;
}
.flexkex1,.flexkex2{
    flex-direction: row;
    display: flex;
    height: 50%;
}
.flex1,.flex2,.flex3{
    width: 100%;
    font-size: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;
}
.flex4,.flex5,.flex6{
    width: 100%;
    font-size: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;


}
.partcontainer{
    color: white;
    width:30%;
    order:1;
    display: flex;
    flex-direction: column;
    background-color: #243542;
}
.leftcontainer{
    width:70%;
    order: 2;
    display: flex;
    flex-direction: column;
}
.imagecontainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    z-index: 1;
    -webkit-box-shadow: 0px 40px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 40px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 40px 20px 0px rgba(50, 50, 50, 0.75);
}

.partcontainer h2{
    text-align: center;
    vertical-align: middle;
    margin-top:12vh;
    widows: 80%;
    align-self: center;
    overflow: hidden;
}

.certification h2{
    vertical-align: middle;
    margin-top:8vh;
    text-align:left;
    margin-left:2vw;
    margin-bottom: 10vh;

}
.attestation h2{
    vertical-align: middle;
    margin-top:8vh;
    text-align:right;
    margin-right:2vw;
    margin-bottom: 10vh;

}

.img6,.img5,.img4,.img3,.img2,.img1{
    align-self: center;
    margin-top:15%;
    margin-bottom:-10%;
    order: 1;
    color: #92babb;
    width:100%;
    height: 100%;
}

.img6:hover,.img5:hover,.img4:hover,.img3:hover,.img2:hover,.img1:hover{
    font-size: 110%;
}
.flex1:hover,.flex2:hover,.flex3:hover,.flex4:hover,.flex5:hover,.flex6:hover{
    background-color: rgb(195, 224, 224);
    color:white;

}

.text1,.text2,.text3,.text4,.text5,.text6{
    font-size: 2em;
    font-weight: bold;
    white-space: unset;
    float:right;
    order: 2;
    margin-bottom:-10%;
    text-align: center;
    width: 100%;
    height: 100%;
}
.text1 p,.text2 p,.text3 p,.text4 p,.text5 p,.text6 p{
    padding-left:3vw;
    padding-right:3vw;
}

#message{
    border: 1px solid gray;
    background-color: transparent;
    margin-top:2vh;
    width: 157%;
    resize: none;
    height: 200%;
    margin-left:4vw;
    margin-right:4vw;
    margin-bottom: 2vh;
}

header {
    min-height:100vh;
    width: auto;
    background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(/picture_library/soroush-zargar-Tviv9s8vSMg-unsplash.jpg) !important;
    background-size: 100%;
    -webkit-box-shadow: 0px 40px 20px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 40px 20px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 40px 20px 0px rgba(50, 50, 50, 0.75);
    z-index: 2;
}
li{
    list-style-type: none;
}
.navbar {
    max-width: 95vw;
    margin: 0 auto;
    padding: 0px 20px;
    position: fixed;
    
}
.headtext{
    width:40%;
    color: white;
    font-weight: 100;
    text-align: left;
    float: left;
    margin-left: 6vh;
	margin-right:4vw !important;
    white-space: pre-line;
    overflow: unset;
    white-space: pre-wrap;
}
.headpart{
    display: flex;
    flex-direction: row;
    height: fit-content;
    padding-bottom: 4.5vh;
    margin-top:8vh;
    margin-left:10vw;
    margin-right:10vw;
    width:80vw;
}
.contactform{
    width:fit-content;
    height: fit-content;
    background: rgba(255,255,255,0.6);
    height: fit-content;
    padding: 5vh;
    text-align: center;
}
.row{
    align-items: center;
    align-content: center;
    align-self: center;
}
nav{
    margin-top:2vh;
}
.logo {
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-size: calc(3em*0.8);
    line-height: 6vh;
    margin-top:2vh;
    font-family: 'Raleway', sans-serif;
    padding-right:1vw;
    padding-left:1vw;
    padding-top: 1vh;
    border:3px solid gray;
}
.logo p{
    font-size: calc(1.5em *0.5);
    line-height: 2.9vh;
}
.logo a:hover{
    text-decoration: none;
    color: none;
}

nav > ul {
    float: right;
    margin-top:2vh;
}
nav > ul > li {
    text-align: center;
    line-height: 10vh;
    font-size: 1.2em;
    padding-left:6vw;
}

nav ul li:hover {
    cursor: pointer;
    position: relative;
}
nav ul li:hover > ul {
    display: block;
}
nav ul li:hover > a {
    color: #777;
    text-decoration: none;
}

nav > ul > li > a {
    cursor: pointer;
    display: block;
    outline: none;
    width: 100%;
    text-decoration: none;
}
nav > ul > li {
    float: left;
}
nav a {
    color: white;
}
[type="checkbox"],
label {
    display: none;
}

.mapouter{
    position:relative;
    text-align:right;
    height:50vh;
    width:100%;
    overflow: hidden;
    -webkit-box-shadow: 0px -10px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -10px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -10px 15px 0px rgba(50, 50, 50, 0.75);
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:100%;
    width:100%;
    padding:2vh;
    
}
#gmap_canvas{
    width: 100%;
    height: 100%;
    align-self: center;
    
}


@media screen and (max-width: 850px) and (min-width:421px){
    .mainpage{
        width:100%;
        height: fit-content;
    }
    .modal-content{
        width: 99vw !important;
    }
    .nav-tabs .nav-link{
        padding: none !important;
        font-size: smaller;
    }
    .modal-header{
        padding:8px !important;
    }
    .nav-tabs{
        width: fit-content !important;
        float:left;
        text-align: left !important;
    }
    .nav-link{
        padding-left: 0 !important;
        padding-right: 0 !important;

    }
    .slidershow{
        width: 100%;
        margin-left: 0 !important;
    }
    .navigation{
        position: relative;
        margin-left: 10vw;
        margin-right: 10vw;
        align-self: center;
        height: 20vh;
        width: fit-content;
        display: flex;
        z-index: 999;

      }
      .docs{
          flex-direction: column;
      }
    .slid{
        height: fit-content;
    }
    .logo{
        width: 100%;
        margin-left: 8vw;
    }
    header{
        height: fit-content;
        background-size: 150%;
        -webkit-box-shadow: 0px 40px 20px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 40px 20px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 40px 20px 0px rgba(50, 50, 50, 0.75);
    }
    label {
        display: block;
        background: transparent;
        width: 6vh;
        height: 6vh;
        cursor: pointer;
        position: absolute;
        right: 5vw;
        top: 8vh;
    }
    .attestation h2, .certification h2{
        text-align: center;
    }
    #doc1, #doc4{
        margin-right: 10vw !important;
        margin-left:10vw;
        width: 65%;
    }
    
    #doc3, #doc2{
        margin-left: 10vw !important;
        margin-right:10vw;
        width: 65%;
    }
    .imagecontainer{
        height: fit-content;
        flex-direction: column;
    }
    .partcontainer h2{
        margin-top:10vh;
    }
    .leftcontainer{
        flex-direction: row;
        width: 100%;
    }
    .flexkex1,.flexkex2{
        flex-direction: column;
        width: 50%;
    }
    .row_lg{
        flex-direction: column;
    }
    .col-md-3{
        padding-left: 0 !important;
    }

    .flex1,.flex2,.flex3,.flex4,.flex5,.flex6{
        height: 30vh;
        width: 100%;
        border: 1px solid transparent;
    }

    .text1,.text2,.text3,.text4,.text5,.text6{
        width:100%;
    }
    .text1 p,.text2 p,.text3 p,.text4 p,.text5 p,.text6 p{
        width: 100%;
        text-align: center;
        font-size: 1em;
    }
    .partcontainer{
        width:100%;
        padding-bottom: 5vh;
    }
    .docs{
        flex-direction: column;
    }
    .attestation, .certification{
        height:fit-content;
        flex-direction: column;
    }
    .mapouter{
        flex-direction: column !important;
        height: fit-content;
    }
    .gmap_canvas{
        width: 100%;
        height: 50vh;
    }
    #contacting{
        width: 100%;
    }
    .row_lg{
        width:95vw;
        margin-left:1vw;
        margin-right:1vw;
    }
    .slidershow h2{
        margin-left:20vw;
        margin-right:25vw;
    }
    label:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background: #777;
        margin: 7px 5px;
        color:#777;
        box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
    }
    [type="checkbox"]:checked ~ ul {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 3vw;
        left: 3vw;
        color:#777;
    }
    nav a {
        color: #777;
    }
    nav ul{
        margin-top:2vh;
    }
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        background: white;
        text-indent: 20px;
    }
    nav > ul > li {
        margin-left: 0px;
    }
    li{
        list-style-type: none;  
    }
    nav ul {
        display: none;
    }
    .headpart{
        flex-direction: column;
        margin-left:5vw;
        margin-right:5vw;
        line-height: none;
        width: 90vw;
        margin-top:none;
        padding-bottom: 2vh;
    }
    header{
        background-size: 400%;
        height: fit-content;
        background-position: center;
    }
    .headtext{
        text-align: center;
        width:fit-content;
        vertical-align: middle;
        margin-left:6vw;
        margin-right:2vw;
        margin-bottom: 2vh;
    }
    .contactform{
        margin-left:14vw;
        margin-right: 10vw;
        line-height: none;
    }
    .gmap_canvas{
        width: 100% !important;
    }
    .col-sm-3.col-xs-12{
        display: none;
    }
}
@media screen and (min-width:1486px) {
    .headtext{
        margin-right:15vw;
    }
    header{
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 100vh !important;
    }
    .navbar{
        font-size: 1.2em;
    }
    .imagecontainer{
        font-size: 1.5em;
    }
    .slid{
        background-attachment:center;
        background-size: 170%;
        background-repeat: no-repeat;
    }
    #changetext{
        font-size: 0;
        visibility: hidden;
    }
    #changetext:after{
        content: 'Электробезопасность';
        font-size: 1.2em;
        visibility: visible;
        font-weight: bold;
    }
}
@media screen and (min-width:1650px) {
    .navbar{
        font-size: 1.3em;
    }
    #doc1,#doc2,#doc3,#doc4{
        width: 45%;
        height: 65%;
    }
}
@media screen and (min-width:1750px) {
    .navbar{
        font-size: 1.4em;
    }
}

@media screen and (max-width: 421px) and (min-width:0px) {
    .col-sm-3 h2{
        font-size: 2em;
    }
    #contacting{
        padding:5vh; background-color: #2E4855; width: 100%; text-align: left; color:white; font-size: smaller; font-weight: bolder; display: none;
    }
    #contacting h1{
        font-size: 2em;
    }
    .col-sm-3 p{
        font-size: smaller;
    }
    #id1,#id2,#id3,#id4{
        margin-left:18vw;margin-right:10vw; margin-top:8vh; margin-bottom:8vh
    }
    .mainpage{
        height: fit-content;
    }
    .attestation h2, .certification h2{
        text-align: center;
        font-size: 1.4em;
    }
    #doc1, #doc4{
        align-self: center;
        width: 90%;
    }
    .slide{
        width: 90%;
    }
    #doc3, #doc2{
        align-self: center;
        width: 90%;
    }
    .imagecontainer{
        height: fit-content;
        flex-direction: column;
    }
    .partcontainer h2{
        margin-top:10vh;
    }
    .leftcontainer{
        flex-direction: row;
        width: 100%;
    }
    .flexkex1,.flexkex2{
        flex-direction: column;
        width: 50%;
    }
    .nav-tabs .nav-link.active{
        border:2px solid gray !important;
        border-radius: 0 !important;
    }
    .modal-dialog{
        margin-left:4vw !important;
        margin-right:4vw !important;
    }
    .modal-content{
        width:90vw;
    }
    .row_lg{
        flex-direction: column;
    }
    .col-md-3{
        padding-left: 0 !important;
    }

    .flex1,.flex2,.flex3,.flex4,.flex5,.flex6{
        height: 30vh;
        width: 100%;
        border: 1px solid transparent;
    }

    .text1,.text2,.text3,.text4,.text5,.text6{
        width:50%;
        margin-left:10vw;
        margin-right: 10vw;
        font-size: 1.4em !important;
    }
    .text1 p,.text2 p,.text3 p,.text4 p,.text5 p,.text6 p{
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2vh;
    }
    .img1,.img2,.img3,.img4,.img5,.img6{
        margin-top:10vh;
    }
    .partcontainer{
        width:100%;
        padding-bottom: 5vh;
    }
    .docs{
        flex-direction: column;
    }
    .attestation, .certification{
        height:fit-content;
        flex-direction: column;
    }
    
    .logo{
        width: 100%;
        margin-left: 10vw;
    }
    label {
        display: block;
        background: transparent;
        width: 6vh;
        height: 6vh;
        cursor: pointer;
        position: absolute;
        right: 5vw;
        top: 8vh;
    }
    label:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background: #777;
        margin: 7px 5px;
        color:#777;
        box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
    }
    [type="checkbox"]:checked ~ ul {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 3vw;
        left: 3vw;
        color:#777;
    }
    nav a {
        color: #777;
    }
    nav ul{
        margin-top:2vh;
    }
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        background: white;
        text-indent: 20px;
    }
    nav > ul > li {
        margin-left: 0px;
    }
    li{
        list-style-type: none;  
    }
    nav ul {
        display: none;
    }
    .headpart{
        flex-direction: column;
        margin-left:5vw;
        margin-right:5vw;
        line-height: none;
        padding-bottom: 2vh;
        width: 90vw;
        height: fit-content !important;
        margin-top:none;
    }
    .contactform{
        height: fit-content;
    }
    header{
        background-size: 580%;
        background-attachment: bottom;
        background-repeat: no-repeat;
        height: fit-content !important;
        padding-bottom: 5vh;
    }
    .headtext{
        text-align: center;
        width:fit-content;
        vertical-align: middle;
        margin-left:6vw;
        margin-right:2vw;
        margin-bottom: 2vh;
        
    }
    h3{
        font-size: 1em !important;
    }
    .contactform{
        align-self: center;
        width: 80vw;
        line-height: none;
    }
}
@media screen and (max-width:1154px){
    .nav-tabs{
        font-size: small;
        text-align: left;
    }
    .nav-tabs .nav-link.active{
        font-weight: bolder;
        color:rgb(63,76,86)
    }
    .modal-content{
        position: static;
    }
}
@media screen and (max-width: 1485px) and (min-width:1154px) {
    nav > ul > li{
        padding-left:5vw;
    }
    header{
        background-size: 250%;
        background-position: bottom;
        height: fit-content;
    }
    .headtext{
        width:50%;
        margin-left:-2vw;
        margin-top:2vh;
    }
    .slidershow h2{
        text-align: center;
    }
    .slid{
        background-attachment:center;
        background-size: 170%;
        background-repeat: no-repeat;
    }
    .attestation, .certification{
        height: 50%;
        padding-bottom: 10vh;
    }
}
@media screen and (max-width: 1159px) and (min-width:1009px) {
    nav > ul > li{
        padding-left:3vw;
    }
    header{
        background-size: 250%;
        height: fit-content;
        background-position: bottom;
    }
    .headtext{
        width:50%;
        margin-left:-2vw;
        text-align: left;
    }
    .headtext h3{
        align-self: center;
        margin-left:2vw;
        margin-top:-4vh;
        white-space: pre-wrap;
    }
    .detailsbtn{
        margin-top:0
    }
    .imagecontainer{
        height: 50vh;
    }
    .partcontainer h2{
        margin-top:10vh;
        margin-bottom:10vh;
    }
    .slidershow h2{
        margin-left:20vw;
        margin-right: 25vw;
    }
    .attestation, .certification{
        height:80vh;
    }

}
@media screen and (max-width: 1008px) and (min-width:850px) {
    #id1,#id2,#id3,#id4{
        margin-left:18vw;margin-right:10vw; margin-top:8vh; margin-bottom:8vh
    }
    nav > ul > li{
        padding-left:3vw;
        font-size:1em;
    }
    .nav-tabs{
        width: 95vw;
    }
    .modal-content{
        width: 95vw !important;
    }
    .nav-tabs .nav-link{
        padding-bottom: 0.9em !important;
        padding-top: 0.9em !important;
        padding-left:0em !important;
        padding-right:0em !important;
        font-size: small;
    }
    .mainpage{
        height: fit-content;
    }
    .headpart{
        flex-direction: column;
    }
    header{
        background-size: 400%;
        height: fit-content;
        margin-top: 0 !important;
        background-position: bottom;
    }
    .headtext{
        width: fit-content;
        text-align: center;
        margin-left:6vw;
        margin-right:2vw;
    }
    .contactform{
        margin-top:4vh;
        margin-left:12vw;
        margin-right: 10vw;
    }
    .imagecontainer{
        height: 45vh;
    }
    .partcontainer h2{
        margin-top:5vh;
        font-size: 1.7em;
    }
    .attestation, .certification{
        height:100%;
    }
    .mapouter{
        flex-direction: column !important;
        height: fit-content;
    }
    .gmap_canvas{
        width: 100%;
        height: 50vh;
    }
    #contacting{
        width: 100%;
    }
    .row_lg{
        width:95vw;
        margin-left:1vw;
        margin-right:1vw;
    }
    .slidershow h2{
        margin-left:20vw;
        margin-right:25vw;
    }
    .docs{
        height: 67vh;
    }
}
footer {
    text-align: center;
    color: #fff;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8));
  }
