
html {
    background: #435770;
    background: -webkit-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background: -o-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background: -moz-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background: linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }

.yellow {
    color: yellow;
}
.green {
    color: limegreen;
}
.darkgreen {
    color: green;
}
.red {
    color: red;
}
.blue {
    color: blue;
}

.orange {
    color: orange;
}


.wrapper {
    width: 99%;
    height: auto;
    margin: 0;
    overflow-x: hidden;
} 

.profile{
    padding: 100px 0 0 0;
    display: block;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px black;
    font-family: Open Sans, 'Open Sans';
    transition: .3s ease;
    width: 100%;
    min-height: 800px;
    position: absolute;
    z-index: 0;
}

.profilepanel{
    padding: 0 0 0 0;
    margin: -40px auto 0 auto;
    display: block;
    text-align: center;
    color: white;
    font-family: Open Sans, 'Open Sans';
    transition: .3s ease;
    width: 100%;
    min-height: 100px;
    position: absolute;
    z-index: 5;
}

.profile .circle{
    height: 270px;
    width: 270px;
    margin: 20px auto 0 auto;
    border: .1px solid transparent;
    border-radius: 50%;
    background-image: url(../img/circle_1.png);
    background-size: 113%;
    background-position: center;
    transform: rotate(90eg);
    transition: 2s ease;
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.profile .hiddencircle {
    height: 260px;
    width: 260px;
    margin: 20px auto 20px auto;
    border: 1px dashed transparent;
    border-radius: 50%;
    background: transparent;
    background-size: 120%;
    background-position: center;
    transition: 2s ease;
    animation-delay: .4s;
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.profile .circle2{
    height: 200px;
    width: 200px;
    margin: 30px auto 30px auto;
    border: none;
    border-radius: 50%;
    box-shadow: inset 0 0 30px black, 2px 2px 10px black;
    background-image: url(../img/circle_2.png);
    background-size: 120%;
    background-position: center;
    transition: 2s ease;
    animation-delay: .45s;
    -moz-animation-delay: .45s;
    -webkit-animation-delay: .45s;
}

.profile .circle3{
    height: 150px;
    width: 150px;
    margin: 20px 20px;
    border: none;
    border-radius: 50%;
    box-shadow: inset 0 0 30px black, 2px 2px 10px black;
    background-image: url(../img/circle_3.png);
    background-size: 120%;
    background-position: center;
    transition: 2s ease;
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    z-index: -1;
}

.profile .hiddencircle {
    transform: rotate(45deg);
    height: 150px;
    width: 150px;
    margin: 60px 60px;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    transition: .3s ease;
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    z-index: 0;
}



.profile h1 {
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 28px;
    margin: 13px auto;
    transition: .3s ease;
    animation-delay: .9s;
    -moz-animation-delay: .9s;
    -webkit-animation-delay: .9s;
}

.profile h2 {
    font-family: Open Sans Light, 'Open Sans Light';
    font-size: 18px;
    transition: .3s ease;
    animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.profile h3 {
    font-family: Open Sans, 'Open Sans';
    font-size: 18px;
    transition: .3s ease;
    margin: 7px auto;
    animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


.profile h2 a {
    color: white;
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 16px;
    line-height: 2;
    display: inline-block;
    background: rgba(5, 5, 15, .5);
    border-radius: 7px;
    box-shadow: 1px 1px 3px black;
    padding: 5px 25px;
    border: 1.5px solid black;
    margin: 20px auto 10px auto;
    text-decoration: none;
    transition: .3s;
    animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
}

.profile h2 a:hover {
    background: transparent;
    border: 1.5px solid white;
}

.profile .logo {
    height: 100px;
    width: 100%;
    background: url(../img/logo.png);
    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 10px 0 25px 0;
    transition: 1s ease;
}

.menu {
    margin:0;
    border-right: 3px solid black;
    display: block;
    position: absolute;
    background: rgba(5, 5, 5, .4);
    height: 100%;
    min-height: 1130px;
    width: 30%;
    min-width: 346px;
    transition: .3s ease;
    z-index: 5;
}

.menu .logo {
    height: 100px;
    width: 100px;
    background: url(../img/logo.png);
    opacity: .5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-left: 5%;
    margin-top: 10px;
    transition: 1s ease;
}

.menubtn {
    display: block;
    text-align: center;
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 22px;
    font-variant: small-caps;
    color: white;
    text-shadow: 1px 1px 3px black;
    background: black;
    padding: 10px 0;
    transition: .3s ease;
    cursor: pointer;
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    box-shadow: 0 5px 8px black;
}

.menubtn .bars {
    transform: rotate(90deg);
    display: inline-block;
    font-family: Open Sans Bold, 'Open Sans Bold';
    letter-spacing: -7px;
    font-size: 28px;
    color: white;
    text-shadow: 1px 1px 3px black;
}

.menu .menuclosebtn {
    padding: 15px 20px;
    text-align: center;
    border-radius: 30%;
    color: white;
    font-size: 20px;
    font-family: Open Sans Bold, 'Open Sans Bold';
    text-decoration: none;
    background: rgba(5, 5, 5, .4);
    position: absolute;
    box-shadow: 1px 1px 3px black;
    margin: 20px 0 0 82%;
    border: 1.5px solid white;
    z-index: 6;
    cursor: pointer;
    transition: .3s ease;
    visibility: hidden;
}

.menuslider {
    display: block;
    text-align: center;
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 22px;
    font-variant: small-caps;
    color: white;
    text-shadow: 1px 1px 3px black;
    background: transparent;
    padding: 0;
    cursor: pointer;
    position: absolute;
    float: left;
    width: 15px;
    min-height: 1130px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 2;
}

.menuslider .icon {
    height: 35px;
    width: 35px;
    position: absolute;
    opacity: .5;

}


.menu .menuclosebtn:hover {
    border: 1.5px solid black;
    background: white;
    color: black;
}

.menu ul{
    padding: 100px 0 0 0;
}

.menu a {
    display: block;
    text-align: right;
    color: white;
    font-family: Open Sans, 'Open Sans';
    font-size: 18px;
    padding: 30px 60px 30px 60px;
    text-decoration: none;
    transition: .3s ease;
}

.menu a.highlighted{
    display: block;
    text-align: right;
    color: white;
    font-family: Open Sans, 'Open Sans';
    font-size: 18px;
    padding: 30px 60px 30px 60px;
    text-decoration: none;
    transition: .3s ease;
    background: rgba(5, 5, 10, .5);
}

.menu a:hover {
    background: rgba(5, 5, 10, .5);
}

.menu .aboutme-icon {
    background-image: url("../img/aboutme.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -3px 0 0 10px;
    opacity: .5;
    transition: .8s ease;
}

.menu .team-icon {
    background-image: url("../img/team.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -3px 0 0 10px;
    opacity: .5;
    transition: .9s ease;
}

.menu .equip-icon {
    background-image: url("../img/equip.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -3px 0 0 10px;
    opacity: .5;
    transition: 1s ease;
}

.menu .dollar-icon {
    background-image: url("../img/dollar.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -3px 0 0 10px;
    opacity: .5;
    transition: 1.1s ease;
}

.menu .booking-icon {
    background-image: url("../img/book.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -5px 0 0 11px;
    opacity: .5;
    transition: 1.2s ease;
}

.menu .faq-icon {
    background-image: url("../img/faq-icon.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -5px 0 0 11px;
    opacity: .5;
    transition: 1.3s ease;
}

.menu .contact-icon {
    background-image: url("../img/contact.png");
    background-size: 100% 100%;
    display: inline-block;
    position: fixed;
    height: 30px;
    width: 30px;
    margin: -3px 0 0 10px;
    opacity: .5;
    transition: 1.4s ease;
}

.description {
    float: right;
    display: block;
    position: absolute;
    margin-left: calc(70% - 3px);
    border-left: 3px solid black;
    background: rgba(5, 5, 5, .4);
    height: 100%;
    width: 30%;
    min-height: 1130px;
    min-width: 346px;
    transition: .3s ease;
    z-index: 6;
}

.description .panel {
    padding: 80px 5% 30px 10%;
    opacity: 0;
    transition: .6s;
    position: fixed;
    color: white;
    text-align: left;
    width: 85%;
    margin: auto;
    z-index: 0;
}

.description .panel h1 {
    font-family: Open Sans Extra Bold, 'Open Sans Extra Bold';
    font-size: 28px;
    transition: .3s ease;
    font-variant: small-caps;
    display: block;
    transition: .5s ease;
    animation-delay: .5s;
}

.description .panel h2 {
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 22px;
    transition: .3s ease;
    display: block;
    margin: 25px 0 0 0;
    display: block;
    z-index: 1;
}

.whatsapp {
    background: url(../img/whatsapp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 auto -20px auto;
    opacity: .85;
    transition: .3s ease;
}

.instagram {
    background: url(../img/insta.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 auto -20px auto;
    opacity: .85;
    transition: .3s ease;
}

.facebook {
    background: url(../img/facebook.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 auto -20px auto;
    opacity: .85;
    transition: .3s ease;
}

.telegram {
    background: url(../img/telegram.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    width: 90px;
    margin: 0 auto -20px auto;
    opacity: .85;
    transition: .3s ease;
}

.fiverr {
    background: url(../img/fiverr.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    width: 130px;
    margin: 0 auto -20px auto;
    opacity: .85;
    transition: .3s ease;
}

.description .panel p {
    font-family: Open Sans, 'Open Sans';
    font-size: 16px;
    color: white;
    line-height: 2;
    display: block;
}

.description .panel a {
    font-family: Open Sans, 'Open Sans';
    font-size: 16px;
    color: white;
    line-height: 2;
    display: inline-block;
    border: 1.5px solid black;
    transition: .3s;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.description .panel a:hover{
    background: transparent;
    border: 1.5px solid white;
}

.description .panel p a {
    font-family: Open Sans Bold, 'Open Sans Bold';
    line-height: 2;
    display: inline-block;
    background: rgba(5, 5, 15, .5);
    border-radius: 7px;
    box-shadow: 1px 1px 3px black;
    padding: 10px 25px;
    border: 1.5px solid black;
    margin-bottom: 10px;
    text-decoration: none;
}

.description .panel p a:hover {
    background: transparent;
    border: 1.5px solid white;
    transition: .3s;
}

.description .panel .check {
    border-radius: 10px;
    display: inline-block;
    padding: 10px 25px 10px 45px;
    font-family: Open Sans, 'Open Sans';
    background: rgba(5, 5, 10, .4);
    cursor: pointer;
    transition: .3s ease;
}

.description .panel .check .box {
    height: 20px;
    width: 20px;
    border: 2px solid rgba(255, 255, 255, .6);
    border-radius: 4px;
    position: absolute;
    margin: -2px 0 0 -30px;
    cursor: pointer;
}

.description .panel .check .tick {
    height: 22px;
    width: 26px;
    position: absolute;
    margin: -3px 0 0 -30px;
    cursor: pointer;
    background: url(../img/tick.png);
    transition: .3s ease;
    background-size:100% 100%;
    opacity: 0;
}

.description .closebtn {
    padding: 15px 20px;
    text-align: center;
    border-radius: 30%;
    color: white;
    font-size: 20px;
    font-family: Open Sans Bold, 'Open Sans Bold';
    text-decoration: none;
    background: rgba(5, 5, 5, .4);
    position: absolute;
    box-shadow: 1px 1px 3px black;
    margin: 20px 0 0 82%;
    border: 1.5px solid black;
    z-index: 6;
    cursor: pointer;
    transition: .3s;
    visibility: hidden;
}

.description .closebtn:hover {
    border: 1.5px solid white;
    background: transparent;
}

.Tbox {
    border: 2px solid rgba(255, 255, 255, .6);
    border-radius: 5px;
    width: 80px;
    height: 40px;
    background: rgba(10, 10, 10, .4);
    color: white;
    font-family: Open Sans, 'Open Sans';
    font-size: 20px;
    text-align: center;
    transition: .3s ease;
}

.Tbox:hover {
    border: 2px solid rgba(255, 255, 255, 1);
    background: transparent;
}

.Tbox:focus {
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(10, 10, 10, .8);
}

.label {
    transition: .5s ease;
}

.floaterbtn {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-family: Open Sans Bold, 'Open Sans Bold';
    line-height: 2;
    display: block;
    position: absolute;
    background: rgba(5, 5, 15, .5);
    box-shadow: 1px 1px 3px black;
    padding: 10px 25px;
    border: 1.5px solid black;
    margin-bottom: 10px;
    text-decoration: none;
}

.teamoverlay {
    background: #435770;
    background: -webkit-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background: -o-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background: -moz-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background: linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment:scroll;
    background-size: cover;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 1130px;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 10;
    transition: .4s ease;
    box-sizing: border-box;
}

.teamoverlay .container {
    padding: 20px 5% 5%;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}

.teamoverlay .flag-container {
    padding: 25px 5% 0 5%;
    width: 100%;
    height: 180px;
    display: block;
    margin: auto;
    box-sizing: border-box;
}

.teamoverlay .flag-container h1 {
    display: block;
    position: relative;
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 20px;
    color: white;
    padding: 15px 0;
    margin: 0;
    border: none;
}

.teamoverlay .american {
    height: 85px;
    width: 85px;
    background: url(../teamimg/us-canada-flag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    filter: saturate(90%);
    margin: 10px;
    float: left;
    opacity: .9;
    cursor: pointer;
    transition: .5s ease;
}

.teamoverlay .british {
    height: 85px;
    width: 85px;
    background: url(../teamimg/british-flag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    filter: saturate(20%);
    margin: 10px;
    float: left;
    opacity: .9;
    cursor: pointer;
    transition: .5s ease;
}

.teamoverlay .australian {
    height: 85px;
    width: 85px;
    background: url(../teamimg/australian-flag.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    filter: saturate(20%);
    margin: 10px;
    float: left;
    opacity: .9;
    cursor: pointer;
    transition: .5s ease;
}

.teamoverlay .closebtn {
    padding: 15px 20px;
    text-align: center;
    border-radius: 30%;
    color: white;
    font-size: 20px;
    font-family: Open Sans Bold, 'Open Sans Bold';
    text-decoration: none;
    background: rgba(5, 5, 5, .4);
    position: absolute;
    box-shadow: 1px 1px 3px black;
    margin: 20px 0 0 82%;
    border: 1.5px solid white;
    z-index: 6;
    cursor: pointer;
    transition: .3s ease;
}

.teamoverlay .closebtn:hover {
    border: 1.5px solid white;
    color: black;
    background: rgba(250, 250, 250, .9);
}

.teamoverlay h1 {
    display: block;
    position: relative;
    font-family: Open Sans Bold, 'Open Sans Bold';
    font-size: 20px;
    color: white;
    padding: 15px 0;
    margin: 0;
    border-top:1.5px solid rgba(250, 250, 250, .85);
}

.teamoverlay .artist {
    width: 8.45%;
    margin: 10px 5px 10px 5px;
    position: relative;
    float: left;
    transition: .3s ease;
}

.teamoverlay .artist:hover .pic .playoverlay {
    opacity: .5;
    transform: rotate(360deg);
    width: 75px;
    height: 75px;
    margin: 0 auto auto auto;
}

.teamoverlay .artist .pic {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 5px auto;
    display: block;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: center center;
    box-shadow: 1px 1px 2px black, 1px 1px 4px black, inset 0 0 20px black;
    cursor:pointer;
}

.teamoverlay .artist .pic .playoverlay {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 45px auto auto auto;
    position: absolute;
    opacity: .8;
    background: url(../img/playoverlay.png);
    background-position: center;
    background-size: 103%;
    background-repeat: no-repeat;
    transition: .5s ease;
    z-index: 20;
    box-shadow: 1px 1px 2px black, 1px 1px 4px black, inset 0 0 20px black;
    cursor:pointer;
}

.teamoverlay .artist h2 {
    display: block;
    position: relative;
    font-family: Open Sans Light, 'Open Sans Light';
    font-size: 14px;
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 3px black;
    cursor:default;
}


.playeroverlay {
    background: rgba(0,0,0,.6);
    position: absolute;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    min-height: 1130px;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: 30;
    transition: .4s ease;
    box-sizing: border-box;
}

.playeroverlay .container {
    padding: 100px 5% 5%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.playeroverlay .playerinterface {
    display: block;
    background: black;
    border-radius: 10px;
    box-shadow: 2px 2px 5px black;
    width: 30%;
    min-width: 260px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 20px 0;
    position:fixed;
}

.playeroverlay .playerinterface .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    background-position: center center;
    box-shadow: 1px 1px 2px black, 1px 1px 4px black, inset 0 0 20px black;
}

.playeroverlay .playerinterface h2 {
    display: block;
    position: relative;
    font-family: Open Sans Light, 'Open Sans Light';
    font-size: 18px;
    color: white;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 3px black;
    cursor:default;
}

.playeroverlay .playerinterface .closebtn {
    padding: 8px 13px;
    display: block;
    float: right;
    text-align: center;
    border-radius: 30%;
    color: white;
    font-size: 16px;
    font-family: Open Sans Bold, 'Open Sans Bold';
    text-decoration: none;
    background: rgba(250, 5, 5, .4);
    box-shadow: 1px 1px 3px black;
    margin: -20px 0 0 0;
    border: 1.5px solid white;
    z-index: 32;
    cursor: pointer;
    transition: .3s;
}

.playeroverlay .playerinterface .closebtn:hover {
    background: rgba(250, 5, 5, .9);
    box-shadow: 0 0 20px red;
    border: 1.5px solid red;
}

.playeroverlay .playerinterface .closebtn:active {
    background: rgba(250, 5, 5, .4);
    box-shadow: 0 0 20px rgba(250, 5, 5, .8);
    border: 1.5px solid rgba(250, 5, 5, .4);
}




@media only screen and (max-width: 1201px) {

.profile{
    padding: 60px 0 0 0;
    min-height: 800;
}

.profile .pic{
    height: 200px;
    width: 200px;
    margin: 20px auto 15px auto;
    box-shadow: inset 0 0 20px black, 2px 2px 7px black;
    background-size: 120%;

}

.profile h1 {
    font-size: 26px;
}

.profile h2 {
    font-size: 16px;
}

.profile h3 {
    font-size: 16px;
}

.menu {
    min-height: 1130px;
    width: 25%;
    min-width: 265px;
    display: block;
}

.menu .logo {
    height: 70px;
    width: 70px;
    margin-left: 60%;
    margin-top: 5px;
}

.menubtn {
    opacity: 0;
    visibility: hidden;
}

.menuslider {
    opacity: 0;
    visibility: hidden;
}

.menu .menuclosebtn {
    visibility: hidden;
}

.menu ul{
    padding: 60px 0 0 0;
}

.menu a {
    font-size: 16px;
    padding: 25px 50px 25px 20px;
}

.menu a.highlighted{
    font-size: 16px;
    padding: 25px 50px 25px 20px;
}

.description {
    margin-left: 70%;
    min-height: 1130px;
    min-width: 265px;
    display: block;
}

.description .closebtn {
    visibility: hidden;
}


.description .panel {
    padding: 60px 5% 30px 10%;
}

.description .panel h1 {
    font-size: 24px;
}

.description .panel h2 {
    font-size: 20px;
    margin: 20px 0 0 0;
}

.description .panel p {
    font-size: 14px;
}

.description .panel a {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 20px;
    margin-bottom: 7px;
}

.description .panel p a {
    line-height: 1.5;
    border-radius: 6px;
    padding: 7px 20px;
    margin-bottom: 7px;
}

.Tbox {
    font-size: 18px;
}

.description .panel .check {
    font-size: 14px;
}

.teamoverlay .artist {
    width: 12.5%;
}

}


@media only screen and (max-width: 992px) {

    .profile{
        padding: 60px 0 0 25%;
        width: 75%;
        min-height: 800;
    }

    .menu {
        display: block;
        min-height: 1130px;
    }

    .menubtn {
        opacity: 0;
        visibility: hidden;
    }

    .menuslider {
        opacity: 0;
        visibility: hidden;
    }

    .description {
        margin-left: 35%;
        min-height: 1130px;
        min-width: 65%;
        background: #435770;
        background: -webkit-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background: -o-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background: -moz-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background: linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;        
        display: none;
        opacity: .95;
    }

    .description .closebtn {
        visibility: visible;
    }
    
    .description .panel {
        padding: 80px 5% 30px 10%;
    }
 
    .menu .menuclosebtn {
        visibility: hidden;
    }

  }

  @media only screen and (max-width: 768px) {
    .profile{
        padding: 80px 0 0 0;
        width: 100%;
        min-height: 800;
    }

    .profile .logo {
        opacity: .6;
    }

    .menu {
        background: rgba(5, 5, 5, .9);
        width: 100%;
        min-width: none;
        transition: .3s ease;
        display: none;
        border: none;
        z-index: 1;
        min-height: 1130px;
    }

    .menubtn {
        opacity: 1;
        visibility: visible;
    }

    .menuslider {
        opacity: 1;
        visibility: visible;
    }

    .menu .menuclosebtn {
        visibility: visible;
    }

    .menu ul{
        padding: 110px 0 0 0;
    }
    
    .menu a {
        display: block;
        text-align: center;
        color: rgba(255, 255, 255, .7);
        border-bottom:2px solid rgba(0, 0, 0, 1) ;
        font-family: Open Sans, 'Open Sans';
        font-size: 18px;
        padding: 22px 0;
        text-decoration: none;
        transition: .3s ease;
    }

    #aboutmelink {
        border-top: 2px solid black;
    }

    .menu a:hover {
        background: rgba(70, 70, 70, .4);
    }

    .menu a.highlighted{
        text-align: center;
        font-size: 18px;
        padding: 40px 0;
        background: rgba(70, 70, 70, .4);
        text-shadow: 0 0 1px white, 0 0 3px white;
    }

    .menu .aboutme-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }

    .menu .team-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }
    
    .menu .equip-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }
    
    .menu .dollar-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }
    
    .menu .booking-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }
    
    .menu .faq-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }
    
    .menu .contact-icon {
        display: block;
        position: fixed;
        height: 35px;
        width: 35px;
        margin: -30px 0 0 80%;
        opacity: .4;
    }

    .menu .logo {
        height: 100px;
        width: 100%;
        background: url(../img/logo_light.png);
        opacity: .3;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        margin: 10px 0 0 0;
        transition: 1s ease;
    }

    .description {
        margin-left: 0;
        min-height: 1130px;
        width: 100%;
        border:none;
        min-width: none;
        background: #435770;
        background: -webkit-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background: -o-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background: -moz-linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background: linear-gradient(-45deg, #485563, #485563, #29323c, #29323c, #485563);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;
        display: none;
        opacity: .95;
    }   

    .teamoverlay .artist {
        width: 22.4%;
    }

  }

  @media only screen and (max-width: 480px) {
    .teamoverlay .artist {
        width: 30%;
        margin: 5px 5px 5px 5px;
    }

    .menu {
        min-height: 1130px;
    }
    
    .description {
        min-height: 1130px;
    }

    .teamoverlay {
        min-height: 1130px;
    }

    .playeroverlay {
        min-height: 1130px;
    }
}
