

html, body {
    background: rgb(27, 27, 27);
    height: 100%;
    width:100%;
    position: relative;
    margin: 0 auto;
    font-family: 'PT Sans';
    box-sizing: border-box;
    margin-bottom: -330px;
    overflow-x: hidden;


}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
}

.fullpic {
    width:100%;
    height:auto;
    border: 2px solid black;
    margin-top: 30px;
    margin-bottom: 15px;
}

.fullpic img {
    width:100%;
}

.contact {
    margin-right: 10%;
    text-align: right;
}

.contactform {
    margin-top: 50px;
}

.bio {
    align-content: center;
    margin: 0 15% 20px;;
    text-align: justify;
}

.smallinfo {
    width:3000px;
}


.commissiongallery {
   display: inline-block;
    text-align: center;
    width: 100%;
}

.item {
    display: inline-block;
    background: rgba(255,255,255,.5);
    height: 300px;
    width: 300px;
    border: 2px solid black;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
 
  padding: 12px; /* Some padding */ 
  background-color: white;
  color: black;
  border: 2px solid black;
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit], input[type=reset] {
  background-color: black;
  margin-right: 10px;
  float:left;
  color: white;
  padding: 12px 30px;
  border: 2px solid white;
  cursor: pointer;
  font-variant: small-caps;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

textarea[name="message"] {
  width:100%!important;
}

input[name="name"], input[name="email"], input[name="website"], input[name="phone"] {
    width:49%!important;
    display: inline-block;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover, input[type=reset]:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.error {
    color: red!important;
}


.display {
    display: block;
}

table {
    width: 100%;
    max-width: 800px;
}

td {
    
}

.tooltips {
  position: relative;
  display: inline-block;
}

.tooltipstitle {
  position: relative;
  display: block;
}

.tooltips .tooltiptext, .tooltipstitle .tooltiptext {
 visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltips .tooltiptext::after, .tooltipstitle .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltips:hover .tooltiptext, .tooltipstitle:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.socialicons {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center!important;
}

.contacticons {
    margin-right: 2px;
    padding: 15px 0;
    text-decoration: none;
    color: white;
}

.contacticons a {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #117641;
}

a:hover {
    text-decoration: none;
    color: #48168f;
}

.contactbtn {
  margin-top: 5px;
  background-color: rgb(27,27,27);
  border: 1px solid white;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  float: right;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.contactbtn:hover {
    background: black;
    border: 1px solid white;
    color: white;
}

#content {
    background: rgba(0, 0, 0, 0.5);
    color:white;
    margin: 0 auto;
    max-width: 1080px;
    width: 94%;
  -webkit-overflow-scrolling: touch;
}


.iframecontainer {
    position: relative;
    margin-top: 13px;
    width: 100%;
    padding-bottom: 58.25%;
    height: 500px;
    width:50%;
    float: right;
    border: 2px solid black;
    height: 10vh;
    
}

.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.titlelink {
    text-align: left!important;
    color: white;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 20px;    
    padding: 0px 0 0 30px;
}

h1 a, h1 a:hover {
    color:white;
    text-align: center;
}


h3 {
    font-variant: small-caps;
    text-align: center;
}

.gallerybig {
    display: inline-block;
    text-align: center;
}

.gallerysmall {
    display: inline-block;
    text-align: center;

}

iframe {
    height: 500px;
    background: white;
}

.data {
   padding: 10px 15px;
}

nav {
    background: rgb(27, 27, 27);
}

.smallitemdiv {
    transition: .3s;
    display: inline-block;
    width: 200px !important;
    height: 200px !important;
}

.smallitem {    
    transition: .3s;
    border: 2px solid black;
    display: inline-block;
    background-size: cover!important;
    width: 200px!important;
    height: 200px!important;
}

.smallitem:hover {
    text-align: center;
    background-color: #75140d; /* IE 9 */
    background-color: #75140d; /* Safari 3-8 */
    transition: .3s;
}

.smalltext {
    color:black;
    background: rgba(255,255,255,.3);
    margin: 0;
    text-align: center;
    font-size: 13px;
    padding: 200px 0 0 0!important;
    transition: 0.3s;
}

.break {
    display: block;
    height: 0px;
    width: 100%;
}

.smallitem:hover .smalltext {
text-align: center;
  background-color: rgba(255, 255, 255, 0.3); /* IE 9 */
  background-color: rgba(255, 255, 255, 0.3); /* Safari 3-8 */
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}



/* Handle */
::-webkit-scrollbar-thumb {
    background: black;
}

.bigitem, .smallitem {
      transition:  .3s;
}

.bigitem:hover, .smallitem:hover  {
    text-align: center;
  background-color: #75140d; /* IE 9 */
  background-color: #75140d; /* Safari 3-8 */
}

@media (max-width:400px) {
    .data {
      font-size: 12px;
}
    ::-webkit-scrollbar {
    width: 8px;
}


    p {
        text-align: left;
    }
    
    .item p {
        text-align: center;
    }
        .item {
    display: inline-block;
    text-align: center!important;
    background: rgba(255,255,255,.5);
    height: 100%;
    width: 90%;
    border: 2px solid black;
    padding: 25px 10px;
    margin: 15px;
}
   .bio {
       margin: 0 5% 20px;
   }

   .bigitem {    
    width: 10px;
    height: 200px;
    background-size: cover;
}
   .bigtext {
    color:black;
    margin: 0;
    padding: 105px 15px 122px 15px!important;
}

   .bigtext h3 {
           font-size: 20px;
   }
   .bigtext p {
       font-size: 14px;
       text-align: center!important;
   }

.bigitem:hover .bigtext {
    text-align: center;
    background-color: #75140d; /* IE 9 */
    background-color: #75140d; /* Safari 3-8 */
}


}




@media (max-width:800px) {

    html {
        overflow-y: scroll!important; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch!important;
    }

    .gallerysmall {
        width: 100%;
    }
    .iframecontainer {
        display:block;
        position: fixed; 
        padding-top: 35px;
        left: 0; 
        top: 0;
        z-index: 1000;
        width: 100%;
        background: rgba(0, 0, 0, 0.5) ;
        -webkit-background-size: cover!important;
        -moz-background-size: cover!important;
        -o-background-size: cover!important;
        background-size: cover!important;
        height: 100%!important;
        width: 100%;
        border: 2px solid black;
        height: 10vh;
}
    

    .iframe {
         position: relative;
        border: 2px solid black;
        background-color: white;
        padding: 20px; 
        margin: auto; 
        width: 100%;
        height: 70vh; 
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
}


    .close-btn {
        float: right;
        z-index: 1000;
        color: lightgray; 
        font-size: 24px;  
        font-weight: bold;
        cursor: pointer;
}

    .close-btn:hover {
        color: darkgray;
}
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0} 
        to {top:0; opacity:1}
}
    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
}
    .bigitem, .smallitem {
         
         background-size: contain;
}

    .bigitem:hover, .smallitem:hover  {
        color: rgba (0,0,0,0);
        
}
}


@media (max-width:1170px) {

    .iframecontainer {
        height: 67.5vh;
    }
    .smallitem:hover .smalltext {
        background: rgba(255,255,255,.3);
        margin: 32px 10px 0px 10px !important;
        padding: 0 0 0 0!important;
        transition: 0.3s;
        transition-timing-function: ease-in-out;
    }

    .smallitem:hover {
        margin: 15px;
        transition: .3s;
    }
}


.bigitem {    
    margin: 2px 0px;
    transition: .3s;
    border: 2px solid black;
    display: inline-block;
    width: 500px;
    height: 500px;
    background-size: contain!important;
}

.bigitem:hover {
}

h3, p {
    opacity: 1!important;
}

h2 {
    text-align: center;
    font-variant: small-caps;
    padding: 20px 0 5px 0;
}

.titleh2 {
    padding: 400px 20px;
    text-align: center;
}

.titleh2big {
    font-size: 65px;
}

.smallbar {
    margin: 0 auto 50px ;
    width: 150px;
    text-align: center;
    border-bottom: 3px solid black;
}

.bigtext {
    color: rgb(255, 255, 255, 0);
    background: rgba(255,255,255,0);
    margin: 0;
    transition: 0.3s;
    height:500px;
    padding: 200px 20px 30px 20px;
}

.bigitem:hover .bigtext {
   background: rgb(143, 9, 9);
   color: rgb(255, 255, 255);
}



footer {
    position: static;
    padding-top: 30px;
    height: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.footertext {
    padding-top:3px;
    font-size: 10px;
    color: white;
}

.footerpic {
    margin-top: 10px;
    background-size: contain!important;
    width: 120px;
    height:120px;
    border: 2px solid black;
    border-radius: 100px;
}

.footerquote {
    text-align: left;
    display: inline-block;
    width:40%;
    font-size: 20px;
    padding-left: 20%x;
}



.row > .column {
    padding: 0 8px;
  }
  
.row:after {
    content: "";
    display: table;
    clear: both;
  }
  

  /* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  /* Modal Content */
.modal-content {
    position: relative;
    background-color: none;
    margin: auto;
    padding: 0;
    height: 90%vh!important;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s ease;
  }
  
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  /* Hide the slides by default */
.mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 45px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  

  /* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    color: rgba(0, 0, 0, 0.8)!important;
    transition: 0.3s ease;
  }
  
  
img.demo {
    opacity: 0.6;
  }
  
 
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfooter {
clear: both;
}

@font-face {
  font-family: PTSans;
  src: url(pt_sans/PTSans-regular.otf);
}

@font-face {
  font-family: PTSans;
  src: url(pt_sans/PTSans-bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: PTSans;
  src: url(pt_sans/PTSans-bold.otf);
  font-style: oblique;
}


.dropbtn {
  background-color: rgb(47, 47, 47,0);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.dropdown {
  margin-left: 10%;
  margin-top: 25px;
  float: left;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(47, 47, 47);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: black;
    color: white;
    
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: black;}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

/*Typewriter*/

span.cursor {
    display: none;
    margin-left: 0;
    -webkit-animation: blink 1s linear 0s infinite;
    -moz-animation: blink 1s linear 0s infinite;
    -ms-animation: blink 1s linear 0s infinite;
    -o-animation: blink 1s linear 0s infinite;
}

@-webkit-keyframes blink {
    0% {
        color: #FFF
    }

    47% {
        color: #FFF
    }

    50% {
        color: #000
    }

    97% {
        color: #000
    }

    100% {
        color: #FFF
    }
}

@-moz-keyframes blink {
    0% {
        color: #FFF
    }

    47% {
        color: #FFF
    }

    50% {
        color: #000
    }

    97% {
        color: #000
    }

    100% {
        color: #FFF
    }
}

@-ms-keyframes blink {
    0% {
        color: #FFF
    }

    47% {
        color: #FFF
    }

    50% {
        color: #000
    }

    97% {
        color: #000
    }

    100% {
        color: #FFF
    }
}

@-o-keyframes blink {
    0% {
        color: #FFF
    }

    47% {
        color: #FFF
    }

    50% {
        color: #000
    }

    97% {
        color: #000
    }

    100% {
        color: #FFF
    }
}