body {
    font-family: Calibri;
    background: url(/img/bg.png)repeat repeat;
    color:rgb(232, 132, 15);
    text-align:center;
    margin-top:60px;
    margin-bottom:350px;
    min-height: 650px;
    
}
.navbar-fixed-top{
    clear:both;
    position:fixed;
    top:0px;
    width:100%;
    z-index:100;
}

#headLogo {
    width:10%;
    height:10%;
}


 .nav-item.active{
    background-color:rgba(0, 0, 0, 0.47);
}


.container{

}

.center{
    text-align: center;
    margin:auto;
}

.jumbotron{
    background-color:transparent;
    color: rgb(232, 132, 15);
    letter-spacing: 2.5px;
    text-align:center;
    margin:0;
    padding: 10px;
}
.row{
    margin-top:25px;
    margin-right: auto;
    margin-left:auto;
    
}
.col-md-4 *{
    text-align:center;
    margin-top:3px;
}

.col-md-4 h1{
    background-color:rgba(14, 92, 14, 0.6);
    border-radius:12px;
    width:100%;

}





footer{
    position:fixed;
    text-align:center;
    width:100%;
    text-align:center;
    bottom:0px;
    background-color: RGBA(0,0,0, 0.55);
    padding:10px;
    

}

#footerMore{
    display:none;
}

.social, .social:hover, .social a, .social a:hover{
text-decoration:none;
color:white;
border-radius:7px;
width:45px;
height:45px;
  padding:5px;
  margin:5px;
  line-height:2;
  }

.social-youtube{
    background-color:rgba(200,0,0, 0.40);
}
.social-youtube:hover{
    background-color:rgba(255, 1, 1, 0.81);
}
.social-twitter{
    background-color:rgba(51, 182, 242, 0.63);
}
.social-twitter:hover{
    background-color:rgba(76, 219, 245, 0.73);
}
.social-patreon{
    background-color:rgba(227, 149, 43, 0.72);
}

.social-patreon:hover{
    background-color:rgba(255, 184, 25, 0.9);
}

    @media screen and (Max-height: 768px){
        footer {max-height:55px;}
       #footerMore{
            display:block;
        }
}

    @media screen and (min-height: 800px){
        footer {max-height:350px;}
       #footerMore{
            display:none;
        }
}

@media only screen and (max-width: 600px) {
  footer {
   font-size:6pt;
  }
}


