/*		------- Header Styels ------- 		*/
nav {
	min-height: 90px;
}

.navbar-static-top .active a, .navbar-static-top .active a:hover  { 
    background: #B388FF;
}

.cliff, .cliff:hover{
    color: #4A4A4A;
    text-decoration: none;
}

#name {
	color: #4A4A4A;
	font-family: 'Lato', sans-serif;	
	font-weight: 400;
	font-size: 40px;
	line-height: 59px;
}

.navbar-nav li a {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

.navbar-nav, .navbar-nav li, .navbar-nav li a {
  min-height: 90px;
  line-height: 50px;
}

#button-1 {
	margin-top: 27px;
}

.jumbotron {
	background-image: url("../img/giphy.gif");
	background-attachment: scroll;
	min-height: 600px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron h1 {
	margin-top: 15%;
	color: white;
	font-size: 64px;
    text-shadow: 1px 1px 5px #000000;
	text-align: center;
}

@media screen and (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

@media screen and (max-width: 500px) {
    .logo {
        display: none;
    }
    #name {
        font-size: 35px;
    }
    .jumbotron {
        min-height: 480px;
    }
    .jumbotron h1 {
        margin-top: 13%;
        font-size: 45px;
    }
}

@media screen and (max-width: 400px) {
    .jumbotron {
        min-height: 410px;
    }
    .jumbotron h1 {
        margin-top: 10%;
        font-size: 37px;
    }
}

@media screen and (max-width: 320px) {
    #name {
        font-size: 33px;
    }
    .jumbotron h1 {
        margin-top: 14%;
        font-size: 37px;
    }
}

/*		------- Main Styles ------- 	*/

.content-margin-1 {
	margin: 5%;
	color: #818181;
}

.content-margin-1 h1, .content-margin-1 h2, .content-margin-1 h3 {
    color: #4A4A4A;
}

.content-margin-1 h1,  {
    text-align: center;
	font-size: 40px;
}

.content-margin-1 h2 {
	font-size: 30px;
}

.content-margin-1 h3 {
	font-size: 20px;
}

.content-margin-1  a {
    color: #B388FF;
}

.content-margin-1  a:hover {
    color: #818181;
    text-decoration: none;
}

.content-margin-1 p, .content-margin-1 ul li {
	font-size: 17px;
}

.content-margin-1 ul li {
	margin: 0 0 5px 0;
}

#divider {
    margin: 2% 0;
}

ul {
	list-style-image: url('../img/oval.png');
}
  
.extra #pic1 {
    display: inline-block;
    height: 100px;
    width: 100px;
    margin: 2%;
}

.extra #divider {
    display: inline-block;
    text-align: center;
    margin: 2%;
}

#tagline {
    font-style: italic;
    font-weight: 300;
}

#share_email, #share_password, #share_login, #contact_name, #contact_title, #contact_org, #contact_phone, #contact_email, #contact_website, #contact_comments, #contact_comments, #contact_submit, #contact_reset {
    height: 40px;
    border-radius: 2px;
}

#contact_comments {
    height: 80px;
}


#share_login, #contact_submit, #contact_reset {
    color: white;
    background-color: #B388FF;
}

#share_login:hover, #contact_submit:hover, #contact_reset:hover {
    background-color: #818181;
}

#share_login:active, #contact_submit:active, #contact_reset:active {
    background-color: #4A4A4A;
}

@media screen and (max-width: 400px) {

    .content-margin-1 h1, h1 {
        font-size: 35px;
    }
    .content-margin-1 h2, h2 {
        font-size: 30px;
    }

    .content-margin-1 h3 {
        font-size: 25px;
    }
}

/*		------- Footer Styles ------- 		*/

footer {
    background-color: #2E2E2F;
}
#ng-space-1, #ng-space-2 {
    height: 42px;
}

#sub-footer-1 h2, #sub-footer-2 h2 {
    color: white;
}

#newsletter {
    margin-top: 2%;
}

#news_email, #news_button {
    display: inline-block;
    height: 40px;
    border-radius: 2px;
}

#news_email {
    color: white;
    width: 300px;
    border-style: none;
    background-color: #4A4A4A;
}

#news_button {
    border-style: none;
    color: white;
    background-color: #B388FF;
}

#news_button:hover {
    background-color: #818181;
}

#news_button:active {
    background-color: #4A4A4A;
}

#sub-footer-2 {
    height: 230px;
}

#sub-footer-2 table {
    height: 65%;
    width: 100%;
    font-size: 14px;
}

#sub-footer table a {
    color: #979797;
}

#sub-footer table a:hover {
    color: #B388FF;
    text-decoration: none;
}

#footer-content-2 {
    border-top: 2px solid #979797;
    color: white;
    line-height: 62px;
}

.social {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 3px;
}

@media screen and (max-width: 460px) {
    #news_button {
        margin-top: 5px;
    }
}

@media screen and (max-width: 320px) {
    .news_h2 {
        font-size: 28px;
    }
    #news_email {
        width: 265px;
    }
}
