*{
  box-sizing: border-box;
  text-decoration: none;
}
header{
  display:block;
}
.heading{
  display:inline-block;
  float: left;
  font-family: Volkhov;
  font-size: 2em;
  line-height: 100%;
  margin-left: 10px;
  margin-top:5px;
}
.sub-pages{
  display:none;
}
/*.sub-pages{
  display:inline-block;
  float: left;
  font-family: Volkhov;
  font-size: 2em;
  line-height: 2.5em;
  margin-left: 10px;
  margin-top:-5px;
  color:#444;
}
*/
.logo{
  float:left;
  width:80px;
  height:45px;
  margin-right: 10px;
}
.topnav{
  display: block;
}
header ul{
  float:left;
  list-style: none;
}
header ul li {
  display:inline-block;
  color:black;
}
header ul li a{
  color:#444;
  font-family: Vidaloka;
  font-size: 1.3em;
  float:right;
  padding:0 20px 0 20px;
  text-align: center;
}
header ul li:last-child a{
  border:none;
}
header ul li a:hover{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-style:solid;
  border-color: black;
  border-width: 1px;
  box-shadow: 3px 5px 7px #444;
}
.homelink{
  width:40px;
  float:right;
  opacity:0.5;
}
.homelink:hover{
  Opacity:1.0;
}
.banner{
  display: table;
  width:100%;
  height:100vh;
  background: url("../img/Banner image.jpg");
  background-size: cover;
  background-position: center;
  margin-top:100px;

}
.banner img{
  float: left;
  border-radius: 50%;
  box-shadow: 10px 10px 15px #444;
  padding: 10px;
  margin:50px 0 0 125px;
  width:230px;
  height:300px;
}
h2{
  color:white;
  text-shadow: 3px 5px 10px black;
  font-size: 2.5em;
  font-weight:lighter;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 100px;
  text-align:center;
}

/*my projects*/

.linkbox-projects{
  display: block;
  float:left;
  margin-top: -100px;

}
.banner .linkbox-projects a img{
  display:inline;
  float: left;
  width:95px;
  height:120px;
  margin: 150px 0 0 200px;
  border-radius: 35%;
  opacity:0.7;
}
.linkbox-projects img:hover{
    opacity:1.0;
}
.linkbox-projects h3{
  text-align: center;
  line-height: 2em;
  float: left;
  color:white;
  margin:0 50px 0 120px;
  font-family: Vidaloka;
  font-size:1.5em;
  font-weight: lighter;
  text-shadow: 3px 5px 7px black;
}
.banner .back-button-my-projects a img{
  display:inline;
  float: right;
  height:65px;
  width:65px;
  margin-top: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.back-button-my-projects img:hover{
  border-style:solid;
  border-color: black;
  border-width: 2px;
  box-shadow: 3px 5px 7px black;
}

/* about me */
.linkbox-about-me{
  display: block;
  float:left;
  padding: 150px 0 0 125px;
  margin-top:-50px;
  margin-left: 30px;
}
.linkbox-about-me div{
  display: block;
  float: left;
  height:50px;
  margin-bottom: 20px;
}
.linkbox-about-me div a h3{

text-align: center;
  line-height: 2em;
  float: left;
  color:white;
  margin:0 30px 0 35px;
  font-family: Vidaloka;
  text-transform: uppercase;
  font-size:1.5em;
  text-shadow: 3px 3px 5px black;
}
.linkbox-about-me div:hover{
  color:white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-style:solid;
  border-color: black;
  border-width: 2px;
  box-shadow: 3px 5px 7px black;
}
/*-----------My story---------------*/
.linkbox-my-story div{
  margin-left: 50px;
  margin-right: 10px;
  margin-top: 400px;
}
.linkbox-my-story h2{
  color:white;
  text-shadow: 5px 4px 6px black;
  font-size: 1.5em;
  font-weight:lighter;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 20px;
  text-align:left;
}
.back-button-my-story img{
  display:inline;
  float: right;
  height:70px;
  width:70px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.back-button-my-story img:hover{
  border-style:solid;
  border-color: black;
  border-width: 2px;
  box-shadow: 3px 5px 7px black;
}
/*MY RESUME*/
.linkbox-my-resume div a img{
  display:inline;
  float:right;
  margin: 50px 200px 0 0;
  border-radius: 35%;
width:75px;
  height:100px;
  padding:1px;
  opacity:0.7;
}
.linkbox-my-resume img:hover{
opacity:1.0;

}

.back-button-my-resume a img{
  display:inline;
  float: right;
  height:70px;
  width:70px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.back-button-my-resume img:hover{
  border-style:solid;
  border-color: black;
  border-width: 2px;
  box-shadow: 3px 5px 7px black;
}
.linkbox-my-resume h3{

  display:inline;
  float:right;
  text-align: center;
  line-height: 2em;
  float: left;
  color:white;
  margin:15px 50px 0 120px;
  font-family: Vidaloka;
  font-size:1.5em;
  font-weight: lighter;
  text-shadow: 3px 5px 7px black;
}


.linkbox div{
  height:100px;
  width:calc(100% - 10px);
  background-blend-mode: multiply;
  text-align: center;
  text-transform: uppercase;
  font-family: Volkhov;
  font-size: 1em;
  line-height: 5.5em;
  margin-bottom:-5px;
  margin-top: -5px;
  margin-left:5px;
  background-color: #E0E0E0;

}
.linkbox h3{
  color:#444;
}
.linkbox h3:hover{
  color:white;
}
.linkbox div:hover{
  background-color:#A0A0A0;
  color:white;
}

/*
.linkbox-projects div:hover{
  color:white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-style:solid;
  border-color: black;
  border-width: 2px;
  box-shadow: 3px 5px 7px black;
}
*/
.banner .linkbox-contact div {
  display:inline-block;
  float:left;
  padding-left: 30px;

  }
.banner .linkbox-contact div a{
  display:inline;
  float:left;
  margin-top: 100px;

  }
  .banner .linkbox-contact div a img{
    display:inline;
    float:left;
    margin-left:80px;
    width:75px;
    height:75px;
    }
.linkbox-contact img:hover{
    opacity:1;
}

.clear{
  clear:both;
}
footer{
  font-family: Volkhov;
  text-align: right;
  color:#444;
  font-size: 1em;
  display:inline;
  margin-right: 10px;
}
footer h3{
  float:right;
  font-family: Volkhov;
  text-align: right;
  color:#444;
  font-size: 1em;
  font-weight: lighter;
  display:inline;
  margin-right: 10px;
}

.sitemap{
  display:none;
}
/*
.sitemap ul{
  display:block;
  float:left;
  list-style: none;
}
.sitemap ul li {
  display:inline-block;
  float:left;
  padding:0 25px 0 25px;
  color:#444;
  text-decoration: none;
}
.sitemap ul li a{
  color:#444;
}
*/
/*#########################################################################################################################################*/
@media only screen  and (min-width:768px) {
  .heading{
    font-size: 2.5em;
  }
  .sub-pages{
    display:inline-block;
    float: left;
    font-family: Volkhov;
    font-size: 1.2em;
    line-height: 5.2em;
    margin-left: 10px;
    margin-top:-18px;
    color:#444;
  }
  header ul {
    margin-left: 180px;
  }
  header ul li a{
    margin-left: 20px;
    font-size: 1.5em;
    padding:0 50px 0 20px;
    text-align: center;
  }
  .banner{
    display: table;
    width:100%;
    height:100vh;
    background: url("../img/Banner image.jpg");
    background-size: cover;
    background-position: center;
    margin-top:100px;
  }
  .linkbox div{
    height:100px;
    width:300px;
    float: left;
    background-color:lightgrey;
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom:25px;
    margin-top: 25px;
    margin-left:15px;
  }
  .sitemap{
    display:block;
  }
  .sitemap ul{
    display:block;
    float:left;
    list-style: none;
    margin-left: 100px;
  }
  .sitemap ul li {
    display:inline-block;
    float:left;
    padding:0 25px 0 25px;
    color:#444;
    text-decoration: none;
  }
  .sitemap ul li a{
    color:#444;
  }
  /*My projects*/
  .linkbox-projects{
margin-left: 200px;
  }
.back-button-my-projects img{
margin-top:300px;
width:80px;
height:80px;
  }
/* About me */
  .linkbox-about-me{
    padding: 150px 0 0 0;
    margin-top:100px;
  }
  .linkbox-about-me div{
    height:60px;
  }

  .linkbox-about-me div a h3{
    line-height: 1.8em;
    font-size:2em;
  }
  .banner img{
    margin:50px 0 0 50px;
    width:350px;
    height:450px;
  }
  /*-----------My story---------------*/
  .linkbox-my-story {
float:left;
margin-left: 100px;
margin-top:-500px;
  }

  .linkbox-my-story div{
    margin-left: 80px;
    margin-right: 10px;
    margin-top: 100px;
  }
  .linkbox-my-story h2{
    padding-left: 180px;
    color:white;
    text-shadow: 5px 4px 6px black;
    font-size: 1.8em;
    font-weight:lighter;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    text-align:left;
  }
  .back-button-my-story img{
    height:80px;
    width:80px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  /*MY RESUME*/
  .linkbox-my-resume div a img{
    margin: 200px 140px 0 0;
  }
  .back-button-my-resume a img{
    display:inline;
    float:right;
    margin-top:250px;
  }
  .linkbox-my-resume h3{
    text-align: center;
    line-height: 2em;
    float: right;
    color:white;
    margin:15px 50px 0 20px;
    font-family: Vidaloka;
    font-size:1.5em;
    font-weight: lighter;
    text-shadow: 3px 5px 7px black;
  }
  .clear{
    clear:both;
  }
  footer h3{
    font-size: 1em;
}
/*##############################################################################################################################*/
@media only screen  and (min-width:1020px) {

  h2{
    font-size: 3.5em;
  }
  header ul {
    margin-left: 300px;
  }
  header ul li a{
    margin-left: 20px;
    padding:0 50px 0 20px;
  }
  .banner{
    display: table;
    width:100%;
    height:100vh;
    background: url("../img/Banner image.jpg");
    background-size: cover;
    background-position: center;
    margin-top:100px;
  }
  .linkbox {
  display:none;
  }
  /*My projects*/
  .linkbox-projects{
    margin-left: 300px;
  }
  /* About me */
    .linkbox-about-me{
      padding: 150px 0 0 0;
      margin-top:-400px;
      margin-left:400px;
    }
    .linkbox-about-me div{
      height:60px;
      margin-right: 50px;
    }

    .banner img{
      margin:50px 0 0 50px;
      width:350px;
      height:450px;
    }
    .linkbox-about-me div a h3{
      line-height: 1.8em;
      font-size:2em;
    }
    /*-----------My story---------------*/

    .linkbox-my-story h2{
      font-size: 2em;
    }
    .back-button-my-story img{
      height:80px;
      width:80px;
    }

    /*MY RESUME*/
    .linkbox-my-resume div a img{
      margin: 200px 350px 0 0;
    }
    .back-button-my-resume a img{
      display:inline;
      float:right;
      margin-top:300px;
      margin-left: 550px;
    }
    .linkbox-my-resume h3{
      text-align: center;
      line-height: 2em;
      float: right;
      color:white;
      margin:0 250px 0 0;
      font-family: Vidaloka;
      font-size:1.5em;
      font-weight: lighter;
      text-shadow: 3px 5px 7px black;
    }

    /* contact me */

      .banner .linkbox-contact div a img{
        display:inline;
        float:left;
        margin-left:80px;
        width:85px;
        height:85px;
        }

    .clear{
      clear:both;
    }
    footer h3{
      font-size: 1em;
  }
  .clear{
    clear:both;
  }
  footer{
    font-size: 1em;
  }
}
/*###########################################################################################################################*/
@media only screen  and (min-width:1280px) {

  .heading{
    font-size: 3em;
  }
  header ul li a{
    margin-left: 20px;
    font-size: 2em;
    padding:0 20px 0 20px;
  }
  header ul {
    margin-left: 400px;
  }
  .banner{
    display: table;
    width:100%;
    height:100vh;
    background: url("../img/Banner image.jpg");
    background-size: cover;
    background-position: center;
    margin-top:100px;
  }
  .linkbox {
    display:none;
  }
  /*My projects*/
  .linkbox-projects{
    margin-left: 550px;
  }
  /* About me */
    .linkbox-about-me{
      padding: 150px 0 0 0;
      margin-top:100px;
      margin-left:100px;
    }
    .linkbox-about-me div{
      height:60px;
      margin-right: 50px;
    }
    .banner img{
      margin:50px 0 0 50px;
      width:350px;
      height:450px;
    }
    .linkbox-about-me div a h3{
      line-height: 1.8em;
      font-size:2em;
    }
    /*-----------My story---------------*/

    .linkbox-my-story h2{
      font-size: 2em;
    }
    .back-button-my-story img{
      height:80px;
      width:80px;
    }
    /*MY RESUME*/
    .linkbox-my-resume div a img{
      margin: 200px 540px 0 0;
    }
    .back-button-my-resume a img{
      display:inline;
      float:right;
      margin-top:300px;
      margin-left: 550px;
    }
    .linkbox-my-resume h3{
      text-align: center;
      line-height: 2em;
      float: right;
      color:white;
      margin:50px 450px 0 220px;
      font-family: Vidaloka;
      font-size:1.5em;
      font-weight: lighter;
      text-shadow: 3px 5px 7px black;
    }
/* contact me*/

    .banner .linkbox-contact div {

      margin-left: 150px;

      }
    .banner .linkbox-contact div a{
      display:inline;
      float:left;
      margin-top: 150px;


      }
      .banner .linkbox-contact div a img{
        display:inline;
        float:left;
        margin-left:80px;
        width:100px;
        height:100px;
        }
    .linkbox-contact img:hover{
        opacity:1;
    }

  .clear{
    clear:both;
  }
  footer{
    font-size: 1em;
  }
}
