/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)

*/
body {
  padding-top: 96px;
}
 
 
 
@media (min-width: 992px) {
  body {
    padding-top: 96px;
  }
}

/* The Modal  */

/* Modal Content (image) */
.modal-content-my {
  margin: auto;
  display: block;
  width: 80%;
 max-width: 1024px
}

#mytable {
  
  border-style: solid;
  border-collapse: collapse;
  border-color: dimgray;
  border-spacing: 0;
  cell-padding 3px;
  table-layout: auto;
  width: 100%;
  padding: 3px;
  
  }



/* Add Animation */
.modal-content-my {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}



/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1024px){
  .modal-content-my {
    width: 100%;
  }
 }
/* The Modal) */


.carousel-item {
  height: 30vh;
  min-height: 200px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/*! Collapsible */
.collapsible {
    background-color: #ECECEC;
    color: black;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible:hover {
    background-color: #e9ecef;
    border: none;
}

.contentcollapsible {
    padding: 0 10px;
    display: none;
    overflow: hidden;
    background-color: #f7f7f7;
    border: none;
}

/*! Social 

.fa {
  padding: 5px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 3px 1px;
  border-radius: 50%;
  
} */



/* .fa:hover {
    opacity: 0.7;
	color: white;
	background: #3B5998; 
}*/

.fa-facebook {
  background: #3B5998;
  color: white;
  font-size: 30px;
  width: 31px;
  height: 31px;
  text-decoration: none;
  
}

.fa-facebook:hover {
  background:  white;
  color: #3B5998;
  font-size: 30px;
  width: 31px;
  height: 31px;
  text-decoration: none;
  
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
/*!
<!-- Add font awesome icons -->
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-pinterest"></a>
<a href="#" class="fa fa-snapchat-ghost"></a>
<a href="#" class="fa fa-skype"></a>
<a href="#" class="fa fa-android"></a>
<a href="#" class="fa fa-dribbble"></a>
<a href="#" class="fa fa-vimeo"></a>
<a href="#" class="fa fa-tumblr"></a>
<a href="#" class="fa fa-vine"></a>
<a href="#" class="fa fa-foursquare"></a>
<a href="#" class="fa fa-stumbleupon"></a>
<a href="#" class="fa fa-flickr"></a>
<a href="#" class="fa fa-yahoo"></a>
<a href="#" class="fa fa-reddit"></a>
<a href="#" class="fa fa-rss"></a>
*/
/*! END Social */


/*! Text Shadow Stroke */
.shadowtext {
    text-shadow: 2px 2px 2px black, 0 0 3em black; /* Параметры тени */
    color: white; /* Белый цвет текста */
    
   }

.stroke {
    
    text-shadow: black 1px 1px 0, black -1px -1px 0, 
                 black -1px 1px 0, black 1px -1px 0;
   }
/*! END Text Shadow Stroke */
.thumbnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    
}

.thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

