/* main styles */

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif; 
    background-color: #000033;
    text-decoration: none;
    }

p {
    font-family: 'Roboto', sans-serif;
	line-height: 1.75;
    }

a {
    color: #ffffff; }

a.active, a:active, a:hover {
    color: #ffffff; 
    text-decoration: none;
    }

h1 {
    font-family: 'Hind', sans-serif;
    text-transform: lowercase;
    font-size: 40px;
    margin-bottom:25px;
    }

h2 {
    font-family: 'Hind', sans-serif;
    font-weight: lighter;
    }
h3 {
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 60px;
    }
h4 {
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    line-height: inherit;
    margin-bottom: 25px;}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

/* font awesome */

.fa {
    padding: 10px 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    }

.fa:hover {
    text-decoration: none;
    }

.fa-twitter:hover {
    color: #3ab54e; 
    }
.fa-youtube:hover {
    color: #ab76b3; 
    }
.fa-facebook:hover {
    color: #059ac4; 
    }


/*--Buttons--*/

.button /*Navy*/ {
    background-color: #000033;
    border: none;
    color: white;
    padding: 9px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'hind', sans-serif;
    text-transform: lowercase;
    margin-top:20px;
    }
    
.button2 /*White*/
    {background-color: #ffffff;}
.button3 /*Grean*/
    {background-color: #3ab54e;}
.button4 /*Violet*/
    {background-color: #ab76b3;}
.button5 /*Teal*/
    {background-color: #059ac4;}

.button:hover
    {background-color: #3ab54e;
    cursor:pointer;}

.submit {
    background-color: #3ab54e;
    border: none;
    color: white;
    padding: 6px 18px;
    margin: 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'hind', sans-serif;
    text-transform: lowercase;}
.submit:hover {
    background-color: #059ac4;
    cursor: pointer;}

/* Links and Nav */


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000033;
    width:100%;
    font-family: 'Hind', sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    color: #ffffff;
    }

ul li {
    float: left;
    position: relative;
    }

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    }

ul li a:hover:not(.active) {
    background-color: #3ab54e;
    }

ul .active {
    background-color: #059ac4;
    }

#logo{
    width:auto;
    height:20px;
    overflow:hidden;
    margin: 0px;
    padding: 0px;}



/* hero image */

.hero {
    text-align: center;
    color: #ffffff;
    background-image: linear-gradient(rgba(0, 0, 51, 0.2), rgba(0, 0, 51, 0.2)), url("img/auror_%20borealis_01.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover; 
    }
.hero .intro-text {
    object-position: center center;
    padding-top: 75px;
    padding-bottom: 100px;
    }
.hero .intro-text .intro-title {
    font-size: 75px;
    line-height: 22px;
    margin-bottom: 40px;
    font-family: "hind", sans-serif;
	text-transform: lowercase;
    }
.hero .intro-text .intro-tagline {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 25px;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    }

.lg-logo {
    width: 200px;
    height: auto;
    margin-bottom: 75px;
}

/*-----Sections-----*/

section {
    padding: 30px 0;
    }

#about {
    background-color: #000033;
    color: #ffffff;
    text-align: center;
    padding: 75px 12px
    }

#featured_films {
    background-color: #000033;
    color: #ffffff;
    text-align: center;
    }

footer {
    padding: 25px 0;
    text-align: center; 
    background-color: #000033;
    color: #ffffff;
    left: 0;
    bottom: 0;
    width: 100%;
    position: fixed;
}

/*--Backgrounds--*/

.night-sky {
    background-image: linear-gradient(rgba(0, 0, 51, 0.5), rgba(0, 0, 51, 0.5)), url(img/auror_%20borealis_02.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 100px;
    color: #ffffff;
    }

.day-light {
    background-image: linear-gradient(135deg, rgb(255, 255, 255, 1), rgb(255, 255, 255, 0.7)), linear-gradient(rgb(0, 0, 51), rgb(0, 0, 51));
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 100px;
    color: #000033;
    }

/*--Blog--*/

.blog {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    }

.blog-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 40px;
    padding: 15px;
    background-color: #f9f8f4;
    box-shadow: 5px 5px 8px rgba(104, 101, 98, 0.3);
    width: 100%;
    height: auto;
    }

.blog-header {
    margin-bottom: 5px;
    }

.title {
    text-align:center;
    text-transform: lowercase;
    }

.twitter-feed {
    margin-top: 5px;
    }

/*--Images--*/

.thumbnail {
    width: 80%;
    }

.thumbnail:hover {
    opacity: 0.5
    }

/*--Portfolio Grid--*/

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 25px;
    }

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    margin: auto;
    }

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(0, 0, 51, 0.75); /* CHANGE!!!!*/
    }

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
     opacity: 1; 
    }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: #ffffff;
    }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px; 
    }

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0; 
    }

#portfolio {
    z-index: 2; 
    }

.portfolio-modal .modal-dialog {
    max-width: none;
    height: 100%;
    margin: 0; 
    }

.portfolio-modal .modal-content {
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    background-color: #000033;
    color: #ffffff;
    }

.portfolio-modal .modal-content img {
    margin-bottom: 30px; 
    }

.modal-body {
    padding: 25px;
    }

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    }

.portfolio-modal .close-modal:hover {
    opacity: 0.3; }

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0; }

/*--Forms--*/

input {
    margin: 0px 2px 0px 12px;
    }

label {
    font-size: 18px;
    font-family: 'Hind', sans-serif;
    font-weight: lighter;
    text-transform: lowercase;
    color: #ffffff;
    }

.contact {
    width: 100%; 
    padding: 12px; 
    box-sizing: border-box;
    margin-top: 25px;
    resize: vertical;
    margin-left: auto;
    color: #000033;}



