/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

/* Error messages */

.error {
  color: #FF0000;
}


/*
 * Base structure
 */

body, html {
  height: 100%;
}

p {
  font-size: 1.20em;
}

.bg-image {
  /* The image used */
  background-image: url("images/bg_solid_coral.png") !important;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.short-hr{
  width: 10%;
  border-width: 3px;
  color: black;
  background-color: black;
}


.cover-container {
  max-width: 80%;
  background-color:transparent ;
}


/*
 * Header
 */

.bg-caqui{
  background-color: #efebe2;
 }

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
  font-family: URW Gothic L, sans-serif;
}


.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: bold;
  font-family: URW Gothic L, sans-serif;
  color: rgba(255, 255, 255, 0.021);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: grey;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #333;
  border-bottom-color: rgb(71, 69, 69);
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}

/* PRESENTATION TEXT */
.presentation{
  /* padding-top: 120px; */
  font-family: URW Gothic L, sans-serif;
}
.hello-world {
  font-weight: bold;
  font-size: 5em;
}

@media (max-width: 767px) {
  .hello-world {
    font-size: 4em;
  }
}

.bg-lightcoral{
  background-color: #e99a9a;
}
.bg-f0b880{
  background-color: #f0b880;
}

/* SOCIAL NETWORK BUTTONS */
.btn.btn-social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding:10px;
    text-align: center;
    text-decoration: none;
}

/* Timeline */

:root {
	--white: #ffffff;
	--black: #000000;
	--coral:#e99a9a;
	--gray:#ebebeb;
	--box-shadow1:0px 0px 18px 2px rgba(10, 55, 90, 0.15);
}
body{
	font-family: URW Gothic L, sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

div.page-section{
  margin-top: 25px;
  margin-bottom: 25px;
}

:focus{
    outline: 0px solid transparent !important;
}
.timeline {
    padding: 50px 0;
    position: relative;
}
.timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
}
.timeline h3{
    font-weight: bold;
    background: var(--coral);
}
.timeline p, .timeline text {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 1.2em;
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 3px solid var(--coral);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}

div.timeline-nodes:hover{
  background-color: #fad8d8;
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--coral);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--coral);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid var(--coral);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1;


}
.timeline-image img {
    position: relative;
    z-index: 100;
}
/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
    text-align: left
}
.timeline-nodes:nth-child(even) {
    flex-direction: row;
}
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    width: 0;
    border-left: 10px solid var(--coral);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline h3 {
    font-size: 1.5rem;
}
.timeline p {
    font-size: 1.5rem;
}
.timeline-image {
    position: absolute;
    left: 0%;
    top: 60px;
    /*transform: translateX(-50%;);*/
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: auto;
    right: 100%;
    width: 0;
    border-left: 0;
    border-right: 10px solid var(--coral);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--coral);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
}
.timeline-image::before {
    width: 65px;
    height: 65px;
}
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 3%;
}
.timeline-image {
    position: absolute;
    left: -5%;
    }
.timeline-image::before {
    width: 60px;
    height: 60px;
}
}

/* PROGRESS BAR */
.progress-bar-striped{
  font-weight: bold;
  font-size:1.3em;

}

.skills p{
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2em;
}

/* LANGUAGES*/
.col-sm-4{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* EDUCATIONAL LEVEL */
.card{
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* CLUSTAL OMEGA*/
.clustal-card {
    padding: 30px 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.custom-file-label{
  position: relative;
  border: 0.2px solid #212529 ;
  margin-bottom: 1.5rem;
}

.clustal_output{
  font-family: monospace;
}
