
body {
    width:100vw;
    height:100vw;
    background: linear-gradient(to right top, #e5a544,blue) fixed;
    margin:0;
    font-family:"Trebuchet MS", "Verdana", Arial,sans-serif;
}

#main {
    width:100%;
    height: 25%;margin-top: 2%;position: relative;
}

.center {
    /* margin:auto; */
    text-align:center;
}
/*    **********     header et al. styling  *******  */
    #header {
        /* width: 100%; */
        /* background-color: red; */; /* height: 30px; */; display: none;position: relative;
    }

    #witw-header {
        font-size:1.5vw;
        width: 90%;
        height:100%;
        margin: auto;position: relative;}
    #first {
        width: 50%;
        height:100%;
        float: left;overflow: hidden;
    }
    #inner-first {
        padding: 5%;left: 10%;
        /* width: 50vw; */
    }
    #second {
        width: 30%;
        height:100%;
        float: right;; /* overflow: hidden; */; /* left: 80%; */
    }
    #inner-second {
        position:absolute;
        /* left:5%; */
    }
    #rotating-globe-canvas-wrapper {
        padding:5%;
    }
    #inner-first, #inner-second {
        position:absolute;/* left: 5%; */
        /* top:0;right:0;bottom:0;left:0; */
    }

    #rotating-globe {
         width:'1vw';
         height:'1vw';
    }

    #clear {
        clear: both;
    }

    h1 {
		font-size:2.2em;
		color:white;

		-webkit-text-fill-color: white; /* Will override color (regardless of order) */;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
	}

    h3 {font-size:1.4em;
		color:white;

		-webkit-text-fill-color: white; /* Will override color (regardless of order) */;
/* 		-webkit-text-stroke-width: 1px; */
		-webkit-text-stroke-color: black;
	}



.cycle-slideshow {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
    z-index: 1;
}

.cycle-slideshow img {width:100%; height:auto}
}



.custom {
	left: 5% !important;
    visibility: hidden;
    font-family: tahoma, arial;
    bottom: 80% !important;
    width: 60% !important;
    z-index: 600;
    color: white;
    position: absolute;
    display: block;
    opacity: 1 !important;
    width: 60% !important;
    padding: 20px !important;
    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0)) !important;
    /* background-position: initial initial; */
    font-size:1.2em !important;

}

#wmd-overlay-wrapper {
    position:absolute;
    visibility: hidden;
    opacity:1;
    display:table;/* opacity: 1; */
    height:auto;
    width:100%;
    padding: 20px;
    z-index: 120;
    font-size: 2vw;
    text-shadow: 2px 2px 5px black;
    top:7%;
    left:5%;color: white;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0)) !important;
    /* background-position: initial initial; */
}

#wmd-overlay {
    font-family: verdana,arial, sans-serif;
    position:table-cell;
    height: auto;
    width: 70%;
    padding: 5px 5%;
    color: #efefef;
    top:0%;
    z-index: 1;
    visibility: hidden;

    background: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0)); /* Standard syntax (must be last) */
}
.myButton {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(61, 72, 104, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.myButton:hover {
    background-color: rgba(42, 44, 104, 1);
}

.myButton:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}

#arrows-and-pager {
    width:90%;
    margin:20px auto;

}
.button {
  background-color: rgba(0, 0, 0, 1);
  border: 1px solid white;
  color: white;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1em;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 15px;
    top:0;
}

.button:hover {
	border: 2px solid white;
}
#tellme {
background-color: green;
}

#custom-pager {
	margin-bottom:20px;
}
#custom-pager a {
	text-decoration: none;
	color:white;
}
#custom-pager a:hover {
/* 	font-size:1.1em; */
	background-color: green;
	border:1px solid white;
}
.custom-pager-active {
    border:1px solid white;
	background-color: black ;
}

@media (max-width: 740px){
    h1 {
        font-size:2.5em;
        color:white;

        -webkit-text-fill-color: white; /* Will override color (regardless of order) */;
        -webkit-text-stroke-width: 0;
        /* -webkit-text-stroke-color: black; */
    }

    h3 {font-size:1.7em;
        color:white;

        -webkit-text-fill-color: white; /* Will override color (regardless of order) */;
		-webkit-text-stroke-width: 0;
        /* -webkit-text-stroke-color: black; */
    }
}
