/*****BASE STYLES*****/

html,body {
  height: 100%;
  margin: 0;
  background-color:#f4f4f4; /*teal*/
    /*font-family:'Hind Siliguri', sans-serif;*/
    font-family: 'Libre Baskerville' , sans-serif;
    /*font-family: 'Nanum Myeongjo', sans-serif;*/
    color:#4f518c;
    font-size: 1em
}

/**********HEADER*************/
/********Mobile First********/

/*#home {
  /*padding:65px 25px 65px 25px;
  height:60px;
  background-image: url(../img/background.jpg);
  background-size: 100% 100%;
  display: flex;
  flex-flow:column nowrap;
  justify-content:flex-end;
  align-items:flex-end;

}

#career {
  /*padding:65px 25px 65px 25px;
  height:200px;
  background-image: url(../img/career.jpg);
  background-size: contain;
  display: flex;
  flex-flow:column nowrap;
  justify-content:flex-end;
  align-items:flex-end;

}

#education {
  /*padding:65px 25px 65px 25px;
  height:200px;
  background-image: url(../img/education.jpg);
  background-size:cover;
  display: flex;
  flex-flow:column nowrap;
  justify-content:flex-end;
  align-items:flex-end;

}*/
header h1 {
  Font-weight:bold;
 /* color:/*#551A8B #ffaa80 #00cc99;*/
  text-shadow: 1px 1px black;
  text-align:center;
}

header h2{
       color: #4f518c;
       text-align:center;
}

header h3{
        color: #4f518c;
        text-align:center;
}

header h3 a{
     text-align:center;
   }

nav {
      color: #fafafac;
      padding: 20px 0px 20px 30px;
      display: inline-block;
      /*text-shadow: 1px 1px black;*/
     }

nav a {
    padding:0px 5px 0px 0px;
}

.top-text{
    width: 100%;
    padding:0;
   
    border-radius:5px;
    font-size:1em;
}

.logo{
  /*font-family:'Great Vibes', cursive;*/
  /*font-family:'Sastisfy', cursive;
  /*font-family:'Tangerine', cursive;
  font-family:'Allura', cursive;
  font-family:'Alex Brush', cursive;
  /*font-family:'Meie Script', cursive;
  font-family:'League Script', cursive;*/
  /*font-family:'Bangers';*/
  font-size:2em;
  text-align:center;
  color:#4f518c;
  background-color:  #f4f4f4;
}

.menu{
       width:100%;
       /*background-color: #00cc99;*/
       font-size: 16px;
       border-style:none none solid none;
       border-color:  #D8D8D8;
}

.menu a{
    color: #4f518c;
}

/*****************MAIN*************/
/*Six columns side by side - Mobile First*/
.column{
    float:left;
    width:100%;

}
.demo {
    opacity: 0.6; /* add a transparency effect for thumbnail images */
}
.active, .demo:hover{opacity:1;
}

/*Container holding the image and the text */

.container {
    position: relative;
    text-align: center;

}

/* Centered Text on home page for each image */
.centered {
  width: 100%;
  position: absolute;
  bottom:0;
  left:0;
  /*transform: rotate(-20deg);*/
  background-color: #f4f4f4;

  /*border-radius:5px;*/
  display:flex;
  align-items: center;
  /*padding:10px 150px 0px 150px ;*/
  font-size: 3em;
  /*color:#00cc99;*/
}

/****************CAREER PAGE************/
/* off-screen-menu */
.off-screen-menu {
    background-color: #fafafa;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;
}
.off-screen-menu.active {
    right: 0;
}



/* nav */
nav {
    padding-top: 10px;
    display: flex;

}



/* ham menu */
.ham-menu {
    height: 30px;
    width: 40px;
    margin-left: auto;
    position: relative;
}
.ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #4f518c;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color:#cdb4db
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}


.experience {
    background: #fafafa;
    padding: 20px;
    margin: 15px 0;
    border-left: 5px solid #cdb4db;
}
.project {
    background: #fafafa;
    padding: 20px;
    margin: 15px 0;
    border-left: 5px solid #cdb4db;
    clear:both;
    text-align:center;
  
}

.inc {
  width:100px;
  height:300px;
  float:left;
  align-content:center;
  padding-right:20px;
  padding-left:10px;
  background-color:#f4f4f4;
}

.inc a{
  display:block;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;

}

.inc img{
    width:100%;
}

.history {
    max-width: 200px;
    float: left;
}

ul.careerlist{
    padding:0px 0px 0px 10px;
}
ul.careerlist li {
    display: block;
    font-size: 1em;
    text-align:left;
}
.project button, button {
    background-color:#cdb4db;
    border: none;
    border-radius:8px;
    padding:10px;
    margin-left:20px;
    margin-top:1px;
}

.project ul li {
   
    display: block;
    margin: 10px;
    font-size: 1.5em;
}

/************TRAJECTORY***************/

.trajectory{
  clear:both;
  text-align:center;
  text-transform:uppercase;
 /* background: linear-gradient(coral,gray);*/
}

.trajectory h2{
    padding:10px;
}
/*****Table design*****/

#table, #trabajos{
    margin:30px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva,  Verdana, 'Libre Baskerville', sans-serif;
    border-collapse:collapse;
    font-size:10px;
    /*width:100%;*/
}

#table td, #trabajos td, #table th, #trabajos th{
    padding: 5px;
    border: 1px solid #0c2727;
}

#trabajos th, #trabajos th{
    text-align:center;
   /* background-color:#0c2727;*/
}

#trabajos td, #trabajos td{
    text-align:left;
}
/********************PROJECTS******************/





.side{
    float:right;
    padding:2px;
}

iframe.project {
    width: 100%;
    height:auto;
    /*padding:20px;
    display:inline-block;*/
}


/*****************EDUCATION*******************/

.fragment{
    margin-top:30px;
    margin-bottom:30px;
    padding-top:5px;
    background: white;
    border-radius:2px;
    border:red;
}



.fragment h4{
    margin:0;
    padding-left:20px;
    font-size:1.5em;
}

.unilogo {
    float: right;
    margin:10px;
    width: 100px;
}
 p{
   padding:25px;
   font-size:1.5em;
 }

 .foto{
   padding:30px;
 }

iframe.subscreen {
     width:100%;
     height:700px;
 }

/* Keep footer bellow images*/
footer {
  height:100px;
  text-align:right;
}

.information {
  background-color:#f4f4f4;
  clear:both;
  padding: 5px 0px 5px 0px;
  border-style: solid none solid none;
  border-color: #D8D8D8;
}

/* arrange contact icons*/


ul li {
    display: inline-block;
    
}

ul li a{
  padding-left:10px;
  padding-right:20px;
}



/*****************HOBBY*******************/

.hobbycontent{
   height:auto;
   padding:20px 0 20px 0;
}

.hobbyOptions {
    width: 100%;
    padding: 20px;
    align-content:center;
}

.hobbyOptions button, button {
        /*background-color:  #f4f4f4;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        /*font-family: 'Bangers';*/
        border: none;
        border-radius:8px;
        text-transform:capitalize;
        padding:10px;
        margin-left:20px;
        margin-top:1px;
        display:block;

    }
#hobbyImage{

    width:100%;

}

/******************hobby page flower images************/

.photography img {
    height: 300px;
    width: 300px;
    display: inline;
}

 .photography #images {
    float: left;
    width: 300px;
}

.photography button {
    /*background-color:  #40BFBD;*/
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, 'Libre Baskerville' ,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px;
    display: inline;
}

#buttons{
    clear:both;
}

.wrappedElement {
    border: solid 2px  #D8D8D8;
    background-color:  none;
    padding: 10px;
}

/*********************CONTACT***************************/

form {
    padding:15px;
    font-size:3em;
}


.alert {
    font-style: italic;
    font-size: 20px;
    background-color: black;
    font-style: color;
    color: red;
}

/***************************CULTURE PAGE*************************/
.cultitle {
    font-size: 4em;
    /*font-family:'bangers';*/
    text-align: center;
    margin: 20px 0 40px;
    padding: 0;
    color: #4f518c;
}

.culturecontainer {

    width: 80%;
    margin: 0 auto;
    overflow: auto;
    padding: 2%;
}

.culimg {
    width:200px;
    height:200px;
}

.right-content, .left-content {
    float: left;
    display: block;
    width: 40%;
    padding: 1% 2%;
}

.left-content {
    border-right: 5px dotted  #D8D8D8;
    text-align: right;
}

.left-content p {
        margin: 90px 0 0;
    }

.right-content p {
    margin: 40px 0 90px;
}

.container p {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.left-content .more-padding {
    padding-right: 100px;
}

.right-content .more-padding {
    padding-left: 100px;
}

/* --------- Media queries -----------*/

/* --- Tablet ---*/

@media (min-width: 700px) {

   /* #home {}
        height: 60px
    }

    #career {
        height: 400px
    }*/

    .column {
        float: left;
        width: 33.3%;
    }

    .centered {
        font-size: 2rem
    }

    .top-text {
        width: 75%;
        margin: 5px 0px;
        font-size: 2em;
    }

    .inc {
        width: 200px;
        height: 500px;
    }

    .history {
        max-width: 500px;
        float: left;
        padding-left: 10px;
        padding-top: 10px;
    }

    h3 {
        font-size: 2em
    }

    ul.careerlist li {
        font-size: 2em;
    }

    form{
        padding:30px;
        font-size:2em;
    }
    .photography img {
        height: 200px;
        width: 200px;
        display: inline;
    }

    .photography #images {
        float: left;
        width: 1200px;
    }

    .hobbyOptions button, button {

        display:inline;

    }
    #table, #trabajos{
    border-collapse:collapse;
    font-size:12px;
    /*width:100%;*/
}

}
    /*---------- Desktops ----------*/
@media (min-width: 1500px) {

 /*   #home {
        /*height: 400px;
        /*background-image: url(../img/background.jpg);
        background-size:100%;
        display: flex;
        flex-flow: column nowrap;
    }

    #career {
        height: 400px;
        /*background-image: url(../img/estee-janssens-zEqkUMiMxMI-unsplash.jpg);
        background-size: 100% 100%;
        display: flex;
        flex-flow: column nowrap;
    }

    #education {
        height: 400px;
        /*background-image: url(../img/education.jpg);
        background-size: 100% 100%;
        display: flex;
        flex-flow: column nowrap;
    }*/

    .column {
        float: left;
        width: 16.6%;
    }

    .centered {
        font-size: 2rem
    }

    .top-text {
        width: 33.3%;
        margin: 20px 20px;
        font-size: 2em;
    }

    .inc {
        width: 300px;
        height: 700px;
    }

    .history {
        max-width: 800px;
        float: left;
        padding-left: 10px;
        padding-top: 10px;
    }

    h3 {
        font-size: 2em;
    }

    ul.careerlist li {
        font-size: 2em;
    }

    form {
        padding:30px;
        font-size: 2em;
    }

    .photography img {
        height: 200px;
        width: 200px;
        display: inline;
    }
    .photography #images {
        float: left;
        width: 1200px;
    }


    .hobbyOptions button, button {

        display:inline;

    }
     #table, #trabajos{
    border-collapse:collapse;
    font-size:14px;
    /*width:100%;*/
    }
}
