header {font-family: 'Doto', sans-serif;
		color: ghostwhite;
		text-align: right;
		font-size: small;
		color: darkred;
}
a:visited{  
        color: ghostwhite;  
         }  
a:hover{  
        color: orangered;  
         }  
a:active{  
        color: lightcyan;  
         }  

ul {
  ist-style-type: none;
  margin: 0;
  padding: 0;
 /*list-style: none;*/
 /* margin: 0;*/
 /* padding: 0;*/

 /* column-count: 2;*/
  /*column-gap: 1em; /* space between the columns */
}

li{
     display: inline;
    
 
}

body {
		background-image: url(https://weduitglobal.com/PortBG.png);
		background-size: cover ;
/*		font-family: 'Doto', sans-serif;
*/		color: #c103ca;
				;

}

h1 {	
		color: #a6ffe1;
		text-align: center;
		/*border: 1px solid rgba(45, 100, 195, 0.25);*/
		cursor: wait; 
		font-family: 'Doto', cursive;

}
 
 h3 {

 	color: slategray;
 }

 .linkable1 {
 	font-size: 16pt;
 	font-family: "Doto", cursive;
 	color: whitesmoke;

 }

 .linkdesc {
 	font-size: 15pt;
 	font-family: 'Doto', sans-serif;

 }

.firstwspic {
font-family: 'Doto, sans-serif';
  width: 500px;
  padding: 15px;
  border: 2px solid #a6ffe1;
  margin: 0.25;
  color: #a6ffe1;
  
 
  
 /*float: right;
  display: inline;*/
  
 
}

.section {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;     /* gutter between items */
}

section.section > * {
  flex: 1 1 calc(50% - 1rem);   /* two columns with gap considered */
  box-sizing: border-box;
}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}



