@import url();
@import url();


/* COMMON sTYLES */

html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.intro {
  height: 100%;
  width: 100%;
  margin: auto;
  background-position: center;
  background-image: url("../images/1.jpg");
  /*background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  display: table;
}

.intro .inner{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: none;
}

 .logo {
  display: table-cell;
  max-width: none;
  height: 50%;
  width: 50%;
} 

.bg-img{
  background: url('../images/1.jpg');
}

.content{
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  /*padding-bottom: 30%;*/
}

.content h1{
  font-family: 'Bookman Old Style';
  color: #fff;
  font-size: 400%;
  font-weight: 100;
  line-height: 100%;
}
.btn{
  font-size: 100%;
  text-decoration: none;
  color: #ff9933;
  border: solid #ff9933 2px;
  padding: 10px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.btn:hover{
  color: #000;
  border: solid #000 2px;

}

/*********************************************************/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index:100;
    top: 0;
    left: 0;
    background-color: #003459;/*rgb(0,0,0);*/
    /*background-color: rgba(0,0,0, 0.9);*/
    overflow-y: hidden;
    transition: 0.5s;
    opacity: 0.8;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



/*********************************************************/

#mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: 0;
}

#about {
    top: 20px;
    background-color: #4CAF50;
}

#blog {
    top: 80px;
    background-color: #2196F3;
}

#projects {
    top: 140px;
    background-color: #f44336;
}

#contact {
    top: 200px;
    background-color: #555
}

/***********************************************************/

/*TopBar*/

.Top{
  background-color: #007aae;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  display: table;
  height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.container-top{
  margin: auto;
  padding-top: 5px;
}

.container-top a {
  color: orange;
  text-decoration: none;
}
.container-top a:hover {
  color: white;
    transition: all 0.5s;
    text-decoration: none;
}


/**********************************************************/
/*navbar*/
  .ab-footer{
    
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #843b62;
   color: white;
   text-align: left;
  }

.na > a:hover{
  text-decoration:none;
  /*color: red;*/
}
.button_container2{
  position: fixed;
  top: 6%;
  left: 5%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}


.button_container {
  position: fixed;
 /* top: 5%;
  right: 2%;*/
  top: 10%;
right: 5%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #ee8434;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}




/**********************************************************/

/*Footer*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #007aae;
    color: white;
    text-align: center;
    height: 50px;
}

/**********************************************************/

.ab-nav{
  height: 73px;
}

/*Media Queries*/

/* DESKTOP */
@media screen and (max-width: 900px){

.intro .inner .logo {
  width: 150px;
  height: 150px;
}

.ab-btn{
  margin: 14px auto;
  border-radius: 2px;
}

.ab-nav{
  height: 73px;
}


}

/*TAB*/
@media screen and (max-width: 768px){

.ab-btn{
  margin: 14px auto;
  border-radius: 2px;
}
  
}
/*MOBILE*/
@media screen and (max-width: 480px){

  .container-top{
    padding-top: 5px;
    height: 60px;

  }

  .ab-btn{
  /*margin: 14px auto;*/
  border-radius: 2px;
}

  
}