
body{
	background-image: url("pictures/background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    font-family: "montserrat", sans-serif;
    width: 100%;
    margin-left: 0px;
    position: relative;
}
.navbar-toggler {
    position: relative;
    margin-left: 44%;
}
.navbar-collapse{
    text-align: center;
}
/*.navbar{*/
/*    background-color: rgba(0,0,0,0.8);*/
/*}*/
#logo{
    position: relative;
    height: auto;
    width: auto;
    max-width: 164px;
    max-height: 164px;

}
.row{
    margin-right: 0px;
}
.glow{
    -webkit-text-stroke: 1px black;
    animation: glow 512ms ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #efff, 0 0 20px #efff, 0 0 24px #efff, 0 0 28px #efff;
    }

    to {
        text-shadow: 0 0 4px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #efff, 0 0 20px #efff, 0 0 24px #efff, 0 0 28px #efff, 0 0 32px #efff;
    }
}
#section2, #section3, #section4{
    
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    display: block;
    width: auto;
}
#section1{
    background-image: url("pictures/main1.jpg");
    width: 100%;
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
    padding-top: 24px;
    color: white;
    height: 260px;
    text-indent:32px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    text-shadow: 2px 2px #000;
}
#section2{
    padding-top: 50px;
    background-color: #fff; 
    color: #000;
    height: 370px;
}
#section3{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
    height: auto;
}
#section4{
    padding-top: 50px;
    background-color: #fff; 
    color: #000;
    height: 370px;
}
.h_title{
    padding-top: 8px;
    text-align: center;
    color: #acacac;
}
.h_title2{
    padding-top: 8px;
    text-align: center;
    font-weight: bolder;
    font-size: xx-large;
    color: #ffffff;
    text-shadow: 2px 2px #000;
}
#section5{
    color: #000;
    height: 100px;
    background-color: #0f0f0f;
}
.img-responsive {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.img-responsive:hover {
    box-shadow: 0 0 8px 4px rgba(255, 69, 0, 0.5);
}