@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

/* CSS Variables */

:root {
  --primary-color: #ff5722;
  --primary-color-hover: #d3071b;
  --secondary-color: #103063;
  --secondary-color-hover: #143f85;
  --light-color: #646262;
  --light-grey-color: #dad6d6;
}

body {
  font-family: "Raleway", Raleway;  
  margin: 0;  
  line-height: 1.6;
  max-width: 70vh;
  margin-left:auto;
  margin-right:auto;
}

img{
  width: 100%;
  color: #ccc;
}

.topSkills{ 
  font-weight: normal;
  margin-top: 0em;
  font-size: 3rem;
  text-align: center;
  align-items: center;
}

.detailed-skills{ 
  font-weight: normal;
  margin-top: 0em;
  font-size: 1rem;
  text-align: center;
  align-items: center;
}

.mediumSkills{
  margin-top: 0.5em; 
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0.5em;
}

.minorSkills{  
  margin-top: 1em; 
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #ccc;
}

.imageContainer {    
  background-size: cover;
  position: relative;  
}

.imageProfil{  
  max-width: 150px;
  border-radius: 20px;  
  border-radius: 10px;  
}

div#main { border-radius: 18px }
.section-head{
  font-size: 2.5rem;
  padding: 2rem 0;
}

.section h3{
  font-size: 1.5rem;
}

.section h2{
  margin: 0;
}

.btn {
  padding: 1rem;
  color: #fff;
  display: inline-block;
}

#showcase {
  margin: 0;
  padding: 0;   
  width: 100%;
  height: 5vh;
  position: relative;
  overflow: hidden;
}

#showcase .container {
  margin-top: 20vh;
} 

#showcase h1 {
  font-size: 4rem;
  margin-bottom: 0;
}

#showcse h2 {
  font-size: 1rem;
}


/* Footer */

.footer-cols {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 2fr);
  padding: 0rem;
  font-size: 1rem;

}

.footer-cols ul{
  list-style: none;
  font-size:1rem;
  color: black;
  padding-inline-start: 0;
}

.footer-cols ul span{  
  color: #ff5722;
  font-weight: bold;
}

.footer-cols ul li:first-child {
  font-size:1.5rem;
  padding-bottom:0.5rem;
  border-bottom: #444 solid 1px;
  margin-bottom: 1rem;
}

.footer-bottom{
  background: #333;
  
}

.lead {
  font-size: 1.5rem;
  font-weight: normal;
  color: black;  
}

.lead-medium {
  font-size: 1rem;
  font-weight: normal;
  color: black;  
}

.lead span{  
  color: #ff5722;
  font-weight: bold;
}

.lead-medium span{  
  color: #ff5722;
  font-weight: bold;
}

.ul span{  
  color: #ff5722;
  font-weight: bold;
}

.minor {
  font-size: 1rem;
  font-weight: normal;
}


.question {
  font-size: 1rem;  
  font-weight: normal;
  color: black;  
}

.contact{
  align-items: center;
  border: none; 
  width:100%; 
  height:700px;
  text-align: center;
  display: block;
  border-style:none;
}

.text-center {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Buttons */

.btn-primary {
  background: var(--primary-color);
}

.btn-primary:hover {
  background: var(--primary-color-hover);
}

.btn-secondary {
  background: var(--secondary-color);
}

.btn-secondary:hover {
  background: var(--secondary-color-hover);
}

.text-primary {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-light {
  color: var(--light-color);
}

.bg-light {
  background: var(--light-grey-color);
  color: #eeebeb;
}


.text-secondary {
  color: var(--primary-color);
}


.mb{
  margin-bottom: 1rem;
}

.mt {
  margin-top: 1rem;
}

/*Utility classes */
.container{
  max-width: 1180x;
  text-align: center;  
  padding: 0 0rem;
  margin:10px;
}


nav {
  height: 40px;
  width: 100%;
  background-color: #333;
  color: #eee;
  position: fixed;
  margin-left:auto;
  margin-right:auto;
}

nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  display: inline;
}
nav a {
  display: inline-block;
  width: 100px;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  color: #bdb8b8;
  text-decoration: none;
}
nav li:hover {
  background-color: #444;
}
nav a#openup {
  display: none;
}

@media screen and (max-width: 580px) {
  .hide-on-small{
    display: none;
  }

  #showcase{
    height: 50vh;
  }
  
  #skills .section{
    height: 200vh;    
  }

  #skills section {
    height: 100vh;
  }
 
  nav {
    height: auto;
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
    float: left;
    position: relative;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: #333;
    border-bottom: 1px solid #555;
  }
  nav a:hover {
    background: #444;
  }
  nav a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari and Chrome */
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  nav a#openup {
    display: block;
    background-color: #333;
    width: 100%;
    position: relative;
  }  
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

@media screen and (max-width: 1024px){
  .footer-cols{
    grid-template-columns: 4fr;
  }
}