.jumbotron {
background-color:#185899;
background-image:url(images/grass.jpg);
background-position: center 0px;
background-attachment:fixed;
background-size:cover;
color: #fff;
padding: 200px 0;
text-shadow: black 0 0 20px;
}
.jumbotron p{
    font-size: 200px;
    padding: 0 70px;

}
#real{
    width: 400px;
    height: 560px;
    position: inline-block;}
#barca{
    width: 470px;
    height: 500px;
   position: inline-block;
}
.comands{
    display: inline-block;
    font-size: 10px;
}
#trash{
	color: red;
}
.logo {    
    font-size: 150px;
    position:absolute;
    width:100px;
    z-index:9999999;
    margin-top:-50px;
    right:20%;  
    transition:all 0.5s;
} 
.logosmall{
    font-size: 30px;
    top:10px;
    left:10px;
    z-index:9999999;
    transition:all 0.5s;
    position:fixed;
}
.row p {
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
		margin: 25px 0;
		font-size: 100px;
    }
	p{
		font-size:12px;
	}
}
.logo-small {
  color: #5bc0de;
  font-size: 50px;
}
  .bg-grey {
      background-color: #f6f6f6;
  }
.thumbnail {
    padding: 15px;
    transition: box-shadow 0.5s;
}
.thumbnail:hover {
box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.thumbnail img {
    margin-bottom: 10px;
}
.panel {
    border: 1px solid #00D091;
    border-radius:0;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #185899;
    background-color: #fff !important;
    color: #185899;
}
.panel-heading {
    color: #fff !important;
    background-color: #00D091 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: #fff !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.footer{
	background:#00D091;
	padding:40px;
	margin-top:20px;
}
.footer h3, .footer h4{
	color:#fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #00D091;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}
.navbar-brand{
    padding-top: 5px;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #00D091 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
} 

nav .container{
	padding-top:0px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #185899;
}
.carousel-indicators li {
    border-color: #185899;
}
.carousel-indicators li.active {
    background-color: #185899;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0; /*прозрачность*/
        transform: translateY(70%); /*смещение по оси Y*/
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
#totop {
    position: fixed;
    bottom: 40px;
    left: 40px;
    padding: 0px 0 15px 7px;
    width: 50px;
    height: 50px;
    background-color: #185899;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    z-index:9999;
    opacity: 0;
}
#trash{
    color: #5bc0de; 
}
#mainlogo{
    position:relative;
} 
@media screen and (max-width: 800px) {
    .logo {
        font-size: 90px;
        width:100px;
        z-index:9999999;
        left:0px;   
        position:absolute;
        transition:all 0.5s;
    }   
.logosmall{
        font-size: 30px;
        left:80px;  
        position:fixed;
        transition:all 0.5s;
    }
.mainlogo{
        height:10px;
        }
}
.fab{
    font-size: 30px;
}

    

