/* nav start */
footer{background-color:#222;}
.generic-main .col-sm-4{padding-bottom:3em;}
.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #FF4700;
    border-radius: 5px;
}
.navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.navbar-nav {
    margin: 10px 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}
.navbar-nav>li {
    padding: 0 10px;
}
/* nav end */
html,
body {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    overflow-x: hidden;
}

section {
    padding: 85px 0;
}
.dark-background{
        background: #2F2F2F;
		padding:70px 0;
}
.round-image{
    border-radius: 100%;
}
.navbar {
    min-height: 85px;
    padding: 15px 0px;
}
.navbar-brand>img {
    display: block;
    width: 40px;
}
.navbar-brand {
    padding: 2px 15px;
}
/* first section */
.generic-first-section img {
    border-radius: 100%;
}
.generic-first-section div div div div:first-child {
    padding: 0;
}
.generic-first-section div div div div:first-child img {
    margin: 0 auto;
}
.generic-first-section > div > div > div {
    padding: 30px 0;
}
.generic-first-section div div div p {
    line-height: 28px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}
/* second setion */
.generic-second-section {
    color: white;
    text-align: center;
}
.generic-second-section div button {
    margin-top: 25px;
    background: #FF4700;
    font-size: 18px;
    border: 2px solid #FF4700;
}
.generic-second-section div button:hover{
    color: #FF4700;
    background: transparent;
}

/* third section */
.generic-profile {
    padding: 34px 0;
    width: 345px;
    margin: 0 auto;
    text-align: left;
}
.generic-profile ul {
    list-style: none;
}
.generic-profile > ul > li {
    float: left;
    list-style: none;
    padding: 5px;
}
.generic-profile > ul > li:nth-child(2) {
    padding-top: 20px;
}
.generic-statement ul {
    list-style: none;
    display: inline-block;
}
.generic-statement ul li {
    display: inline-block;
    vertical-align: middle;
}
.generic-statement img {
    padding: 0px 60px;
    width: 185px;
}
.generic-statement h2 {
    /* color: lightgray; */
    font-weight: lighter;
    font-style: italic;
}
/* footer */
footer {
    color: white;
    text-align: left;
    padding: 33px 0;
}
footer ul {
    list-style: none;
    padding: 0px 15px;
}
footer p, footer ul li {
    color: #9A9A9A;
}

.generic-video-banner, .generic-video-banner > div {
    padding: 0;
}
.generic-video-banner iframe {
    border: none;
}
.vid {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 46.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }
}