
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: 10%;margin-top: 2%;position: relative;top: 3%;
}

.center {
    text-align:center;
}
/*    **********     header et al. styling  *******  */
    #header {

        display: none;
        position: relative;
    }

    #witw-header {
        font-size:1.5vw;
        width: 90%;
        margin: auto;position: relative;}


    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;
		-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: 80%;}
}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer;left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer;right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

.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: relative;
    /* visibility: hidden; */
    opacity:1;
    /* display:table; *//* opacity: 1; */
    height:auto;
    width: 80%;
    padding: 20px 0;
    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;margin-left: auto;margin-right: auto;
    margin-bottom: 1%;
    text-align: center;
    /* background-position: initial initial; */
}
.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);
}


.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;
}
#arrows-and-pager {
    width:90%;
    margin:20px auto;

}
#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 ;
}

.cycle-slide {
    object-fit: contain;
}

@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; */
    }

    #wmd-overlay-wrapper {
        font-size:4vw;
        padding:5px 0;
    }

    #arrows-and-pager {
        font-size:.7em;
    }
}
