@charset "UTF-8";

body {
    background-color: black;
}


h1,h2 {
    color: transparent;
    background: linear-gradient(to bottom, #30a5e9, #0f138a);
    font-family: "Passion one", sans-serif;
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-background-clip: text;
}

p {
    color: rgb(191, 191, 191);
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 56px;
    font-weight: 700;
    font-style: normal;
}
h2 {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
}

div.logo {
    background-color: rgba(0, 0, 0, .2);
    margin: 0 auto;
    text-align: center;
    height: 250px;
    width: 250px;
    border-radius: 50%;
}
  
header {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(49, 168, 221, .2), rgba(0, 0, 0, .6)), url('../assets/images/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100vw;
    padding-top: 60px;
    border-bottom: 1px solid #33A8DB80;
}
.banner-content {
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 800px;
}
.banner-content > p {
    text-transform: wrap;
    padding: 0 65px; 
}
.banner-content > button {
    margin: 20px 0px 40px 0px ;
    background-color: transparent;
    color: #2189c6;
    height: 60px;
    width: 260px;
    text-align: center;
    font-size: 24px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    cursor: pointer;

    border-image: linear-gradient(to bottom, #3a9cd5 0%, #3a4ed5 100%) 1;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
}

.banner-content > button:hover {
    background-color: #ffffff4f;
    text-shadow: #3a4ed5 0px 0px 10px;
    transition: all 0.3s ease-in-out;
}

div.module {
    width: 450px;
    height: 50px;
    background-color: #252525;
    border: #30a5e9 1px solid;
    text-align: center;
    margin: 20px auto;
    color: aliceblue;
    font-size: 16px;
    padding: 5px;

    border-radius: 50px;
    box-shadow: inset 0 0 20px black;
}
div.module > span {
    color: #30a5e9;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 16px;
    line-height: 2.5;
}

section#transform-world {
    width: 100vw;
    height: 500px;
    background-image: url(../assets/images/woman-code.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    border: #30a5e9 1px solid;
}
section#transform-world > p {
    color: aliceblue;
    text-shadow: #30a5e9 0px 0px 10px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: left;
    text-wrap: wrap;
    margin-top: 25%;
    transform: translateY(-50%);
    margin-left: 45px;
    font-size: 42px;
    padding-top: 20px;

    width: 250px;
}

section#professional-challenges > h2 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    margin: 45px 250px;
    color: #30a5e9;
}
section#professional-challenges > img {
    margin: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
}
section#professional-challenges > p {
    color: white;
    margin: 45px;
}

footer {
    background-image: -moz-linear-gradient(top, #000000 10%, #30a5e9 400%);
    height: 120px;
    text-align: center;
    border-top: #30a5e9 1px solid;
    padding-top: 50px;
}
footer > img {
    margin-bottom: 0px;
}
footer > p > a {
    color: #30a5e9;
    text-decoration: none;
    font-size: 16px;
}
