body{
	background:#df7e17;
}
@font-face{
	font-family:acid;
	src: url("fonts/acid.otf") format("opentype");
}
.navbar-toggler:focus, .navbar-toggler:hover{
	outline:none;
}

button, input, optgroup, select, textarea{
	outline:none;
}
.mc-auto {
    margin: auto;
}
/*ul.navbar-nav {
    width: 100%;
	height:100%;
}
li.nav-item {
    width: 100%;
}*/
li.nav-item.spnav {
    margin: 0px 20px 0px 20px;
}
a.nav-link.linkcol {
	text-align: center;
    font-size: 13px;
	line-height: 30px;
}
.linkcol {
    color: white;
}
.linkcol:hover {
    color: yellow;
    text-decoration: underline;
}
.active{
	background:#7b10cd;
}
.removepadding {
    padding: 0!important;
}
.removemargin{
	margin: 0!important;
}
.addmargintop{
    margin: 5px 0px 0px 0px;
}
.contents {
    margin: 10px 0px 200px 0px;
}
.homesignupform {
    color: white;
    margin: 30% 10% 10% 10%;
}
b.addfontsize {
    font-size: 27px;
}
.inputdesign{
    width: 100%;
    background: #383838;
    color: #9a9a9a;
    border: none;
    height: 40px;
	text-indent:15px;
}
.btndesign {
    margin: 20px auto;
    display: block;
    background: yellow;
    border: none;
    font-weight: bold;
    padding: 10px;
	color: #383838;
}
.btndesign:hover {
    color: #fff;
}
.subnavdesign{
    background: #383838;
}
.whitebackground{
	background:white;
}
.eventsclip {
    width: 95%;
    margin: 70px auto 0px;
    padding: 10px;
    height: 100%;
}
.messageclip {
    margin: 15% auto;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
}
.clickmore {
    display: block;
    margin-left: auto;
    background: #e14026;
    border: none;
    color: white;
    padding: 5px;
}
.clickmore:hover {
	background:red;
}
.row.textletter {
    display: flex;
    justify-content: center;
    font-size: 45px;
    color: #d9f1f3;
}
.col-md-12.center{
    display: flex;
    justify-content: center;
}
a.putborder {
    padding: 24px;
    border: 2px solid #d9f1f3;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 495px;
    margin: 20px 0px 20px 0px;
}
a.putborder:hover {
    color: yellow;
    text-decoration: underline;
	border: 2px solid yellow;
}
/* The grid: Four equal columns that floats next to each other */
.columnalbum {
    float: left;
    width: 33.33%;    
	padding: 5px 5px 5px 5px;
    height: 120px;
}

/* Style the images inside the grid */
.columnalbum img {
    opacity: 0.8; 
    cursor: pointer; 
}

.columnalbum img:hover {
    opacity: 1;
}

/* Next & previous buttons
.prev, .next {
    cursor: pointer;
    width: auto;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-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);
} */


.button2016{
    border: none;
    background: #fddfda;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    text-indent: 40px;
}
button.firstalbum2016 {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
	    margin: 20px;
}
button.firstalbum2016.btnactive {
    background: linear-gradient(to right, #fddfda 10%,transparent 0%);
}
button.secondalbum2016 {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
	    margin: 20px;
}
button.secondalbum2016.btnactive {
    background: linear-gradient(to right, #fddfda 10%,transparent 0%);
}
.button2017{
    border: none;
    background: #82c341;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    text-indent: 40px;
}
button.firstalbum2017 {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
	    margin: 20px;
}
button.firstalbum2017.btnactive {
    background: linear-gradient(to right, #82c341 10%,transparent 0%);
}
button.secondalbum2017 {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
	    margin: 20px;
}
button.secondalbum2017.btnactive {
    background: linear-gradient(to right, #82c341 10%,transparent 0%);
}
.button2018{
    border: none;
    background: #5957a6;
    color: white;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    text-indent: 40px;
}
button.button2016:focus {
    outline: none;
}
button.button2017:focus {
    outline: none;
}
button.button2018:focus {
    outline: none;
}

.galleryview {
    color: white;
    margin: 40px 0px 40px 0px;
}
.mySlides {
    width: 100%;
    height: 490px;
    text-align: center;
    overflow-y: hidden;
}
.mySlides::-webkit-scrollbar {
    background-color: #DF7E16;
    opacity: 0.5;
 }
 .mySlides::-webkit-scrollbar-thumb {
    background-color: white;
    opacity: 0.5;
    border-radius: 50px;
}
.numbertext {
    text-align: left;
}
button.btnmore {
    width: 100%;
    height: 100%;
    color: #df7e17;
    font-weight: bold;
    background: white;
    border: none;
}
img.demo.cursor.active {
    border: 10px solid #8e25a8;
}