
body{
    background-image: url(./banner.jpg);
    background-size: cover;
    max-height: 100%;
    overflow: hidden;
    opacity: 0.8;
    font-family:  Verdana, Geneva, Tahoma, sans-serif;
}
h1{
    text-transform:uppercase ;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic  ;
    font-size: 3rem;
    text-align: center;
}
p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.social-icons {
    position: relative;
    margin-top: 450px;
    z-index: 2;
   
   
}
.social-icons .btn {
    align-items: center;
    display: flex;
    flex-direction:row;
    justify-content: center;
    height: 4rem;
    width: 10rem; 
}
@media (min-width: 992px) {
    .social-icons {
      position: absolute;
      height: 100%;
      display: flex;
      flex-direction: column;
      top: 0;
      right: 2.5rem;
      width: auto;
    }
}
.prince-content{
    padding-top:50 ;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 5rem;
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}
.prince-icon{
    color: red;
}
.prince-contact{
    margin-top:350px;
    vertical-align: middle;
    line-height: 70px;
    position: absolute;
    display: flex;
}
.prince-contact a{
    display: block;
    margin-top: 10px;

}