

.container{

    font-family: 'Raleway', sans-serif;
    color:white;

}   
.full-height {
  height: 100%;
  background: #FF803E;
}
.section{

    font-family: 'Raleway', sans-serif; 
    color:white;
}


.btn btn-light{
    margin:15px;
    width:100%; 
    height:80%

} 

.row {
    flex: 50%;
}

.column {
    flex: 50%;
}

.jumbotron{

    background-size: cover; 
    height: 87%;
    width: 100%;
    margin-bottom: 0px !important;
    border-radius:0px !important;


}  
#imgft{
    shape-outside: circle(30%);
    transition: shape-outside 1s;
    float: left;
}

#imgft:hover{
    shape-outside: circle(50%);
}


.title{
    float:center;
}
.navbar{
    border-radius: 0px !important;

}
#card1:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
#card2:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
#card3:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.apps{

    width:140px;
}
.googleapps{

    width:160px;

}



