* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    background-image:url(images/paper-fibres.jpg);
}

main {
    display: flex;
    flex-wrap: wrap; 
    font-family: sans-serif;
}

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

h1, h3 {
    font-family: 'Kaushan Script', cursive; 
}

.iconfa {
    text-decoration: none;
    color:white;
    text-shadow: 1px 1px darkred;
} 

section img {
    height: 175px;
    border-radius: 15px;
    margin-left: 10px; 
}

 .collapsible {
    padding: 5px 15px;
    align-items: flex-start;
}

header {
    background-image: url(images/Red_And_Gold_Japanese_Wave_Pattern.jpg);
    color:white;
    height: auto;
    font-family: sans-serif;
}

header h1 {
    margin-left: 15px;
    text-shadow: 2px 2px darkred;
}

 #title-text i {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 24px;
                margin-top: 15px;
                margin-right: 15px;
            }

footer{
    background-image: url(images/Red_And_Gold_Japanese_Wave_Pattern.jpg);
    color: white;
    list-style: none;
    font-family: sans-serif;''
}


nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
}

nav a {
    text-decoration: none;
    color:white;
    text-shadow: 1px 1px darkred;
} 

footer ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 45px;
    color:white;
    list-style: none;
}

footer ul i {
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px darkred;
}

#hero {
    background-image: url(images/okami_main.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    
}

.sca-link a {
    text-decoration: none;
    color: crimson;
    font-weight: bold;
}

.sca-link a:hover {
    color: darkred;
}

.content {
    padding-top: 5px;
}

#camping, #coming-events {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 10px;
}

#camping img  {
    border-radius: 15px;
    margin-left: 10px;
    width: 90%;
    height: auto;
}

#next {
    text-align: center;
    max-width: 400px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?mr574w');
  src:  url('fonts/icomoon.eot?mr574w#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?mr574w') format('truetype'),
    url('fonts/icomoon.woff?mr574w') format('woff'),
    url('fonts/icomoon.svg?mr574w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sca:before {
    content: "\e900";
    font-size: 30px;
}

footer a {
    text-decoration: none;
}

/* Mobile Styles */
@media only screen and (max-width: 540px) {
    section {
        width: 100%;
    }
    .collapsible {
        display:flex;
        flex-direction: row;
        align-items:center;
        flex-wrap: wrap;
        justify-content: space-around
    }
    
    .heading {
        width: 150px;
        word-wrap: break-word;
}
    
    .swap {     
        order: -1;
    }
    
    .hidden {
        display:none;
    }
    
    nav ul li {
        background-color: crimson;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-top: 5px;
    }
    
    nav ul li:hover {
        background-color: black
    }
}

/* Tablet Styles */
@media only screen and (min-width: 541px) and (max-width: 960px) {
    
    #title-text i {
        display:none;
    }
    
    #hero, #camping {
        width: 100%;
    }
    
    nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    }
    
    #about-okami, #roles, #martial, #peaceful-arts {
        width: 50%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content:flex-start;
        margin-top: 5px;
    }
   
    
    #camping {
        display: flex;
        flex-direction: column;
    }
    section{
        height: auto;
    }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
    body {
      /* background-color: #B2D6FF; Blue */
      width: 960px;
      margin: 0 auto;   
    }
    
    #title-text i {
        display:none;
    }
    
    nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    }
    
    #hero{
        width: 960px;
        height: 250px;
    }
    #about-okami, #roles, #martial, #peaceful-arts {
        width: 50%;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content:flex-start;
        margin-top: 5px;
    }
    #camping img {
        width: 960px;
        height: auto;
    }
    section img {
        height: 225px;
    }
}
