@font-face{ 
    font-family: Futura;
    src: url('unicode.futurab.ttf');
}
#logo{
    height: 60px;
}
#home{
    background-image: url("../img/desktop-md.jpg");
    background-color: dimgrey;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    position: relative;
}
.tit{
    color: white;
    font-family: "Futura";

}

.headTitle{
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-style{
    color: white;
    border-color: orange;
    background-color: transparent;
    width: 120px;
}
.btn-style:hover{
    background-color: orange;
}

a{
    cursor: pointer;
}

.aContact{
    color: white;
}
.aContact:hover{
    color:orange;
}

.footer{
    background-color: dimgrey;
}

.profilePic{
    width: 50%;
    height: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: white;
    box-shadow: 0px 0px 10px rgb(20,20,20);
}

.vcenter {
    height: 100%!important;
}

.shadow{
    box-shadow: 0px 0px 10px rgb(20,20,20);
}
.shadow:hover{
    box-shadow: 0px 0px 20px rgb(10,10,10);
}

.boxContainer{
    color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
.boxContainer:hover{
    margin: 0px;
    border-radius: 10px;
}

.boxContainer span{
    font-size: 2em;
}

.navbar-light .navbar-nav .nav-link{
    color: white;
}

.font-weight-light{
    color: white;
}

.elmt{
    margin:30px;
}

.speech span{
    color: orange;
    font-size: 40px;
}

.link{
    color:orange;
}
.link:hover{
    text-decoration: underline;
}

.ibox{
    width: 100%;
    border: 5px;
    border-color: transparent;
    border-style: solid;
}

.ibox img{
    width: 100%;
}

.nav-item{
    cursor: pointer;
    opacity: 0.5;
}
.nav-item:hover{
    cursor: pointer;
    opacity: 1;
}