/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
     ;
}
.cell {
    height: 100px;
}

/* default - small devices */

[class*="col"] {
    grid-column-end: span 12;
}

/* below 600px typically tablet*/

@media only screen and (max-width: 600px) {
    .sm1 {
        grid-column-end: span 12;
    }
    .sm2 {
        grid-column-end: span 6;
    }
    .sm3 {
        grid-column-end: span 4;
    }
    .sm4 {
        grid-column-end: span 3;
    }
    .sm6 {
        grid-column-end: span 2;
    }
    .sm12 {
        grid-column-end: span 1;
    }
}

/* above 601px typically tablet*/

@media only screen and (min-width: 601px) {
    .md1 {
        grid-column-end: span 12;
    }
    .md2 {
        grid-column-end: span 6;
    }
    .md3 {
        grid-column-end: span 4;
    }
    .md4 {
        grid-column-end: span 3;
    }
    .md6 {
        grid-column-end: span 2;
    }
    .md12 {
        grid-column-end: span 1;
    }
}

/* above 1025px typically desktop*/

@media only screen and (min-width: 1025px) {
    .col1 {
        grid-column-end: span 12;
    }
    .col2 {
        grid-column-start: 1;
        grid-column-end: span 6;
    }
    .col3 {
        grid-column-start: 7;
        grid-column-end: span 5;
    }
    .col4 {
        grid-column-end: span 3;
    }
    .col6 {
        grid-column-end: span 2;
    }
    .col12 {
        grid-column-end: span 1;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/

/*Containers*/

/*Containers*/

.null {
    grid-column-end: span 12;

    height: 220px;
margin-top: 10%; 
    background-color:  rgba(0, 0, 0, 0.0);

}


.bx1 {
    grid-column-start: 2;
    grid-column-end: 12;
    border: 5px solid black;
    height: 100px;
      border-radius: 25px;
    align-content: center;
    background-image: linear-gradient(180deg, #72b3b7, black);
}



.bx3 {
grid-column-start: 1;
    grid-column-end: 9;
    border: 5px solid black;
    height: 600px;
    width: 100%;
      border-radius: 25px;
    align-content: center;
    background-color: #E3C8F2;
    margin-left: 2%;
      text-align: center;
    padding-bottom: 5%;
    position: relative;
        bottom: 30px;
}

.imgbx {
      align-content: center;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    height: 90%;
   padding-top: 2%;



}


.bx4 {
grid-column-start: 9;

    grid-column-end: 12;

    height: 1000px;
      border-radius: 25px;
    align-content: center;

    margin-left: 10%;

      text-align: center;
}

.bx5 {
grid-column-start: 1;
    grid-column-end: 9;
    border: 5px solid black;
    height: 200px;
    width: 100%;
      border-radius: 25px;

    background-color: #000000;
    margin-left: 2%;
     margin-top: 4%;
      align-content: center;
    text-align: center;
    position: relative;
    bottom: 400px;
}

.bx6 {
  border: 5px solid black;
    height: 245px;
    width: 325px;
       margin-top: 10%;
    margin-left: 10%;
      border-radius: 25px;
    align-content: center;
    background-color: #000000;
 padding-left: 10%;
    padding-right: 10%;
    
    
    color: #DAE9F3;
       font-family: Aclonica;

      text-align: center;
    padding-top: 2%;
     padding-bottom: 2%;
        transition-duration: 0.9s;
}

.bx6:hover {
grid-column-start: 8;
border: 5px solid black;
    height: 245px;
    width: 325px;
       margin-top: 10%;
    margin-left: 10%;
      border-radius: 25px;
    align-content: center;
    background-color: #72b3b7;
 padding-left: 10%;
    padding-right: 10%;
    
    
    color: #DAE9F3;
       font-family: Aclonica;

      text-align: center;
    padding-top: 2%;
     padding-bottom: 2%;
        transition-duration: 0.9s;
}









.inbx {

    border: 5px solid black;
    height: 250px;
    width: 100%;
       margin-top: 5%;
    margin-left: 10%;
      border-radius: 25px;
    align-content: center;
    background-color: #875C95;
 padding-left: 10%;
    padding-right: 10%;
      font-size: 1.vw;
    
    color: #DAE9F3;
       font-family: Aclonica;

      text-align: center;
    padding-top: 2%;
     padding-bottom: 1%;
    position: relative;
    bottom: 110px;
}


/*Text boxes*/

.titletxt {
    font-size: 4.5vw;
    margin-left: 5%;
    text-align: center;
    font-weight: 50;
    color: #dae9f3;
 

    font-family: Aclonica;
}

.subtxt {
    font-size: 4vw;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-weight: 50;
    color: #000000;
    padding-top: 5%;
padding-bottom: 5%;
    font-family: Pompiere;
}

.subtxt2 {
    font-size: .5vw;
    margin-left: 5%;
    text-align: center;
    font-weight: 50;
    color: #DAE9F3;

    font-family: Aclonica;
}




/*Text button*/
.subtxt3 {
    font-size: 2.5vw;
    align-content: center;
    text-align: center;
    font-weight: 50;
    color: #E3C8F2;
    background-color:#282C32;

    font-family: Pompiere;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 33%;
    margin-left: 33%;
    margin-right: 33%;
        transition-duration: 0.9s;
      
}

.subtxt3:hover {
    font-size: 2.5vw;
    align-content: center;
    text-align: center;
    font-weight: 50;
    color: black;
    background-color:#E3C8F2;

    font-family: Pompiere;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 33%;
    margin-left: 33%;
    margin-right: 33%;
    border-radius: 100px;
          transition-duration: 1s;
}



/*Text boxes*/

/*subgrid*/
.grid2 {
    margin-top:2%; 
    padding-top: 5%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
  background-color:  rgba(0, 0, 0, 0.4)
      
}


/*FONTs*/
@font-face {
    font-family: Aclonica;
    src: url(Aclonica.ttf);
}
@font-face {
    font-family: Pompiere;
    src: url(pompiere-regular.ttf);
}
/*FONT*/

/*BG*/
bg {
    background-image: url("BG.jpeg");
}

/*BG*/
