/*!
 * 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: 54px;
    /*background-image: url("background_texture2.jpg");*/
    background-size: cover;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}
.carousel-slide{
    /*style="padding-top: 90px"*/
    padding-top: 90px !important;
}
.img-responsive{
    /*height="120" width="120"*/ 
    height: 120px;
    
    width: 120px;
}
.carousel-item {
    height: 65vh;
    min-height: 400px;
    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;
}
/*body {
    background-image: url("background_texture2.jpg");
    background-size: cover;
}*/
.text {
    text-shadow: 2px 2px #000;
    font-family: serif;
    font-size: 30px;
}
.text {
    display: inline-block;
    margin: 0 0.5rem;

    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 4s; /* don't forget to set a duration! */
}

#about-title{
    display: inline-block;
    margin: 0 0.5rem;
    animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 4s; /* don't forget to set a duration! */
}
.py-3 bg-dark{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;

}
.slide-text{
    /*font-size : 2vw;*/
    font-size: calc(20% + 1vw + 1vh);
    /*     font-size: 1em;
         margin: 1em 1.5rem;*/
}
.navbar {
    background-color: #93C572 !important;
}

.comp-name p{
    font-style: italic !important;
    font-family: perpetua !important;
}
/*.doubt div:nth-child(1) p{ color:green;}*/
/*.navbar-brand {
    position: relative;
    background: url(../res/AzzureLogo.png);
    width: 170px;
    left: 15px;
    background-size: contain;
}*/
/*.navbar-brand
{
    position: absolute;
    background: url(../res/AzzureLogo.png);
    width: 170px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
/*img {
  float: left;
}*/
.back-img{
    opacity: 1.9;
}
.container {
    position: relative;
    text-align: justify;
    color: black;
}
.navbar-brand {
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: -50px !important;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    font-size: 14px !important;
}
