* {
    box-sizing: border-box;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    padding: 15px;
    /* border: 1px solid red; */
    width: 100%;
}
body {
    margin: 0;
    font-family: 'Open Sans';
    }
@media only screen and (max-width: 768px) {
    [class*="col-"] {
      width: 100%;
    }
     /* For mobile: */
     .col-s-1 {width: 8.33%;}
     .col-s-2 {width: 16.66%;}
     .col-s-3 {width: 25%;}
     .col-s-4 {width: 33.33%;}
     .col-s-5 {width: 41.66%;}
     .col-s-6 {width: 50%;}
     .col-s-7 {width: 58.33%;}
     .col-s-8 {width: 66.66%;}
     .col-s-9 {width: 75%;}
     .col-s-10 {width: 83.33%;}
     .col-s-11 {width: 91.66%;}
     .col-s-12 {width: 100%;}
     .content {
         color: white;
    }
     .header {
         text-align: center;
         color: white;
         margin-bottom: 50px;
         font-family: "Open Sans", regular;
         padding-top: 100px;
    }
     .text {
         max-width: 450px;
         font-size: 18px;
         font-family: "Open Sans", regular;
         margin:auto
    }
     .baf-section {
         align-self: flex-end;
         text-align: center;
    }
     .dna-section {
         align-self: flex-end;
         text-align: center;
         margin-top: 10px;
    }
     .refactory-section {
         align-self: flex-end;
         text-align: center;
         margin-bottom: 170px;
         margin-top: 10px;
    }
     .images {
         color: white;
         display: flex;
         justify-content: center;
         place-content: center;
         justify-content: space-evenly;
         margin: 0 auto;
    }
     .baf-image {
         max-width: 200px;
         max-height: 170px;
         align-self: center;
         margin-bottom: 25px;
    }
     .dna-image {
         max-width: 200px;
         max-height: 270px;
         align-self: center;
         margin-bottom: 25px;
         margin-top: 100px;
    }
     .refactory-image {
         max-width: 200px;
         max-height: 60px;
         align-self: center;
         margin-bottom: 25px;
         margin-top: 100px;
    }
     .button {
         color: white;
         text-align: center;
         display: block;
         align-self: flex-end;
         border-color: white;
         border-style: solid;
         width: 150px;
         align-items: center;
         text-decoration: none;
         margin: auto;
         padding-top: 18px;
	 padding-bottom: 18px;
         margin-top: 40px;
    }
    a:hover {
        background-color: lightskyblue;
        transition: 0.3s;
    }
}
  
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .content {
        color: white;
    }
    .header {
        text-align: center;
        color: white;
        margin-bottom: 100px;
        font-family: "Open Sans", regular;
        padding-top: 50px;
    }
    .text {
        max-width: 450px;
        font-size: 18px;
        font-family: "Open Sans", regular;
        margin:auto
    }
    .baf-section {
        align-self: flex-end;
        text-align: center;
    }
    .dna-section {
        align-self: flex-end;
        text-align: center;
        margin-top: 40px;
    }
    .refactory-section {
        align-self: flex-end;
        text-align: center;
        margin-bottom: 170px;
        margin-top: 40px;
    }
    .images {
        color: white;
        display: flex;
        justify-content: center;
        place-content: center;
        justify-content: space-evenly;
        margin: 0 auto;
    }
    .baf-image {
        max-width: 400px;
        max-height: 170px;
        align-self: center;
        margin-bottom: 25px;
    }
    .dna-image {
        max-width: 350px;
        max-height: 270px;
        align-self: center;
        margin-bottom: 25px;
        margin-top: 100px;
    }
    .refactory-image {
        max-width: 400px;
        max-height: 60px;
        align-self: center;
        margin-bottom: 25px;
        margin-top: 100px;
    }
    .button {
        color: white;
        text-align: center;
        display: block;
        align-self: flex-end;
        border-color: white;
        border-style: solid;
        width: 250px;
        align-items: center;
        text-decoration: none;
        margin: auto;
        padding-top: 18px;
        margin-top: 40px;
    }
    a:hover {
        background-color: lightskyblue;
        transition: 0.3s;
    }
    /* .page-wrapper {
        background-image: url(/baf/images/rope-background.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        opacity: 0.85;
    } */
    .page-wrapper-background {
        background-color: #003473;
    }
}
  @media only screen and (min-width: 1300px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .content {
        color: white;
        display: flex;
        justify-content: center;
        place-content: center;
        justify-content: space-evenly;
        margin: 0 auto;
        column-gap: 0.25rem;
    }
    .header {
    text-align: center;
    color: white;
    margin-bottom: 100px;
    padding-top: 150px;
    }
    h1{
        font-size: 38px;
        font-family: "Open Sans"
    }
    .text {
        /* display: inline-block; */
        max-width: 350px;
        font-size: 18px;
        font-family: "Open Sans"
    }
    .baf-section {
        align-self: flex-end;
        text-align: center;
        margin-bottom: 170px;
    }
    .dna-section {
        align-self: flex-end;
        text-align: center;
        margin-bottom: 170px;
    }
    .refactory-section {
        align-self: flex-end;
        text-align: center;
        margin-bottom: 170px;
    }
    .images {
        color: white;
        display: flex;
        justify-content: center;
        place-content: center;
        justify-content: space-evenly;
        margin: 0 auto;
    }
    .baf-image {
        max-width: 400px;
        max-height: 170px;
        align-self: center;
    }
    .dna-image {
        max-width: 350px;
        max-height: 270px;
        align-self: center;
        /* display: flex; */
        
    }
    .refactory-image {
        max-width: 400px;
        max-height: 60px;
        align-self: center;
        margin-bottom: 240px;
    }
    .button { color: white; text-align: center; display: block; align-self: flex-end; border-color: white; border-style: solid; width: 
        250px; align-items: center; text-decoration: none; margin: auto; margin-top: 50px;
	 padding-bottom: 18px;
    }
    a:hover {
        background-color: lightskyblue;
        transition: 0.3s;
    }
}
.page-wrapper, .page-wrapper-background {
    min-height: 100vh;
    min-width: 100vw;
}
.page-wrapper {
    background-image: url(/baf/images/rope-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.page-wrapper-background {
    background-color: #003473;
    background-size: cover;
    opacity: 0.85;
    /* display: flex; */
}
