body{
    margin: auto;
    background-image: url(bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar{
    margin-top: -25px;
    background-color: rgb(0,0,0,0.5);
    box-shadow: 2px 3px 5px black;
}
.title{
    margin-left: 48px;
    color: white;
    font-size: 18px;
    font-family: Merriweather, serif;
    font-weight: 500;
    word-spacing: 10px;
}
.links{
    word-spacing: 12px;
    font-size: 25px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 30px;
    padding-bottom: 12px;
}
a:link{
    text-decoration: none;
    color: white;
}
a:active{
    font-weight: bolder;
    text-decoration: none;
    color: white;
}
a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: white;
}
a:visited{
    text-decoration: none;
    color: white;
}
.welcome{
    padding-left: 15px;
    text-align: center;
    margin-top: 144px;
    margin-bottom: 12px;
}
.selector{
    word-spacing: 10px;
    font-size: 45px;
    font-family: Merriweather, serif;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    margin-top: 144px;
    margin-bottom: 500px;
}
.selector a:link{
    text-decoration: none;
    color: black;
}
.selector a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.selector a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.selector a:visited{
    text-decoration: none;
    color: black;
}
#Hello{
    font-family: Merriweather, serif;
    margin-top: 144px;
    margin-bottom: 144px;
    font-size: 45px;
    font-weight: bolder;
}
#NoyFilms{
    margin-top: 600px;
}
#NoyFilms h3{
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 50px;
    margin: 96px;
}
#ForFilms{
    margin-top: 600px;
}
#ForFilms h3{
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 50px;
    margin: 96px;
}
.container{
    border-radius: 15px;
    border-color: black;
    background-color: rgb(255,255,255);
    box-shadow: 2px 3px 5px  black;
    margin-top: -250px;
    margin-left: 250px;
    margin-right: 250px;
    margin-bottom: 250px;
}
.container1{
    border-radius: 15px;
    border-color: black;
    background-color: rgb(255,255,255);
    box-shadow: 2px 3px 5px  black;
    margin-left: 250px;
    margin-right: 250px;
    margin-bottom: 250px;
}
.container2{
    border-radius: 15px;
    border-color: black;
    background-color: rgb(255,255,255);
    box-shadow: 2px 3px 5px  black;
    margin-top: -250px;
    margin-left: 250px;
    margin-right: 250px;
    margin-bottom: 250px;
}
.container3{
    border-radius: 15px;
    border-color: black;
    background-color: rgb(255,255,255);
    box-shadow: 2px 3px 5px  black;
    margin-left: 250px;
    margin-right: 250px;
    margin-bottom: 250px;
}
h2{
    margin-top: 96px;
    margin-left: 48px;
    font-size: 45px;
    font-family: Merriweather, serif;
    font-weight: bolder;
    word-spacing: 10px;
}
#Vid3{
    margin-top: 300px;
    text-align: center;
}
#Vid4{
    margin-top: 300px;
    text-align: center;
}
#Films{
    margin-top: 300px;
}
video{
    padding-top: 45px;
    padding-right: 35px;
    float: right;
    width: 500px;
    height: 310px;
    margin-top: 96px;
    margin-bottom: 24px;
}
.pics{
    padding-top: 45px;
    padding-left: 85px;
    height: 500px;
    width: 350px;
}
p{
    text-align: justify;
    line-height: 33px;
    padding-bottom: 40px;
    margin: 96px;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
}
.nav {
    text-align: left;
    margin: 48px;
    margin-top: 12px; 
}
.nav a {
    display: inline-block;
}
.nav  img {
    width: 125px;
    height: 125px;
    border-radius: 15px;
    border: 7px groove black;
    box-shadow: 2px 3px 5px black;
    margin-top: -300px;
}
.nav img:hover{
    box-shadow: 5px 5px 5px 5px gray;
}
.footer{
    font-family: Merriweather, serif;
    word-spacing: 10px;
    text-align: center;
    text-decoration: none;
}
.footer a:link{
    text-decoration: none;
    color: black;
}
.footer a:active{
    font-weight: bolder;
    text-decoration: none;
    color: black;
}
.footer a:hover{
    border-radius: 10px;
    font-weight: bolder;
    color: black;
}
.footer a:visited{
    text-decoration: none;
    color: black;
}
.place{
    word-spacing: 5px;
}