/*!
 * Start Bootstrap - Modern Business (http://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: 42px;
}

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

.carousel-item {
    height: 65vh;
    min-height: 300px;
    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;
}


@font-face {
    font-family: 'vijee_ndnd';
    src: url('webfont/vijee.eot');
    src: url('webfont/vijee.eot?#iefix') format('embedded-opentype'),
         url('webfont/vijee.woff2') format('woff2'),
         url('webfont/vijee.woff') format('woff'),
         url('webfont/vijee.ttf') format('truetype'),
         url('webfont/vijee.svg#vijee_ndnd') format('svg');
    font-weight: normal;
    font-style: normal;

}


.sinhala{
	font-weight: 700;
	font-family: 'vijee_ndnd';
}

#sinhala{
	font-weight: 700;
	font-family: 'vijee_ndnd';
}

.jumbotron {
    margin-bottom: 2rem;
    background-color: #e2eaec87;
    border-radius: .3rem;
    border: 2px solid #FFEB3B;
}