* {box-sizing: border-box}
body { font-family:"Century Gothic";
       font-size: 14px;
      
       margin:5}
    
    
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*  max-width: 800px; */
  max-width:80%;  
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 40px;
  margin-top: -22px;
  color: Orange;
  font-weight: bold;
  font-size: 45px;
  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);
  /*background-color: lightgray;*/
}

/* Caption text */
.text {
  color: gray;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: gray;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
*/  End Slide Show */


/* ############## Create Two Columns ############# */
/* Create two equal columns that floats next to each other */

.row {
  display: flex;
  min-height: 300px;

}
.column1 {
  float: left;
  width: 15%;
  padding: 10px;
  
  
}
.column2{
  float: left;
  width: 85%; 
  padding: 10px;
  
  
}

/*  ######  Botton ########  */

.button4 {  
    
    margin-top: 20px;
    margin-bottom:20px;
    width: 90%;
    height: 135px;  
    background:white;
    background-hover:orange;
    border: 1;
    border-color: orange;
    color: orange;   
    font-size:80px;
    border-radius: 1px;    
    cursor: pointer;
    text-align: center;
    display: inline-block;
            
}

.button4:hover {
  background-color: orange;
  color: white; // leter color
}


.button2 {  
    
    //margin-top: 10px;
    //margin-bottom:10px;
    width:65%;
    height: 45px;   
    background:lightgray;
    background-hover:yellow;
    border: 1;
    border-color: orange;
    color: #0041C2;   
    font-size:12px;
    border-radius: 2px;    
    cursor: pointer;
    text-align: center;
    display: inline-block;
            
}

.button2:hover {
  background-color: white;
  color: black; 
}




.p1{
   font-family:"Century Gothic";
   color:black;
   font-size:23px;
   
   }

.p2 { 
   font-family: "Lucida Console", "Courier New", monospace;  
   
   color:black;
   font-size: 25px; 
   }

.p3 {   
   font-family:"Optima";
   color:black;
   font-size: 45px;      
   }


.container {
    width: 100%;
    /*border: 1px solid gray;*/
    background-color: #FFFFFF;
    font-size: 16px;  
       
}


.outercontainer{
    margin:3px;
    width: 100%;
    /*border: 1px solid gray;*/
    //background-color: yellow;
    font-size: 16px; 
    padding: 35px 8px 10px 95px;


  
}

.innercontainer_2boxes{
    float:left;
    width:50%;
    /*border: 2px dashed red;*/  
    font-size: 10 px;
    padding: 1.5em;
    text-align: left;        
}





