@import url("//cdn.web-fonts.ge/fonts/alk-tommaso/css/alk-tommaso.min.css");
@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');

body{
  overflow-x: hidden;
  color: #ccc;
}
.container-pr p, .container-ab p{
         text-align: justify !important;
}

/*--Navigation--*/
.navbar{
  font-size: 1rem;
  font-family: 'Abel', sans-serif;
  background: rgb(255, 255, 255)!important;;
}
.navbar-brand{
  padding: 0;
}
.navbar-dark .navbar-toggler-icon{
  background-image: url(../images/burgers.png);
  width: 30px;
  height: 30px;
}
.logo-font{
  font-family: "ALK Tommaso";
  color: black;
  float: right;
  margin: 5px 0 0px 15px;
  font-size: 35px;
}
.logo-font-small{
  font-family: "ALK Tommaso";
  color: black;
  float: right;
  margin: 10px 0 0px 7px;
  font-size: 29px;
}
.navbar-brand img{
 height: 4rem;
}
.navbar-nav li{
 padding-right: .7rem;
}
a.nav-link{
  font-size: 1.3rem;
}
.navbar-dark .navbar-nav .nav-link{
 color: black;
 padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover{
  color: black;
}

.video-background{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.42);
}
.btn-light{
  background: transparent;
  border: none;
}
.caption {
  position: absolute;
  top: 18%;
  right: 4%;
}
/* About */
.col-ab{
  padding: 10px;
}
.container-ab{
  background: #3c80b473;
  max-width: 100vw;
  min-height: 100vh;
}
.container-ab h1{
  font-family: "ALK Tommaso", sans-serif;
  color: black;
  padding: 40px;
  font-size: 45px;
}
.container-ab p{
  font-family: 'Abel', sans-serif;
  color: #212529;
  text-align: left;
  font-size: 15px;
}
/* Split */
.split{
  width: 100%;
  height: 8px;
  background: #3c80b4;
}
.split2{
  width: 100%;
  height: 8px;
  background: #7b6007;
}
.split3{
  width: 100%;
  height: 8px;
  background: #7b6007;
}
/* Product */
#product {
  min-width: 100vw;
  background-color: #c79c10;
  padding-bottom: 30px;
}

.container-pr h1{
  font-family: "ALK Tommaso";
  padding: 40px;
  color: #ffffff;
}
.container-pr p {
  font-family: "BPG Arial";
  text-align: left;
  color: #ffffffb3;
  font-size: 15px;
  text-indent: 25px;
}
.fishmeal {
  position: relative;
  width: 100%;
  background-image: url(../images/f_meal.jpeg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-top: 50px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 7px 0px #00000080;
}
.fishmeal h1 {
  padding: 10px 20px;
  background: #fff;
  border-radius: 6px;
  color: #C79C10;
  text-align: center;
  width: fit-content;
  box-shadow: 2px 2px 7px 0px #00000080;
  font-size: 36px;
}
.fishMealDescription {
  background: #fff;
  opacity: 0.8;
  padding: 20px;
  box-shadow: 2px 2px 7px 0px #00000080;
  border-radius: 10px;
  margin-top: 10px;
}
.fishMealDescription p {
  color: #000;
}
.fishOil {
  position: relative;
  width: 100%;
  background-image: url(../images/f_oil.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-top: 50px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 2px 2px 7px 0px #00000080;
}
.fishOil h1 {
  padding: 10px 20px;
  background: #fff;
  border-radius: 6px;
  color: #C79C10;
  text-align: center;
  width: fit-content;
  box-shadow: 2px 2px 7px 0px #00000080;
  font-size: 36px;
}
.fishOilDescription {
  background: #000;
  opacity: 0.8;
  padding: 20px;
  box-shadow: 2px 2px 7px 0px #00000080;
  border-radius: 10px;
  margin-top: 10px;
}
.fishOilDescription p {
  color: #fff;
}
/* News */
.container-nw {
  min-width: 100vw;
  min-height: 100vh;
  background-color: #3c80b473;
}
.padding-bottom{
  padding-bottom: 30px;
}
.font{
  font-family: 'Abel', sans-serif
}
.black{
  color: black;
}
.card-body p{
  color: black;
  font-family: 'Abel', sans-serif;
  font-size: 14px;
}
.container-nw h1{
  font-family: "ALK Tommaso";
  padding: 40px;
  color: black;
}
.padding-top{
  padding-top: 120px;
}
/* Contact */
.container-ct{
  min-width: 100vw;
  min-height: 100vh;
  background: white;
}
.black{
  color: black;
}
.contactform{
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  border-radius: 3px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.contactinfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 30px 0;
}
.contactinfo p {
  text-align: start;
}
.sendmail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.sendmailform {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sendmailform input, .sendmailform textarea {
  border: 1px solid #007bff5c;
  padding: 10px;
  font-family: "BPG Arial";
  border-radius: 3px;
}
.sendmailform textarea {
  min-height: 100px;
}
.sendmailform button {
  border: none;
  background: #007bff5c;
  padding: 10px;
  width: 50%;
  border-radius: 3px;
  font-family: "BPG Arial Caps";
  transition: 0.3s ease;
}
.fonta{
  font-family: 'Abel', sans-serif;
  color: black;
  text-decoration: none;
}
.container-ct h1 {
  font-family: "ALK Tommaso";
  padding: 40px;
}
.map-container-3{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.font13px{
  font-size: 13px;
  color: black;
  font-family: 'Abel', sans-serif;

}
.map-container-3 iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
/*============= COURSE SECTION =============*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3c80b4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}
.col-md-8 h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: none;
  background-color: black;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #189582;
  background-color: #189582;
  color: white;
}
.languages{
  position: fixed;
  bottom: 0%;
  left: 2%;
  width: 50px;
  height: 80px;
  z-index: 10;
}
.geo{
  background-image: url(../images/geo.png);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0px 0px 10px black;
}
.rus{
  background-image: url(../images/rus.png);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid white;
  top: 70px;
  position: absolute;
  box-shadow: 0px 0px 10px black;
}
@media (max-width: 768px) {
  .col-pr{
    padding-left: 10%;
  }
}
@media (max-width: 320px) {
  .col-pr{
    padding-left: 0%;
  }
  .navbar-brand img{
    height: 3.5rem;
  }
}
.collapse-content .fa.fa-heart:hover {
  color: #f44336 !important;
}
.collapse-content .fa.fa-share-alt:hover {
  color: #0d47a1 !important;
}
@media (max-width: 767px){
  .btn{
    margin: 3px auto 0 auto;
    width: 50vw;
  }
}
/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
