/* ------------------------------------------------------- */
/* BASIC SETUP */
/*-------------------------------------------------------- */

/*{ border: 1px solid red; }*/
.language{
  width: 350px;
  float: right;
  right: 0;
  align-self: flex-end;
  margin-left: 50000px;
}
.legal{
  color: white;
  bottom: 0;
  left:25%;
  right:0;
  font-size: 15px;
  margin-top: auto;
  position: absolute;
}
.name{
  font-size: 40px;
  color: #29487a;
  align-self:flex-end;
  margin-top: 7.5%;
  font-family: "Century Gothic";
}
.dropbtn {
  padding: 10px;
  border: none;
  text-align: center;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #bddcff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
.ray{
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ------------------------------------------------------- */
/* REUSABLE COMPONENTS */
/*-------------------------------------------------------- */

.row {
    max-width: 1140px;
    margin: 0 auto;
}


section {
    padding: 80px 20px; /* used to be 80px */


}


.box {
    padding:1%;
}
/* ----------- HEADINGS ------------ */
.teamname {
  padding-top: 15px;
  font-weight: bold;
  text-align: center;
}
.team {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}
img.team{
  width:150px;
  height: 228px;
}
.title{
  padding-top: 5px;
  font-size: 15px;
  text-align: center;
}
.sub{
  font-style: italic;
  font-size: 25px;
  color: white;
  font-weight: 0;
}
h1,
h2,
h4 {
    font-weight: 500; /* previously 300 */
}

h1 {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 240%;
    word-spacing: 3px;
    line-height: 130%;
    letter-spacing: 1px;
    color: #fff;
}
@media screen and (max-width: 600px) {
h1{
    font-size: 30px;
  }
}

h2 {
    font-size: 130%;
    word-spacing: 2px;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 15px;
}

h3,
h5 {
    font-size: 110%;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 145%;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #90accc;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

h4 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

h4:after {
    display: block;
    height: 2px;
    background-color: #90accc;
    content: " ";
    width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}

h6 {
    font-size: 110%;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 145%;
    font-size: 130%;
    letter-spacing: 1px;
}

h7 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h7:after {
    display: block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}



/* ----------- PARAGRAPHS ------------ */

a:link,
a:visited {
    color: #fff;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:visited {
    color: #555;
    border-bottom: 1px solid transparent;
}




/* ----------- PARAGRAPHS ------------ */

.box p {
    font-size: 90%;
    line-height: 145%;
    font-weight: 400;
}

.row p {
font-weight: 400;
}

.plan-box p {
    font-size: 80%;
    line-height: 145%;
    margin: 5px 0;
}


/* ----------- BUTTONS ------------ */

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 2px 30px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #90accc;
    border: 1px solid #90accc;
    color:#fff;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #4d78a9;
}

.btn-full:hover,
.btn-full:active,
input[type=submit] {
    border: 1px solid #4d78a9;
}

/* --------ICONS-------- */

.icon-big {
    font-size: 350%;
    display: block;
    color: #6d92bc;
    margin-bottom: 10px;
    margin-left: 5%;
}

.icon-white {
    font-size: 250%;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.icon-circle {
  background: rgba(230, 230, 230, 0.37);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
}



/* ------------------------------------------------------- */
/* HEADER */
/*-------------------------------------------------------- */

header {
    padding: 10px 80px;
    box-sizing: border-box;
    width: 50%;
}

.hero-text-box {
    position: absolute;
    width: auto;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.crypto{
  font-size: 30px;
  font-style:italic;
}
.navbar-toggle {
                display: none;
            }
.logo {
    height:70px;
    float: left;
    margin-top: 15px;
    margin-left: 0px;
    padding-bottom: 5px;
}

.logo-trans {
    display: none;
    height: 50px;
    width:auto;
    float: left;
    margin: 5px 0;
    margin-left: 50px;
}

/* ------------------------------------------------------- */
/* main navi */
/*-------------------------------------------------------- */

.main-nav {
    float: right;
    list-style: none;
    margin-top: -10px;
    margin-right: 20px;
}

.main-nav li {
    display: inline-block;
    margin-left: 50px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #2980b9;
}

/* ------------------------------------------------------- */
/* mobile navi */
/*-------------------------------------------------------- */

/* .mobile-nav-icon {
    float: right;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #999;
} */

/* ------------------------------------------------------- */
/* sticky navi */
/*-------------------------------------------------------- */

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 2px 1px #efefef;
    z-index: 9999;
}

.sticky .main-nav {
    float: right;
    list-style: none;
    margin-top: 23px;
    margin-right: 80px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 8px 0;
    color: #000;
}

.sticky .logo {
    display: none;
}

.sticky .logo-trans {
    display: block;
    margin-top: 10px;
}

/* ------------------------------------------------------- */
/* sections */
/*-------------------------------------------------------- */

.sec1 {
    background-image: url(img/hero.jpg);
    background-size: cover;
    margin-top: 30px;;
    width: 100%;
    height: 95vh;
    background-attachment: fixed;
    padding-bottom: 0px;
}
/* .sec1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.4)),url(img/hero.jpg);
    background-size: cover;
    margin-top: 30px;;
    width: 100%;
    height: 95vh;
    background-attachment: fixed;
    padding-bottom: 0px;
} */

.section-gallery{
    padding: 0;
}

.section-training {
    background-color: #f0f0f0;
    background-color: #f0f0f0;
}

/* ------------------------------------------------------- */
/* gallery */
/*-------------------------------------------------------- */


.gallery-showcase {
    list-style: none;
    width: 100%;
}

.gallery-showcase li {
    display: block;
    float: left;
    width: 50%;
}

.gallery-photo {
    width: 100%;
    margin: 0;
}

.gallery-photo img {
    width: 100%;
    height: auto;
}

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 20%;
    font-weight: 400;
}

.middle-copy {
    line-height: 145%;
    width: 70%;
    font-weight: 400;
    margin-left: 15%;
    text-align: center;
}

.eth-copy {
    line-height: 145%;
    width: 75%;
    font-weight: 300;
    margin-left: 15%;
}

.email {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    font-weight: 300;
    color: #fff;
}

/* *{ border: 1px solid red; } */
/* ------------------------------------------------------- */
/* clients */
/*-------------------------------------------------------- */

.clients-showcase {
    list-style: none;
    width: 100%;
    margin-top: 40px;
}

.clients-photo {
    height:auto;
    width: 100%;
    margin: 0;
}

.clients-photo img {
     width: 100%;
    height: auto;
}

/* ------------------------------------------------------- */
/* teams */
/*-------------------------------------------------------- */

.section-team {
    background: #c1d6ea;
    text-align: center;
    padding: 20px;

}



.plan-box {
    background-color: rgba(98, 155, 208, 0.15);
    border-radius: 15px;
    width: 90%;
    margin-left: 5%;
    margin-top: 4%;
}



/*
.plan-box div {
    padding: 10px;
    border-bottom: 1px solid #90accc;
}
*/

.plan-box div {
    padding: 10px;
}

.plan-box div: first-child {
    background-color: #585858;
    border: 0;
}





.team-title {
    font-weight: 400;
    margin-bottom: 10px;
    color: #2980b9;
}

.team-contact {
    font-weight: 400;
    margin-top: 10px;
    padding: 10px;
    line-height: 145%;
}



/* ------------------------------------------------------- */
/* ethereum */
/*-------------------------------------------------------- */

.section-eth {
    background: #fff;
}

.section-ethfeats {
    background-image: url(img/eth-stars.png);
    background-size: cover;
    background-attachment: fixed;
}


/* ------------------------------------------------------- */
/* contact form */
/*-------------------------------------------------------- */


.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

input::placeholder {
  font-weight: 300;
}

textarea {
  font-weight: 300;
}

label {
  font-weight: 300;
}



/* ------------------------------------------------------- */
/* footer */
/*-------------------------------------------------------- */

footer {
    background-color: #878787;
    padding: 30px;
    font-size: 86%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin: 20px;
}


.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li:first-child {
    margin-left: 0;
}


.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #b9b9b9;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #e3e3e3;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-instagram {
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #4b71c1;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-instagram:hover {
    color: #dd2a7b;
}

footer p {
    color: #a3a3a3;
    text-align: center;
}



/* ------------------------------------------------------- */
/* training background */
/*-------------------------------------------------------- */

.section-training {
    background-image: linear-gradient(rgba(0, 0, 0, 0.0E7), rgba(0, 0, 0, 0.5)), url(img/training-photo.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}


/* ------------------------------------------------------- */
/* animations */
/*-------------------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5,
.js--wp-6 {
    opacity: 0;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated,
.js--wp-6.animated  {
    opacity: 1;
}
