@font-face {
    font-family: 'luckyBlues';
    src: url('/resources/fonts/luckyBlues.woff');
}

.container {
max-width: 1200px;
margin: 0 auto;
  }

body {
    background-image: url('/resources/images/artResources/backgroundpixelsdark.png');
}

.backhome {
    background-color:#d9d1c4;
    text-align: center;
    font-family: 'luckyBlues', arial;
    padding: 5px;
}

 a {
    text-decoration: none;
    color: #44646c;
    
}

 a:hover {
    text-decoration: underline;
    color: #865632;
}

.banner {
max-width: 100%;
}

.banner img {
    width: 100%;
    height: auto;
}

.disclaimer{
    background-color: #44646c;
    padding: 5px;
    border: solid #d9d1c4 5px;
    border-radius: 10px;
}

.disclaimer p {
     color: #d9d1c4;
     font-style: italic;
}

main {
    background-color:#d9d1c4;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contentbox {
    border: solid #44646c 5px;
    flex-grow: 1;
    flex-basis: 30%;
    margin: 10px;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    main {
      flex-direction: column; /* Stack items vertically */
      align-items: stretch; /* Stretch items to full width */
     
    }
  
    .contentbox {
      flex: 1 0 auto; /* Reset flex properties */
      margin: 10px 0; /* Adjust margin for spacing */
    }

  
  }

h3 {
    font-family: 'luckyBlues', Arial;
    font-size: 3rem;
    color: #44646c;
    margin: 5px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #44646c;
    margin: 10px;
}

.contentbox p {
    font-weight: bold;
}

.iosandroid {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    margin-right:0px;
    padding: 5px;
    background-color: #865632;
    color: #d9d1c4;
    border-radius: 15px;
}

.ios {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    margin-right:0px;
    padding: 5px;
    background-color: #44646c;
    color: #d9d1c4;
    border-radius: 15px;
}

.free {
    font-size: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    margin-right:0px;
    padding: 5px;
    background-color: #66503d;
    color: #d9d1c4;
    border-radius: 15px;
}

li {
    font-size: 1.5rem;
    color: #44646c;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

h4 {
    text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
    color: #44646c;
    font-size: 1.5em;
}