/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: #000000;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: #1A1A1A;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    min-height: 80px;
    border:0;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #DA4545!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(max-width:768px){
    .navbar-default {

        background-color: transparent;
    }
    .affix{
        background-color: #fff;
    }
}

@media(min-width:768px) {
    .navbar-default {

        background-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {

    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {

    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
/*    background-image: url(../img/header-small.jpg);*/
background-color:#fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 1;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}


.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #000000;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #235279;
    color: #fff;
    background-color: #237C80;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #115356;
    color: #fff;
    background-color: #115356;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #000;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #000;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #000;
}

.navbar-brand{
    height: auto;
}

ul.nav.navbar-nav.navbar-right.inner-pages a{
    color:#000;
}
section#page{
padding-top: 0;
}
section#blog{
    padding: 0;
}
#blog img
{
 margin-top: 10px;
 margin-bottom: 20px;
}
#blog .btn{
    min-width: 100px;
    padding: 10px;

}

#titles{
    margin-top: 125px;
    margin-bottom: 25px;
}

.blog-posts:nth-child(2n+0){
    clear: both;
}
.blog-posts{
    margin-top: 25px;
}

.affix{
    -webkit-box-shadow: 0px 2px 10px 0px rgba(176,176,176,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(176,176,176,1);
    box-shadow: 0px 2px 10px 0px rgba(176,176,176,1);
}

#single h2{
    margin-top: 25px;
    font-size:400%;
}

#single p{
    margin:1.5em 0;
    line-height: 1.7;
    font-size:16px;
    color:rgba(0, 0, 0, 1);
    word-break:break-word;
}

section#single{
    padding-top: 0;
}

.home .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus{
    color: rgba(255,255,255,.7);
}
.home .navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus{
    color: #222;
}

.wp-pagenavi a, .wp-pagenavi span
{
    padding: 10px;
    margin-top: 20px;
}

.wp-pagenavi{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.navbar-default .navbar-toggle{
    margin-top: 35px;
}

/*as saw on soil */
main {
  margin-left: 16.66666667%;
  float: left;
  width: 66.66666667%;
}

.date{
    margin-right: 5px;
}

.navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover{
 color:#f05f40;
}
.margin-top{
margin-top:35px;
}

section#contact{
padding-top: 50px;
padding-bottom: 20px;
background-color:#1A1A1A;
color: #fff;
}
#contact hr{
border-color: #fff;
}

/*Nav next and previous*/
.nav-previous a{
float: left;
border:2px solid #000;
padding: 10px;
width: 49%;
text-align: center;
}
.nav-previous a{
    color: #444;
}

.nav-next a{
float: right;
border:2px solid #000;
padding: 10px;
width: 49%;
text-align: center;
}
.nav-next a {
    color: #444;
}

.nav-next a:hover, .nav-previous a:hover{
background-color: #000;
transition:all ease 0.3s;
}

.nav-next a:hover, .nav-previous a:hover{
color: #fff;
transition:all ease 0.3s;
}

.single-full {
    width: 100%;
}

.tags{
    margin-bottom: 25px;
}
.tags a{
    border:2px solid #000;
    border-radius: 15px;
    color: #000;
    padding: 5px 10px;
}
.tags a:hover{
    text-decoration: none;
}

.navbar-default .navbar-toggle{
    border:0;
}
.navbar-default .navbar-toggle:hover{
    border:0;
    background: inherit;
}
.navbar-default .navbar-toggle:focus{
    border:0;
    background: inherit;
}

@media (min-width: 768px) {
 ul.nav.navbar-nav.navbar-right{
    padding-top: 30px;
}
}

.hr-home{
    border-color: #fff;
}
input, textarea{
    width: 100%;
}
.social{
    border-top :1px solid #2B2B2B;
    padding-top: 20px;
}

::selection {
background:#000;
color:#fff;
}

::-moz-selection {
background:#000;
color:#fff;
}

::-webkit-selection {
background:#000;
color:#000;
}


#intro-cv{
    background:-webkit-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%), url(../img/cv-1.JPG);
    background:-ms-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%), url(../img/cv-1.JPG);
    background:-moz-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%), url(../img/cv-1.JPG);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}
#intro-cv h1{
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
}
#intro-cv p{
    color: #fff;
}

#cv-bottom{
    background:-webkit-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%), url(../img/biz-card.JPG);
    background:-ms-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%), url(../img/biz-card.JPG);
    background:-moz-radial-gradient(top center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 100%), url(../img/biz-card.JPG);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-cv h1{
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
}

#specialities{
background-color: #F5F5F5;
}
#skills{

}

/* Skill Bar */

.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#eee;
    height:35px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-title {
    position:absolute;
    top:0;
    left:0;
width:110px;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.1);
    padding:0 20px;
    height:35px;
    line-height:35px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-bar {
    height:35px;
    width:0px;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:35px;
    line-height:35px;
    color:#ffffff;
    color:rgba(0, 0, 0, 0.4);
}
/*End of skill bar*/

.cv-skills li{
    list-style-type: none;
  text-align: center;
  padding: 10px;
  border: 2px solid #000;
  margin-bottom: 5px;
}

nav.anchorific{
   position: fixed;
  right: 5%;
  top: 35%;
  width: 9em;
  margin-top: 3em;
}
nav.anchorific ul{
    list-style-type: none;
    padding-left: 15px;
}
nav.anchorific ul li{
    margin-top: 15px;
}
nav.anchorific ul li a{
    color: #000;
}
.anchor-title{
    padding-left: 15px;
    font-weight: 600;
}
.blog-text{
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
}
.blog-text h1{
    width:66.66666667%;
    margin: auto;
    border:3px solid ;
    padding: 20px;
}
article{
    padding-top: 20px;
}
nav.navigation.post-navigation{
    margin-bottom: 55px;
}
.skillbar-title{
    height: 100%;
    padding: 10px;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    z-index: -1;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

/**
Headroom
 */
.slideDown {
    transform: translateY(0%);
}
.slideUp {
    transform: translateY(-100%);
}

.eta{
    margin-bottom: 10px;
    font-weight: bold;
}


/*Update 6 junho 2017*/
  #intro{
    height: 97vh;
    background-color:#232323;
    margin:1rem;
    background-image: url('https://fabioalbuquerque.pt/wp-content/uploads/2017/05/balls-bg.png');
    background-attachment: fixed;
    background-position: center center;
    background-repeat:no-repeat;
  }
  /*.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus{
    color:#fff !important;
  }*/
  #intro h1{
    color:#fff;
    text-align: center;
    font-size:6rem;
    font-weight: bold;
    margin-top:8rem;
  }
  .projets-in{
    margin-top:1rem;
    margin-bottom: 3rem;
    color:#fff;
    text-align: center;
    font-size: 2rem;
  }
  .services-home{
    background-color:#29fca5;
    padding:0.5rem;
    text-align: center;
    color:#232323;
    font-size:2rem;
  }
  .services .col-md-4{
    text-align: center;
  }
  .services .col-md-4:hover{
    cursor: pointer;
  }
  .services .col-md-4 img{
    margin-bottom: 2rem;
    max-width: 6rem;
  }
  .scroll-down-vertical{
    position: absolute;
    color: #fff;
    bottom: 6%;
    left: 51%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-size:1rem;
    border-bottom: 2px solid;
    padding:0 1.5rem;
  }
  .scroll-down-vertical:hover{
    color:#eee;
    text-decoration: none;
  }
  #value{
    padding:35px 0;
    text-align: center;
    height: 50%;
    background-color: #f9f9f9;
  }
  #value h2{
    font-size:5rem;
    font-weight: bold;
  }
  h4.my-workflow {
    margin-bottom: 0;
    font-size: 2.5rem;
    color: #b9b9b9;
    font-weight: bold;
    font-style: italic;
  }
  .design-quote{
    color: #757575;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3.5rem;
    margin-top:1rem;
  }
  .methdology{
    text-align: center;
  }
  .methdology-row{
    margin-top:3rem;
  }
  .methdology-row .col-md-3{
    border: 2px solid;
    padding: 2rem;
    margin-right: 2%;
    width: 23%;
  }
  .methdology-number{
    font-size: 3rem;
    background-color: #f9f9f9;
    position: absolute;
    top: -3rem;
    left: 40%;
    width: 4rem;
  }
  #work{
    padding:100px 0;
    background-image: url('https://fabioalbuquerque.pt/wp-content/uploads/2017/05/balls-bg.png');
    background-attachment: fixed;
    background-color: #212121;
    min-height: 50%;
    color:#fff;
  }
  #work .row{
    margin-right: 0;
    margin-left: 0;
  }
  #work h2{
    font-size:5rem;
    font-weight: bold;
    color:#29fca5;
    margin-bottom:3rem;
    margin-left:1rem;
  }
  .nav-tabs{
    border-bottom:0;
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #29fca5;
    cursor: default;
    background-color: transparent;
    border: 2px solid #29fca5;
    border-radius: 0;
    font-size: 2rem;
  }
  .nav-tabs>li>a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 2px solid #b3f9dc;
      border-radius: 0;
      margin-left: 1.5rem;
      color: #b3f9dc;
      font-size: 2rem;
    }
    .nav-tabs>li>a:hover{
      background: #b3f9dc;
      color: #333333;
      border: 2px solid #b3f9dc;
    }
    .tab-content{
      font-size:1.6rem;
      margin-top:2.5rem;
      line-height: 1.8;
    }
    #technologies{
      background:#f9f9f9;
    }

    #portfolio{
      background-color: #f9f9f9;
    }
    #portfolio h2{
      color: #47474c;
      font-size: 5rem;
      font-weight: bold;
      text-align: left;
      padding: 2rem;
    }
    .line--left{
      border-bottom: 1px solid #fff;
      position: relative;
      width: 5rem;
      left: -1rem;
      top: -1.3rem;
    }
    .line--right{
      border-bottom: 1px solid #fff;
      position: relative;
      width: 5rem;
      left: 1rem;
      top: -1.3rem;
    }
    #about-me{
      height: 100vh;
      background-color: #fff;
    }
    #about-me h2{
      font-size:5rem;
      font-weight: bold;
      color:#1fd68a;
      margin-bottom:3rem;
    }
    a{
      color:#1fd68a;
    }
    a:hover{
      color:#17ad6f;
    }
    

    /* Small devices (tablets, 768px and up) */
    @media (max-width: 768px) {
      #intro{
        height: auto;
      }
      #intro h1{
        margin-top:4rem;
      }
      .services .col-md-4 img {
        margin-bottom: 2rem;
        margin-top: 3rem;
        max-width: 5rem;
      }
      .projets-in{
        margin-bottom:0;
      }
      .scroll-down-vertical{
        display: none;
      }
      #about-me {
        height: auto;
        padding: 20px 0;
      }
      #value{
        height: 100%;
      }
      .methdology-row .col-md-3{
        margin-right: 0;
        width: 100%;
        margin-bottom: 3rem;
      }
      #work{
        padding: 20px 0;
      }
      #work h2{
        font-size:4rem;
        margin-bottom:1rem;
      }
      .nav-tabs>li>a{
        margin-top:2rem;
      }
    } /*end of mobile queires*/

    /*Tablet queires*/
    @media (min-width: 768px) and (max-width:991px) {
      #value{
        height: 100%;
      }
    }
    @media (min-width: 992px) and (max-width:1306px) {
      #about-me {
          height: 117vh;
        }
      #value{
        height: 70%;
      }
    }
