nav {
    padding: 1rem;

}
html {
	scroll-behavior: smooth;
}

#nav {
    background: #272727;
    position: fixed;
    top: 0;
    width: 100%;
    height: 3.2rem;
    z-index: 999;
}

nav #links {
    position: fixed;
    right: 0.2rem;
    top: 0.2rem;
}

td:first-child {
    text-align: left;
}

td {
    text-align: center;
}

table,
th {
    margin: 0;
    padding: 0;
}

table,
th,
tr,
td {
    border: none;
}

nav #logo {
    left: 0rem;
    position: fixed;
    top: 0rem;
    font-size: 1.2rem;
    font-weight: 400;

}

#links {
    float: right;
    margin-top: 0.5rem;
}

#links a {
    margin-left: 1rem;
    margin-right: 1rem;
}

#front {
    position: relative;
}

#welcome {
    margin-top: 2rem;
    font-size: 2rem;
}

#showcase {
    width: 100vw;
    height: auto;
    background: black;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;


}
.visit{
    background: linear-gradient(#33ccccaa, #2CEAA3aa);
    border:none;
    padding:1rem;;
    
    border-radius:5px;
}
.nava {
    overflow: hidden;
    top: 0;
}

#actuals {
    display: block;
    background: #272727;

}
.bigIcon{
    font-size:1.4rem;
    text-align:center;
}
#visitmob{
    font-size:1.6rem;
}

@media screen and (min-width: 1000px) {
    #visitmob {
        display: none;
    }
}


@media screen and (max-width: 1000px) {
    .nava a {
        display: none;
    }

    #visit {
        display: none;
    }

    .nava a.icon {
        float: right;
        display: block;
    }

    .nava.responsive {
        width: 100%;
        height: 100%;
    }
}

.icon {
    border: none;
    display: none;
    right: 0.2rem;
}

@media screen and (max-width: 1000px) {
    .nava.responsive {
        position: relative;
    }

    .nava.responsive .icon {
        position: fixed;
        display: show;


    }

    #actuals {
        margin-top: 2.3rem;
    }

    .nava.responsive a {
        float: none;
        display: block;
        text-align: center;
        border: none;
    }

    #link2 {
        margin-top: 2rem;
    }

    #welcome {
        font-size: 1.5rem;
    }
}


* {
    box-sizing: border-box
}


/* Slideshow container */
.slideshow-container {
    position: relative;
    background: black

}


/* Slides */
.mySlides {
    display: none;
    padding: 80px;
    text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    background: linear-gradient(#33ccccaa, #2CEAA3aa);
    color:white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    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: linear-gradient(#33ccccdd, #2CEAA3dd);
    color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: black;
}

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

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
    background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: #33cccc;
}

nav a {
    border: none;
    border-radius: 5px;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}