@media (min-width: 768px) {
    .fullWidth {
    width: 100%;
    height: 750px;
}
}

@media (max-width: 768px) {
       .fullWidth {
    width: 100%;
    height: 600p;
}
}




.fa {
    color: white;
    font-size: 30px;
    padding-left: 10px;
    padding-top: 7px;
    
}

.headerImg {
    padding: 0;
}


.removeSpace {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.removeSpace {
    padding: 0 !important;
    margin: 0 !important;
}


.navbar-toggle {
    position: absolute;
    top: 5px;
    left: 10px;
}

.noPadding {
    padding: 0;
}

.pics {
    height: 325px;
    width: 650px;
}

.pics2 {
    height: 400px;
    width: 650px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration-color: none;
    font-size: 25px;
    color: silver;
    display: block;
    transition: 0.3s;
}



.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

body {
font-family: 'Electrolize', sans-serif;
    text-align: center;
    background-color: white;
    color: black;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

* {
font-family: 'Electrolize', sans-serif;
}

audio {
    display: none;
}

.mySlides {
    width: 100%;
    height: 880px;
    
    
}

@media (max-width: 768px) {
    .mySlides {
        width: 100%;
        height: 440px;
    }
}

.content {
    padding: 4px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: white;
}

.content-container {
    background-color: white;
}

.navBar{
    text-align: center;
    top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.navbar {
        margin-bottom: 0;
    border-radius: 0;
}

#slogan {
    font-size: 30px;
    color: gold;
}


.navItems:hover {
    color: silver;
    text-decoration: blinks;
    border: 1px solid white;
    
}

.articleItems {
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-top: 50px;
}

.articleItem {
    margin-left: 30px;
    margin-right: 30px;
}

@media (min-width: 768px) {
    .articleImage{
           height: 300px;
    width: 500px;
    margin-bottom: 40px;
        
    }
}

@media (max-width: 768px) {
    .articleImage {
    height: 200px;
    width: 225px;
    margin-bottom: 10px;
    }
}

.slides {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

.topLeft {
    position: absolute;
    right: 0px;
    font-size: 20px;
    color: gold;
}

.skyline {
    position: static;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: -1;
}

.footerbg {
    margin-top: 127px;
    width: 100%;
    height: 50%;
    background-image: url(./images/skyline.jpg);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    color: white;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .footerbg {
        width: 100%;
        height: 25%;
    }
}

.socialmedia {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ixcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.bgimg{
    background-image: url("./images/jcolethum2.jpg");
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
font-family: 'Electrolize', sans-serif;
    font-size: 25px;
    
}

topLeft{
    position: absolute;
    top: 0;
    right: 15px;
    
}

.middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    
}

.bottomLeft{
    position: absolute;
    bottom: 0;
    left: 16px;
    
}

#enterBtn{
    background-color: white;
    border: 1px solid black;
    color: black; 
}



#enterBtn:hover{
    background-color: black;
    color: white;
}

.header {
    width: 100%;
}


@media (min-width: 786px) {
    .content-about{
        padding-top: 40px;
    }
}

@media (max-width: 768px) {
    .content-about{
        padding-top: 20px;
    }
}

.about-title, .about-subTitle {
    text-align: center;
    
}

.centered {
    display: block;
    margin: auto;
}


@media (min-width: 1200px) {
    .about-subTitle {
        margin-left: 200px;
        margin-right: 200px;
    }
}

.centerIt {
    justify-content: center;
    align-items: center;
    display: flex;
}





