body {
    font-family: 'Amarante';
    background-image:url(../IMG/Background.jpg);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100px;
    margin: 0;
}

.LogoWrapper
{
     text-align: center;
     margin-top: 10px;
}
.LogoWrapper img
{
  width:10%;
height:10%;
}
.NavigationWrapper
{
    display: flex;
    justify-content: center;
    background-color: #212620;
    padding: 5px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.NavigationWrapper a
{
    display: inline-block;
    margin: 10px;
    position: relative;
}
.NavigationWrapper a:hover::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:25px;
    background-color: rgba(0, 0, 0, 0.5);
}
.NavigationWrapper img
{
    display: block;
    width: 288px;
    height: 187px; 
    max-width: 100%;
    border-radius:25px;
}

 .HomeWrapper {
    border-radius: 25px;
    margin: 20px auto;
    background-color: white;
    padding: 50px;
    text-align: center;
    max-width: 1400px; 
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.AnimalSkullTitle
{
display: flex;
  flex-direction: row; 
    justify-content:center;
}
.TextImageWrapper 
{
    display:flex;
    
}
.TextImageWrapper img{
    height:500px;
    width:100px;
    max-height:inherit;
    max-width:inherit;
}
.SocialMediaPlug img{
    height:128px;
    width:128px;
    margin-bottom:50px;
}
.Youtube{
    position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
   
}
.Youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.HomeImage {
    margin: 0 auto;
    max-width: 512px; 
    width: 90%;
    text-align: center;
}

.HomeImage img
{
    width:512px;
    height: 512px;
    min-width:inherit;
    min-height:inherit;
    border-radius: 15px;
}
.SocialMediaPlug img {
    height: 64px !important;
    width: 64px !important;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}

input[type=submit] {
  background-color:#000;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #3d3d3d;
}
.ContactContainer
{
border-radius: 5px;
margin-top: 25px;
margin-bottom: 50px;
background-color:#fff;
padding: 20px; 
}
.FormContainer{
    margin-left:75px;
    margin-right: 75px;
}
.ArtHeader
{
  display: flex;
  flex-direction: row; 
    justify-content:center;
}
.ArtWrapper
{
display:grid;
grid-template-columns: auto auto auto auto;
margin-top: 50px;
column-gap: 20px;
grid-row-gap: 30px;
padding:50px;
}
.ArtContent
{
width: 100%;
max-width: 100%;
height: auto;
cursor: pointer;
transition: transform 0.2s;    
}
.ArtContent:hover
{
    transform:scale(1.1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 80%;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/*adjustments for other screens here:*/
@media only screen and (max-width:1300px)
{
     .LogoWrapper img {
    width: 20%;
    height: auto;
  }
    .NavigationWrapper {
      width:90%;
        height:120%;
  }
    .NavigationWrapper img
    {
        width:100%;
        height: 100%;
    }
     .ArtWrapper{
        grid-template-columns: auto auto auto;
    }
     .HomeWrapper{
        padding: 10px;
        max-width: 90%;
        margin-top: 20px;
    }
    .AnimalSkullTitle img{
        height: 35%;
        width: 35%;
        margin-top:20px;
    }
        .Youtube iframe{
        min-width:30%;
        min-height:30%;
        margin-bottom:30px;
    }
}
@media only screen and (max-width:1150px){
    body{
      font-size:30px;  
    }
    .LogoWrapper img {
    width: 20%;
    height: auto;
  }
    .NavigationWrapper {
      width:90%;
  }
    .NavigationWrapper img
    {
        width:100%;
        height: 100%;
    }
     .ArtWrapper{
        grid-template-columns: auto auto;
    }
      .HomeWrapper{
        padding: 10px;
        max-width: 80%;
        margin-top: 20px;
    }
  
}
@media only screen and (max-width:1000px){
     .HomeWrapper{
        padding: 5px;
        max-width: 80%;
        margin-top: 10px;
    }
     .HomeImage img{
        width:20%
        height:20%
    }

    .ArtWrapper{
        grid-template-columns: auto;
    }
}
@media only screen and (max-width: 950px)
{
    .LogoWrapper img {
    width: 20%;
    height: auto;
  }

  .NavigationWrapper a {
    margin: 5px;
  }
    .HomeWrapper{
        padding: 10px;
        max-width: 90%;
        margin-top: 20px;
    }
    .FormContainer
    {
    margin-left:10px;
    margin-right: 10px;
    }
}


@media only screen and (max-width: 840px) {
    .NavigationWrapper img
    {
        width:100%;
        height: 100%;
    }

  .NavigationWrapper a {
    margin: 5px;
  }
    .NavigationWrapper{
        height: 100%;
        width:90%;
    }
    .HomeImage img{
        width:250px;
        height:250px;
    }
    .HomeWrapper{
        padding: 10px;
        width: 80%;
        margin-top: 20px;
    }
   .AnimalSkullTitle img{
        height: 25%;
        width: 25%;
    }
    .AnimalSkulltitle{
        font-size:20px;
    }
    .FormContainer
    {
    margin-left:15px;
    margin-right: 15px;
    }
    .ArtWrapper{
        grid-template-columns: auto;
    }
    .FormContainer
    {
    margin-left:5px;
    margin-right: 5px;
    }
     .HomeImage img{
        width:20%
        height:20%
    }
    .HomeWrapper{
            font-size:20px;
        }
@media only screen and (max-width: 700px)
{
    .AnimalSkullTitle img{
        height: 20%;
        width: 20%;
    }
.NavigationWrapper img
    {
        width:100%;
        height: 100%;
    }
     .TextImageWrapper img
    {
        border-radius:5px;
        height:20%;
        width:20%;
    }
    .HomeImage img{ height:200px; width:200px;}
    .HomeWrapper{
            font-size:15px;
        }
    
        .NavigationWrapper a:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .HomeImage img{
        text-align:center;
    }
}

    @media only screen and (max-width: 500px){
        .HomeWrapper{
            font-size:10px;
        }
       .NavigationWrapper img
    {
        width:100%;
        height: 100%;
        border-radius:10px;
    }
         .TextImageWrapper img
    {
        border-radius:5px;
        height:20%;
        width:20%;
    }
    .HomeImage img{ height:100px; width:100px;}
    }
     .AnimalSkullTitle img{
        height: 35%;
        width: 35%;
    }
    .HomeImage{
        justify-content:
    }
    .NavigationWrapper a:hover::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
