@font-face{
    font-family: 'roboto';
    src: url(fonts/RobotoSlab-Regular.ttf)
}
body{
    
    margin: 0;
    padding: 0;
}
/* header */
header{
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
}
.navbar{padding:0.5rem 3rem;}
.bg-light{ background-color:  #231F20!important;}
.nav-link{font-size: 1.5rem;}
.navbar-brand img{ 
    width: 100px;
    height: 100px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: blue;
}
.navbar-light .navbar-text{color: rgb(250, 250, 250);}
.navbar-light .navbar-toggler {
    color: rgba(240, 240, 240, 0.842);
    border-color: rgba(243, 243, 243, 0.404);
}
.nav-link:hover{
    cursor: pointer;
    color: blue !important ;
}
.navbar-light .navbar-nav .nav-link {color: rgba(233, 233, 233, 0.5);}
.navbar-collapse{ width: auto;}
.navbar h5{
    color: rgb(184, 184, 184);
    font-family:'roboto' ;
}

.phone{
    width: 180px;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin-top: 1rem;
}

.active{color: blue}


#text{
    padding-top: 10rem;
    background-color: rgb(238, 238, 238);;
    display: flex;
    flex-direction: row;
    
    flex-wrap: wrap;
    justify-content: center;
    
}
.main-text{
    width: 70%;
    background-color:rgb(238, 238, 238);;
    color: black;
    padding: 3rem;
    font-family: 'roboto';
    font-size: 100px;
    height: 20rem ;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1{
    color: rgb(44, 41, 41);
    font-family: 'roboto';
    font-size: 65%;
}
h1 .name{color: blue;}
#about{
    background-color: #231F20;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    height: auto 
}
.whiteBox{
    width: 70%;
    background-color: rgba(252, 252, 252, 0.623);
    color: black;
    padding: 3rem;
    text-align: center;
    font-family: 'roboto';
    font-size: 20px;
    -webkit-box-shadow: 0px -1px 63px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 63px 1px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 63px 1px rgba(0,0,0,0.75);
}
#about h2{color: rgb(238, 238, 238);}
#projects{
    background-color: rgba(124, 124, 124, 0.452);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
    height: auto;
}
 h2{
    text-transform: uppercase;
    font-family: 'roboto';
    margin-bottom: 4rem;
    text-align: center;
}
.container{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#projects .container .card{
    background-color: rgba(0, 0, 0, 0.822);
    color: beige;
    padding: 10px;
  text-align: center;
  width: 22rem;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px -1px 38px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -1px 38px -9px rgba(0,0,0,0.75);
  box-shadow: 0px -1px 38px -9px rgba(0,0,0,0.75);
}
.card img{height: 200px;}
#projects .container .btn-primary{
    width: 80%;
    height: 45px;
    background-color: blue;
    border: 2px solid blue;
}
.btn-primary:hover{
    background-color: transparent!important;
    border: 2px solid blue;
}
/* footer */
footer{
    background-color: rgba(0, 0, 0, 0.884);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    padding: 3rem;
    height: auto;
    color: beige;
}
footer h2{margin-bottom: 2rem;}
.hrg{
    background-color: blue;
    height: 5px;
    width: 100px;
    margin-bottom: 2rem;
}
.box{
    width: 15rem;
    height: 10rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.boxIcon{
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: blue;
    border-radius: 3px;
}

.iconContact{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.i1{ background-image: url(img/location-pin.png)}
.i2{
    background-image: url(img/email.png);
    width: 35px;
    margin-left: 5px;
}
.i3{background-image: url(img/phone.png)}
.i4{background-image: url(img/clock.png)}
.box h4{
    font-size: 15px;
    font-weight: normal;
    font-family: 'roboto';
    height: 40%;
    color: rgb(121, 121, 121);
    text-align: center;
}
/* footer */




#myBtnContainer{
    padding-top: 10rem;
    padding-bottom: 2rem;
}
.container {
    
    display: flex;
    overflow: hidden;
}

.filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}


/************************************************/

.mess{
    display: flex;
    
}


.mess .container #card{
    
    background-color: rgba(0, 0, 0, 0.822);
    color: beige;
    
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
   
    
}
.mess .container .btn-primary{
    width: 30%;
    height: 45px;
    background-color: blue;
    border: 2px solid blue;
}
.btn-primary:hover{
    background-color: transparent!important;
    border: 2px solid blue;
}

.btn-inner{
	width: 10% !important;
}