body {
  margin:0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  width: 100%;    
}

#success {
  font-weight: 400;
  color: #1af58f;
  text-align: center;
  margin-top: 1rem;
}

#fail {
  display: none;
  font-weight: 400;
  color: #f73952;
  text-align: center;
  margin-top: 1rem;
}

#cv-button {
  text-decoration: none;
  margin: auto;
  width: 20vh;
  height: 10vh;
  font-size: 500;
}


p {
  color: #e8e8e8;
  font-size: 16px;}
/*
h1 {
  font-size: 34px;  
  font-weight: 600;
  color: aquamarine;
}

h2 {
  font-size: 24px;
  font-weight: 400;}

h3{
  font-size:16px;
  font-weight: 300;}

h4 {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
}*/

.uvod {
    text-align: center;
    width: 100%;
    height: 800px;
    display: flex;
    width: 100%;
}

.introduction {
    width: 100%;
    height: 60%;
    margin: auto;
    text-align: center;    
}


.links {
  position: fixed;
  display: flex;
  top: 0%;
  left: 0;
  width: 50px;
  height: 20px;
  padding: 5px;
  text-align: left;
  flex-direction: column;
}

.animated-text {
  margin-top: -1%;
  display: block;
  height: 50px;
  color: #ffffff;
}

.showing-text{  
  margin-top: 70px;
  color: transparent;
  animation-name: show;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

@keyframes show {
  from{color:transparent;}
  to{color:white;}
}

.links {
  position: fixed;
  top: 50px;
  left: 0;
  width: 40px;
  height: 10px;
  padding: 5px;
  text-align: left;
  flex-direction: column;
}


.picture {
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(60deg, #d37fff, #ff00ff);
  height: 120px;
  width: 120px;
}


@media screen and (min-width:1000px) {
h1 {font-size:50px;}
h2 {font-size:35px;}
h3 {font-size: 20px;}

button {
  font-size:16px;
  font-weight: 500;}

.links {
  height: 100px;
  padding-left: 16px;
}
}


button{background-color:transparent;
  color: white;
  padding: 10px;
  border: #ff00ff 2px solid;
  border-radius: 10px;
  font-family: 'Montserrat';
}

button:hover {
  background-color: #ff00ff;
}

.name {
  height: 80px;
  width: 100%;
}

.container-1 {
  margin-top: 200px;
  width: 100%;
  height:600px;
  display: flex;
  text-align: center;
  flex-direction: column;
}

footer {width: 100%;
  height: 132px;
  text-align: center;
  position: relative;
  }


form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.copywrite {
position: absolute;
left: 30%;
right: 30%;
bottom: 0;
}

.form-control {
  width: 80%;
  height: 25px;
  background-color: transparent;
  border-radius: 5px;
  margin-bottom: 15px;
  border: rgb(255, 0, 255, 0.3) 2px solid;
  font-size: 15px;
  color:whitesmoke;
  font-family: 'Montserrat', sans-serif;
  height: 25px;
}

.form-control:hover {
  background-color: rgb(255, 0, 255, 0.1);
}

.control-except {
  height: 150px;
}

.label-field {
  text-align: justify;
  width: 80%;
  margin: auto;
}

.container-outer {
  display: flex;
  flex-direction: column;
  text-align: justify;
  height: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}



.container-inner-big {
  width: 90%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  flex-direction: row;
  margin-right: auto;
}



.container-inner-small {
  display: flex;
  flex-direction: column;
  width: 100%;  
}

@media  screen and (min-width:700px) {
  .container-inner-big {
  width: 55%;
  margin-top: 50px;
}  
}

@media  screen and (min-width:1000px) {
  .container-inner-small {
    flex-direction: row;
  }
  .container-outer {
    height: 1000px;
  }
}

@media  screen and (min-width:2000px) {
  .container-inner-big { 
  margin-top: 100px;
  padding-left: 100px;}
  
}



.left-border {
  border-left: 5px solid #ff00ff;
  padding-left: 5px;
  font-size: 20px;
  color: #ff00ff;
  font-weight: 600;
}

.grey {
  color: rgba(255, 247, 247, 0.5);
}

