body{
    background: url("../images/003-BG_Animated.jpg") no-repeat center fixed;
    background-position: 0px 0px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;

    background-color: #393c42;
    height: 100%;
    background-size: cover;

}
.starwars-logo
{

    margin: 0 auto;
    text-align: center;
    display: block;

}

.heading-starwars
{

    height: 13px;
    font-family: MuseoSans300;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 3.2px;
    text-align: center;
    color: #ff9059;
    margin-top: 10px;

}
.starwars-header {
    height: 190px;
    width: 100%;
    top:100px;



}
.padding
{

    padding-right: 30px;
}
.dummy-header
{
    height: 100px;
    width: 100%;
    top:100px;

}
.div-header {

    width:100%;

}

.navbar-inverse{
    background-color: transparent;
    border-color: transparent;
}

.container-fluid{

    padding-left: 35px;
    padding-right: 35px;
}
.img-responsive
{
    max-width: initial;
}
.nav
{
    width: 100%;
    display: flex;
    justify-content: center;
}



.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.active .Navbar-item-link:after, .Navbar-item-link:hover:after {
    content: " ";
    width: 30px;
    bottom: -5px;
    left: 35%;
    height: 2px;
    background-color: #ff9059;

    position: absolute;
}
.active .smalllink:after, .smalllink:hover:after {
    content: " ";
    width: 25px;
    bottom: -5px;
    left: 30%;
    height: 2px;
    background-color: #ff9059;

    position: absolute;
}
.a{}
.a:after {
    content: " ";
    width: 15px;
    bottom: 50%;
    left: 18px;
    height: 3px;
    background-color: #ff9059;

    position: absolute;
}

.navibar
{

    font-family: MuseoSans300;
    font-size: 14px;

    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
}

.imagemain{
    width: 100%;
    height:100%;
}

.imagemain:after  {
    display: none;
    z-index: 2;
    content: url("../images/play icon-01.svg");
    width: 107px;
    bottom: 50%;
    left: 50%;
    height: 107px;
    margin-left: -52px;
    margin-bottom: -52px;
    position: absolute;
}

.imagemain:hover:after  {

    display: block;
}
.Rounded-Rectangle-1 {
    width: 110px;
    height: 40px;
    border-radius: 10px;
    background-color: transparent;
    border: solid 2px #b3b3b3;

    font-family: MuseoSans300;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #b3b3b3;

}


















