/*--------------------MAIN PAGE--------------------*/

/*-------------------MOBILE HIDE--------------------*/

@media only screen and (max-width: 1026px) {
    .bg {
        display: none;
    }
}

@media only screen and (min-width: 1027px) {
    .bg-mobile {
        display: none;
    }
}

/*GENERAL*/

.bg {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

p {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.2vw;
    color: white;
}

p1 {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-size: 1vw;
    color: white;
}

p2 {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-size: 2.8vw;
    color: white;
}


h1 {
    font-family: Arial Black, arial, tahoma;
    font-weight: bold;
    font-size: 2.0vw;
    color: red;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    background: -webkit-linear-gradient(red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg {
    background-image: url("img/web-bg.png");
    padding: 0;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;   
}

/*NAV*/

.nav a {
    font-family:Arial Black, arial, tahoma;
    font-weight: bold;
    font-size: 2.0vw;
    color: red;
    display: inline-block;
    text-align: center;
    padding: .6vw 1.4vw;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.nav a:hover {
    text-decoration: none;
    background: -webkit-linear-gradient(red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

.nav {
    position: fixed;
    overflow: hidden;
    left: 28vw;
    bottom: 2vw;
    width: 100%;
    z-index: 2;
    animation: fadeUp 4s;
}

@keyframes fadeUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*MAIN PAGE*/

.logo1 {
    width: 24vw;
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    animation: roll 3s;
}

@keyframes roll {
  0% { left: -26vw; transform: rotate(-125deg) }
  100% { left: 2vw; transform: rotate(0deg) }
}

.social {
    position: absolute;
    display: inline-block;
    right: 2vw;
    top: 0;
    z-index: 3;
    text-align: center;
    animation: fadeUp 4s;
}

.social-wrapper {
    position:relative;
    display: inline-block;
    width: 2.5vw;
    padding: 1vw .6vw;
    margin: auto;
}

.social-wrapper img {
    position:absolute;
    width: 2.5vw;
    left:0;
}

.social-wrapper img.top:hover {
    opacity:0;
}

/*SECTIONS*/

#box1 {
    width: 62%;
    height: 68%;
    margin: 0;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    bottom: 8vw;
    left: 24.5vw;
}

#box2 {
    width: 62%;
    height: 68%;
    margin: 0;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    bottom: 8vw;
    left: 24.5vw;
}

#box3 {
    width: 62%;
    height: 68%;
    margin: 0;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    bottom: 8vw;
    left: 24.5vw;
}

#box4 {
    width: 62%;
    height: 68%;
    margin: 0;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    bottom: 8vw;
    left: 24.5vw;
}

#box5 {
    width: 62%;
    height: 68%;
    margin: 0;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    bottom: 8vw;
    left: 24.5vw;
}

.content {
    width: 85%;
    height: 100%;
    margin: 0;
    padding: .8vw 1.6vw;
    position: relative;
    background: rgba(0, 0, 0, 0.95);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    border: solid;
    border-color: silver;
    border-width: thin;
    overflow: hidden;
}

a.close {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.8vw;
    color: red;
    position: absolute;
    right: 6px;
    top: 4px;    
}

@media screen and (min-width: 1400px) {
a.close {
     font-size: 24px;
  }
}

a:hover.close {
    color: orange;
    text-decoration: none;
}

.flex-box {
    position: relative;
    display: flex;
    width: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*PICS*/

.pic-wrapper {
    display: inline-block;
    margin: .2vw;
    width: 33%;
    /*border: solid;
    border-color: silver;
    border-width: thin;*/
}

.pic-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-image: url("img/+.png");
    background-size: 100%;
}

.pic-container:hover .overlay {
    opacity: 1;
}

#pic-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    margin: 0;
    text-align: center;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.pic-insert {
    width: 78%;
    height: 90%;
    background-size: cover;
    background-position: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pic-insert-tall {
    width: 30%;
    height: 90%;
    background-size: cover;
    background-position: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pic-button-close {
    position: absolute;
    top: 1%;
    right: 5%;
}

a.pic-button-close {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 3vw;
    color: red;
}
 
.pic-button-l {
    position: absolute;
    top: 48%;
    left: 5%;
}

a.pic-button-l {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 3vw;
    color: red;
}

.pic-button-r {
    position: absolute;
    top: 48%;
    right: 5%;
}

a.pic-button-r {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 3vw;
    color: red;
}

/*VIDS*/

.vid-wrapper {
    display: inline-block;
    margin: .2vw;
    width: 49%;
    margin-top: 6%;
    /*border: solid;
    border-color: silver;
    border-width: thin;*/
}

.vid-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.vid-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-image: url("img/vid-overlay.png");
    background-size: 100%;
}

.vid-container:hover .vid-overlay {
    opacity: 1;
}

#vid-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    margin: 0;
    text-align: center;
    position: absolute;
    display: none;
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.vid-insert {
    width: 78%;
    height: 90%;
    background-size: cover;
    background-position: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vid-button-close {
    position: absolute;
    top: 1%;
    right: 5%;
}

a.vid-button-close {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 3vw;
    color: red;
}

/*GIGS*/

iframe.gigs {
    border: none;
    width: 100%;
    height: 80%;
    /*border: solid;
    border-color: silver;
    border-width: thin;*/
}

/*Scrollbar*/

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 96%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333;
  width: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #777; 
}

/*CONTACT*/

.circ-logo {
    width: 8vw;
}

.projects {
    position: relative;
    display: inline-block;
    text-align: center;
    top: 0px;
}

.projects-wrapper {
    position:relative;
    display: inline-block;
    margin-left: 2.9vw;
    margin-right: 2.9vw;
}

/*--------------------MOBILE--------------------*/

/*GENERAL*/

.bg-mobile {
    position: absolute;
    background-image: url("img/bg-mobile.png");
    background-size: contain;
    background-repeat: repeat-y;
    width: 100%;
    top: 0;
}

@media only screen and (max-width: 1026px) {
p {
    font-size: 3.6vw;
}
}

@media only screen and (max-width: 1026px) {
p1 {
    font-size: 3.6vw;
}
}

@media only screen and (max-width: 1026px) {
h1 {
    font-family: Arial Black, Arial, tahoma, Helvetica;
    font-weight: bold;
    font-size: 5vw;
    color: red;
}
}

@media only screen and (max-width: 1026px) {
a:hover {
    text-decoration: none;
    background: -webkit-linear-gradient(red, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}

/*NAV*/

@media only screen and (max-width: 1026px) {
.nav a {
    font-family: Arial;
    font-size: 4.4vw;
    font-weight: bold;
    color: red;
    display: inline-block;
    text-align: center;
    padding: .6vw 1.2vw;
}
}

@media only screen and (max-width: 1026px) {
.nav a:hover {
    background: -webkit-linear-gradient(red, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}


@media only screen and (max-width: 1026px) {
.nav {
    position: fixed;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    background-image: url("img/bg-mobile.png");
    background-size: contain;
    background-repeat: repeat-y;
    z-index: 2;
    text-align: center;
    animation: fadeUp 0s;
}
}

@media only screen and (max-width: 1026px) {
.nav {
    height: 10vw;
}
}

/*MAIN PAGE*/

.logo1-mobile {
    width: 94.5vw;
    text-align: center;
    margin-top: .5vw;
}

.social-mobile{
    width: 10vw;
    text-align: center;
    padding-left: 6vw;
    padding-right: 6vw;
}


.section-mobile {
    position: relative;
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 10vw;
    padding-top: 10vw;
}

.thumb-mobile {
    width: 90vw;  
}

.video-mobile {
    width: 90vw;
    height: 50.6vw;
}

.photos-ss {
    max-width: 100vw;
    max-height: 100vh;
}

.mob-button-close {
    position: absolute;
    top: 1%;
    right: 1%;
}

a.mob-button-close {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: red;
}

.mob-button-l {
    position: absolute;
    top: 48%;
    left: 1%;
}

a.mob-button-l {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: red;
}

.mob-button-r {
    position: absolute;
    top: 48%;
    right: 1%;
}

a.mob-button-r {
    font-family: tahoma, Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: red;
}

@media only screen and (max-width: 1026px) {
.circ-logo {
    width: 30vw;
}
}

/*END*/

body {
    margin:0;
}