html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;




background-image: url(/img/background.png);
background-repeat: no-repeat;
background-size: 30%;
background-position: center;


}

@media(max-width: 768px){
html,body
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;

-webkit-width: 100%;
-webkit-height: 100%;
-webkit-overflow-x: hidden;




background-repeat: no-repeat;
background-size: 100%;
background-position: center;
-webkit-background-repeat: no-repeat;
-webkit-background-size: 100%;
-webkit-background-position: center;

}}

.button {
  background-color: lightgrey;
  color: blue;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border:#000000 1px solid;
  display: inline-block;
  font-size: 18px;
  transition-duration: 0.4s;
}

.button:hover {
  background-color: darkgrey; /* Gray */
  color: white;
}

 body{
    padding:0;
    margin:0;
   
}

 body p{
    font: 15px/1.5 Helvetica, Arial,Sans-Serif;
    padding:0;
    margin:0;
   
    color: blue;
    font-weight: bold;
    Font-size: 15;
}

.flex-box{
    margin: 0;
    padding: 0;
    font-family:
         cursive;
    box-sizing: 
         border-box;
    width: 200px;
    height: 200px;
    background:
        linear-gradient
        (purple,red);
        font-size: 25px;
        text-align: center;
        line-height: 20px;
        border-radius: 20px;

    color: white;
}
.flex-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
}
.btn{
    border: 1px solid gray;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "monsterrat";
    cursor: pointer;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
.btn1,.btn2{
    color: #3498db;
}
.btn3,.btn4{
    color: #fff;
}
.btn1:hover,.btn2:hover{
    color: #fff;
}
.btn3:hover, .btn4:hover{
    color: #3498db;
}
.btn::before{
    content: "";
    position: absolute;
    left: 0;
    height: 0%;
    width: 100%;
    background: #3498db;
    z-index: -1;
    transition: 0.8s;
}






.btn1::before,.btn3::before{
    top: 0;
    border-radius: 0 0 50% 50%;
}
.btn2::before,.btn4::before{
    bottom: 0;
    border-radius: 50% 50% 0 0;
}
.btn3::before,.btn4::before{
    height: 180%;
}

.btn1:hover::before,.btn2:hover::before{
    height: 180%;
}
.btn3:hover::before,.btn4:hover::before{
    height: 0%;
}



#topline p{

    text-align:center;
    color: #677882;

}

  header a{
    
    text-decoration:none;
    font-size:16px;
    padding:0px;

    font-weight:bold;
  }





header li{
  float:right;
  display:inline;
  padding: 0 10px 0 5px;
  
}


header nav{
  justify-content: center;
  float:right;
  margin-top:39px;
  margin-right:80px;
  

  
}
header .highlight, header .current a{
  background-color: #909497;
  color:#ffffff;

  font-weight:bold;
}

header a:hover{
  background-color: #ffffff;
  color:#000000;

}

/* Global */
.container{
  width:100%;
  margin:auto;
  overflow:hidden;
  position:relative;
 color:black;
 box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;

  }
  
  .containergif{
  width:100%;
  min-height:450px;
  overflow:hidden;
  position:inherit;
 color:black;
 
  }


  .containerborder{
    width:100%;
    margin:auto;
    overflow:hidden;
    position:relative;
   color:white;
  
   box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }
.containerx{
  width:100%;
  margin:auto;
  padding: 15px;
  overflow:hidden;
  position:relative;
}

  .containerfull{
    width:100%;
    min-height:100px;
    margin:auto;
    overflow:visible;
    background: white;
    position:relative;
    padding-top: 1px;
    padding-bottom: 10px;
 box-shadow:0 1px 12px white, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
  /*  background-position: 50% 50%; */

    }
.containerred{
    position: relative;
    margin: auto;
    width: 40%;
    padding: 500px 0;
    overflow:visible;
    color:white;
   
}

@media(max-width: 768px){
.containerred{
    position: relative;
    margin: auto;
    width: 300%;
    -webkit-width: 300%;
    -webkit-position: relative;
    -webkit-margin: auto;
    -webkit-overflow: visible;
    -webkit-padding: 250px 0;
    overflow:visible;
    color:white;
    padding: 250px 0;
   
}}

.containerslides{
    width:100%;
    height:700px;
    overflow:hidden;
    position:relative;
    color:white;
    box-shadow:0 1px 12px white, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}

.containerreel{
    width: 100%;
    min-height: 100vh;
    overflow:hidden;
    position:relative;
    color:white;
    box-shadow:0 1px 12px white, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}

@media(max-width: 768px){
.containerreel{
    max-height: 250px;
    overflow:hidden;
    position:relative;
    color:black;
    max-width: 95%;
    margin: 0 auto;
    width: 500px;
    height: 300px;
    justify-content: center;
    text-align: justify;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}}

    img{
        max-width: 100%;
        max-height: 70%;
        display: block; /* remove extra space below image */
    }


.containergive{
    max-height: 250px;
    overflow:hidden;
    position:relative;
    color:black;
    max-width: 95%;
    margin: 0 auto;
    width: 500px;
    height: 300px;
    justify-content: center;
    text-align: justify;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}
.containergive3{
    width: 50%;
    max-height: 475px;
    overflow:hidden;
    position:relative;
    color:black;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color: white;
   
}

@media(max-width: 768px){
.containergive{
    max-height: 250px;
    overflow:hidden;
    position:relative;
    color:black;
    max-width: 95%;
    margin: 0 auto;
    width: 500px;
    height: 700px;
    justify-content: center;
    text-align: justify;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}}

@media(max-width: 768px){
.containergive3{
    width: 100%;
    max-height: 460px;
    overflow:hidden;
    position:relative;
    color:black;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color: white;
   
}}

.containergive2{
    overflow:hidden;
    position:relative;
    color:black;
    max-width: 95%;
    margin: 0 auto;
    width: 500px;
    height: 700px;
    justify-content: center;
    text-align: justify;

    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
  
}

.vidContainer{
    width: 100%;
    height: 1000px;
    position:relative;
    color:black;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;

}

.inner-wrapper{
    max-width: 60%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 2.5rem; 
}

.inner-wrapper2{
    max-width: 80%;
    margin: 0 auto;
    text-align: justify;
}

.videoPlayer {
    min-height:450px;
    width:100%;
    position:relative;
    bottom:0;
    left:0;
}
/* "form" by Donald to be used, edit or delete as needed*/


#slides img{
    
    margin:0 auto;
    max-width: 100%;
    max-height: 100%;

}

#form iframe{
   background-color:white;
   margin:auto;
  }



#logo{
position:absolute;
   padding: 0;
   width:120px;
   top: 0px;
   left:80px;
   z-index: 99;


}


#display{
  min-height:450px;


  text-align:center;
  color:#ffffff;
 width:100%;
   margin:auto;

background-size: cover;
box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;

}


#about{
font: 14px/1.5 Arial, Helvetica, Sans-Serif;

}
#about p{
  margin: 20px;
}

#about H1{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:40;
  font-style:normal;
  text-align: center;
  color: grey;
  background-color: transparent;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-text-stroke: .5px grey;
}

#about H2{
  font-family: Arial, sans-serif;
  font-weight:normal;
  font-size:20;
  font-style:normal;
  text-align: center;
  color: white;
  -webkit-text-stroke: .5px Blue;
  border-style: none;
}

#about H3{
  font-family: Arial, sans-serif;
  font-weight:normal;
  font-size:40;
  font-style:normal;
  text-align: center;
  color: white;
  -webkit-text-stroke: .5px Blue;
  border-style: none;
}
#about H4{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:40;
  font-style:normal;
  text-align: center;
 color: grey;
  -webkit-text-stroke: .5px grey;
}

#branding a:link, a:visited{
	font-family: neo_latinaregular, Times, serif;
        color:black;
        text-decoration: none;
      }


#branding  a:hover, a:active {
        color:darkgrey;
      }


      #spacing1 img{
        padding-left:80px;
      padding-top:12px;
      height:80px;
      float:left;

      }
      
      
#spacing img{
padding-top:20px;
padding-right:80px;
height:60px;
float:right;

}

#photos img{
    width:49%;
    margin-left:6px;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #811010;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

.dot {
  cursor: pointer;
  position:relative;
  margin-top:-10px;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: #811010 0.6s ease;
  z-index: 99;
}

.active, .dot:hover {
  background-color: #811010;
}

.fade {
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




#map {
             height: 400px;
             width:100%;
             margin:auto;
            }





@media(max-width: 768px){
.containerfull, .container, .containerred, .containergrey, .containerborder{
  width:100%;

}}


@media(max-width: 768px){
#display2{
    width:100%;
    display:block;
}}
    


@media(max-width: 768px){
#topline p{
    margin:50px;

}}
@media(max-width: 768px){

    .inner-wrapper{
               max-width: 95%;
               margin: 0 auto;


               text-align: justify;


}}




@media(max-width: 768px){
#spacing1 img{
    padding-left:0px;
height:70px;
}}
@media(max-width: 768px){
#spacing img{

      padding-right:0px;
height:50px;
}}

@media(max-width: 768px){
header nav{
  float: left;
  margin-left: -30px;
  margin-top:40px;
  margin-right: -20px; 
 



}}

@media(max-width: 768px){
  #logo{
     padding:0px;
     position:absolute;
     width:50px;
     top: 4px;
     left:195px;
     padding-bottom:5px;
     z-index: 99;

  }}

@media(max-width:768px){

    #form{
   position:absolute;
   background-color:white;
   margin:auto;
   width:100%;
  }}
  @media(max-width:768px){
  #photos img{
    width:100%;
    margin-left:0px;
}}

footer{
  
  padding: 0px;
  margin-top:0px;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  bottom: 0;
  color:#000000;
  background-color:transparent;
  text-align: left;             
  border-top:#000000 1px solid;
}

footer p{
margin-left:5%;

}

facebookcon{
     padding:0;
     position:fixed;
     width:1000px;
     top: 40px;
     left:155px;
     z-index: 99;
    
    
}

/*Custom fonts - added by Donald */

@font-face{
    font-family: neuropol_xbold;
    src: url(fonts/neuropol_x_bold.woff2) format('woff2'),
         url(fonts/neuropol_x_bold.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: neo_latinaregular;
    src: url(fonts/neo-latina-demo-ffp.woff2) format('woff2'),
         url(fonts/neo-latina-demo-ffp.woff) format('woff'),
		 url(fonts/neo-latina-demo-ffp.ttf) format('truetype');		 
    font-weight: normal;
    font-style: normal;

}

neo_latinaregular font{
  font-family: neo_latinaregular;
}

p1 {
  font-family: neo_latinaregular, Times, serif;
    color: #677882;
	Font-size: 20;
    -webkit-text-stroke: .25px #b7adad;
      text-align: justify;
  
     

}

p2 {
  font-family: neo_latinaregular, Times, serif;
    color: white;
	font-weight:lighter;
    -webkit-text-stroke: .25px #FF7F50;

}

.image1{
  display:none;
}
@media(max-width: 768px){
.image1{
  display: block;
  width:100%;
  height:450px;
}}

@media(max-width: 768px){
.videoPlayer{
  display: none;
}}


.footvid{
    min-height:650px;
    width:1000px;
    position:relative;
    bottom:0;
    left:0;
}

@media(max-width:768px){
    .containerslides{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative;
    color:white;
    box-shadow:0 1px 12px white, 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}}
@media(max-width:768px){
    #slides img{
        width:100%;
        
    }
}


@media(max-width: 768px){
.footvid{
    min-height:100px;
    width:300px;
    position:relative;
    bottom:0;
    left:0;
}


photocontainerI{
    width: 100%;
    height: 400px;
    overflow:hidden;
    position:relative;
    color:black;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color:black;
}

linkscon{
        width: 100%;
    height: 400px;
    overflow:hidden;
    position:relative;
    color:black;
    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color:black;
}

imgcurve {
  border-radius: 50%;
}}





/* new CSS instructions by Donald to avoid confusion, starting (06/25/2022) */


#floatbox{

    text-align:center;
    position: fixed; 
    bottom: 0;
    left: 0;
    right:0;
    height: 60px;
z-index: 100;
  color:#ffffff;
  background:#b7adad;
 opacity: 0.75;


}
@media(max-width: 768px){
#floatbox{
height: 50px;
}}


.audiocontainer{
    
    text-align:center;
    position: fixed; 
    bottom: 50;
    left: 0;
    right:0;
    height: 60px;
    z-index: 100;
}

@media(max-width: 768px){
.audiocontainer{
height: 50px;
}}

.containergivex{
  width:100%;
  margin:auto;
  min-height: 1400px;
  overflow:hidden;
  position:relative;
}


.containerbeliefs{
    overflow:hidden;
    position:relative;
    color:black;
    width: 90%;
    margin: 0 auto;
    height: 625px;
    justify-content: center;
    text-align: justify;

    box-shadow:0 1px 12px black, 0 0 40px rgba(0, 0, 0, 0.1) inset;
  
}

.wrap {
  max-width: 95%;
  margin: 0 auto;
  width: 1640px;
  height: 1480px;
  justify-content: center;
  text-align: justify;
  overflow: hidden;

}


@media(max-width: 768px){
            .wrap {
               max-width: 95%;
               margin: 0 auto;
               width: 768px;
               height: 3975px;
               justify-content: center;
               text-align: justify;
               overflow: hidden;

}}

#somiforms iframe {
       background-color:white;
       margin:auto;
       height: 3490px;
       width: 1300px;
}

@media(max-width: 768px){
    #somiforms iframe {
       background-color:white;
       margin:auto;
       Justify-content: center;
       height: 3750px;
       width: 398px;
}}

#jqueryform iframe {
       background-color:white;
       margin:auto;
       height: 2350px;
       width: 1200px;
}

@media(max-width: 768px){
    #jqueryform iframe {
       background-color:white;
       margin:auto;
       Justify-content: center;
       height: 2350px;
       width: 398px;
}}

@media(max-width: 768px){
    #iframe {
       background-color:white;
       margin:auto;
       Justify-content: center;
       height: 8350px;
       width: 398px;
}}

@media(max-width: 768px){
#about H4{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight: bold;
  font-size:22;
  font-style: normal;
  text-align: center;
 color: grey;
  -webkit-text-stroke: .5px grey;
}}


#specialformat p1{
  font-family: neo_latinaregular, Times, serif;
    color: #677882;
	Font-size: 20;
    -webkit-text-stroke: .25px #b7adad;
      text-align: center;
}      

@media(max-width: 768px){
#specialformat p1{
  font-family: neo_latinaregular, Times, serif;
    color: #677882;
	Font-size: 20;
    -webkit-text-stroke: .25px #b7adad;
      text-align: center;
}}

#specialformat p2{
  font-family: neo_latinaregular, Times, serif;
    color: #677882;
	Font-size: 20;
    -webkit-text-stroke: .25px #b7adad;
      text-align: left;
}      

@media(max-width: 768px){
#specialformat p2{
  font-family: neo_latinaregular, Times, serif;
    color: #677882;
	Font-size: 20;
    -webkit-text-stroke: .25px #b7adad;
      text-align: left;
}}
   
      
#specialformat{
    font: 14px/1.5 Arial, Helvetica, Sans-Serif;
}
#specialformat p{
  margin: 20px;
}
#specialformat H1{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:40;
  font-style:normal;
  text-align: center;
 color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;
}

@media(max-width: 768px){
#specialformat H1{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:35;
  font-style:normal;
  text-align: center;
 color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;
}}

#specialformat H2{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:20;
  font-style:normal;
  text-align: center;
  color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;
  border-style: none;
}

@media(max-width: 768px){
  #specialformat H2{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:16;
  font-style:normal;
  text-align: center;
  color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;
  border-style: none;
}}

#specialformat H3{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:30;
  font-style:normal;
  text-align: center;
  color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;
  border-style: none;
}

@media(max-width: 768px){
  #specialformat H3{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight:normal;
  font-size:27;
  font-style:normal;
  text-align: center;
  color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;
  border-style: none;
}}

#specialformat H4{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight: lighter;
  font-size:20;
  font-style:normal;
  text-align: center;
 color: grey;
  -webkit-text-stroke: .5px grey;
  -ms-text-stroke: .5px grey;
  -o-text-stroke: .5px grey;
  -moz-text-stroke: .5px grey;  
}

@media(max-width: 768px){
#specialformat H4{
  font-family:neo_latinaregular, Arial, sans-serif;
  font-weight: bold;
  font-size:16;
  font-style: normal;
  text-align: center;
 color: grey;
  -webkit-text-stroke: .5px grey;
}}

/*
#specialformat a:link, a:visited{
	font-family: neo_latinaregular, Times, serif;
        color:white;
        text-decoration: none;
      }


#specialformat  a:hover, a:active {
        color:white;
      }
      */

#containerconnect{
    width: 100%;
    overflow:hidden;
    position:relative;
    color:inherit;
   
}
@media(max-width: 768px){
.button {
  background-color: lightgrey; /* Blue */
  color: blue;

  text-align: center;
  text-decoration: none;
  border:#000000 1px solid;
  display: inline-block;
  font-size: 18px;
  transition-duration: 0.4s;
}}
@media(max-width: 768px){
facebookcon{
     padding:0;
     position:fixed;
     width:1000px;
     top: 40px;
     left:155px;
     z-index: 99;
    
    
}}

.button2 {
  background-color: lightgrey;
  color: grey;
  padding: 10px 80px;
  text-align: center;
  text-decoration: none;
  border:#000000 1px solid;
  display: inline-block;
  font-size: 18px;
  transition-duration: 0.4s;
}

.button2:hover {
  background-color: darkgrey; /* Gray */
  color: white;
}


/* Aligning two pics on same row */
.column {
  float: left;
  width: 40%;
  padding: 0px;
}
.column2 {
  float: right;
  width: 40%;
  padding: 0px;
}
/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.inner-wrapper3{
    max-width: 80%;
    margin: auto;
    padding-top: 380;
    text-align: justify;
}


@media(max-width: 768px){
/* Aligning two pics on same row */
.column {
  float: left;
  width: 40%;
  padding: 0px;
overflow:hidden;
  position:relative;
}}

@media(max-width: 768px){
.column2 {
  float: right;
  width: 40%;
  padding: 0px;
  overflow:hidden;
  position:relative;
}}

@media(max-width: 768px){
/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}}




@media(max-width: 768px){
.inner-wrapper2{
    max-width: 100%;
    margin: 0 auto;
    text-align: justify;
}}

  .containerhub{
  width:100%;
  min-height:450px;
  overflow:hidden;
  position:inherit;
 color:black;
 
}

@media(max-width: 768px){
  .containerhub{
  overflow:hidden;
  position:relative;
  color:black;
  size: 25%;
 
}}   
  
.billy {
  background-color: red;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border:#000000 1px solid;
  display: inline-block;
  font-size: 18px;
  transition-duration: 0.4s;
}

.billy:hover {
  background-color: grey; /* Gray */
  color: white;
}

@media(max-width: 768px){
  #logos{
        width:50%;
     top: 4px;
     left:-155px;
     z-index: 99;

  }}
  
  #logos{
  padding:0;
position:absolute;
   width:50px;
   top: 5px;
   left:80px;
   z-index: 99;


}

.warningbox{
    margin: 0;
    padding: 0;
    font-family: arial black;

    width: 200px;
    height: 200px;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    background-image: url("/img/warning.gif");
    background-size: cover;
    background-position: center; /* Center the image */

    color: gray;
}
.warningbox-text{
    margin: 0;
    padding: 0;
    font-family: arial;

    width: 600px;
    height: 200px;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;

    color: gray;
}

@media(max-width: 768px){
.warningbox{
    margin: 0;
    padding: 0px;
    font-family: arial black;

    width: 200px;
    height: 200px;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    background-image: url("/img/warning.gif");
    background-size: cover;
    background-position: center; /* Center the image */

    color: gray;
}}

@media(max-width: 768px){
.warningbox-text{
    margin: 0;
    padding: 0px;
    font-family: arial;

    width: 400px;
    height: 200px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;

    color: gray;
}}