@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
  margin: 0;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 1.8em;
}

a {
  color: #1C9C94;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

article {
  padding:0 1em;
}

section{
  margin: 1em;
  padding: 1em;
}

.header_cv, main, footer {
  margin: 0 auto;
}

.header_cv {
  padding: 2em;
  text-align: center;
  background-image: url('../../images/bg2.jpg');
  background-size: cover;
  background-position: fixed;
  color: white;
}

.header_cv section {
  margin: 0 auto;
  max-width: 640px;
}

.header_cv img {
  border-radius: 50%;
  max-width: 150px;
  border:5px solid black;
}

 .header_cv .cv p{ 
    color: white;


    text-shadow: -4px 0 black, 0 4px black, 4px 0 black, 0 -4px black;


}



h1 {
  text-transform: uppercase;
  margin: 1em 0;
}
.textcolor{
	font-family: "Exo", sans-serif;
	font-size: 5vw;
	font-weight: 900;
	margin: auto;
	text-transform: uppercase;
	background: linear-gradient(210deg,
			var(--color-1) 19%,
			transparent 19%, transparent 20%,
			var(--color-2) 20%, var(--color-2) 44%,
			transparent 44%, transparent 45%,
			var(--color-3) 45%, var(--color-3) 59%,
			transparent 59%, transparent 60%,
			var(--color-4) 60%, var(--color-4) 79%,
			transparent 79%, transparent 80%,
			var(--color-5) 80%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	line-height: 7vw;

}

h3 {
  text-transform: uppercase;
}

h3, h4 {
  font-weight: bold;
}

main {
  max-width: 1140px;
}

main section:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.fab {
  border: 1px solid white;
  border-radius: 50%;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin: 5px;
  text-align: center;
}

a .fab {
  color: white;
}

.course, .skills {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course .title {
  color: #509e98 ;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33%;
}

h4 {
    color: #509e98 ;

  }

  h3 {
    color: black;

  }

.course .descrition {
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}

.course .descrition p {
  padding-left: 1em;
}

.skills .column {
 
  flex: 0 0 50%;
  max-width: 50%;
}

.skills .column ul, ul.job-description {
  list-style-type: none;
}

.skills .column ul > li:before {
  content: "►";
  padding-right: 0.5em;
  color: #509e98;
}

.school, .job-title {
  text-transform: capitalize;
}

.school span, .job-title span {
  color: #889499;
  text-decoration: underline;
}

ul.job-description li:before{
  content: "✔";
  padding-right: 0.5em;
  color: #509e98;
}

footer {
 padding: 1em 1.5em;
 background: #A7B8BF;
 color: white;
 text-align: right;
}

@media only screen and (max-width: 768px) {
  .course {
    display: block;
  }

  .course .title, .course .descrition {
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .skills {
    display: block;
  }

  .skills .column {
    max-width: 100%;
  }

  footer {
    text-align: center;
  }
}


@media screen and (width <= 900px) {

    .header_cv{padding-top: 5em;}
    .header_cv {



        background-size:cover;
        background-position: center;


      }
}