@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-SemiBold.ttf);
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Medium.ttf);
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-Light.ttf);
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: oswald;
    src: url(fonts/oswald/Oswald-ExtraLight.ttf);
    font-style: normal;
    font-weight: 200;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.landingBackground {
    position: relative;
    background-color: #201f20;
    width: 100%;
}

/* .photoBackground {
    background-image: url("images/RenegadeWebsiteBackgroud.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 50%; 
    position: relative;
} */

.topNavBarLogo {
    display: inline-block;
    padding: 30px 270px 0 20px;
}

.topNavBarLogoMobile {
    display: none;
}

.topNavBar {
    position: relative;
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,0);
}

.menuButton {
    display: none;
}

.topNavBar ul li {
    vertical-align: middle;
    line-height: 120px;
    list-style: none;
}

.menuOptions {
    margin-top: -15px;
}

.topMenuOption {
    padding: 0 0 0 75px;
    margin-top: -15px;
}

.topNavBar ul li a {
    display: inline-block;
    font-family: oswald;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 30px;
    color: #fbfbec;
    padding: 0 20px 0 20px;
    transition: color linear 0.5s;
}

.topNavBar ul li a:hover {
    color: #dacaa4;
}

.pageBreakYellow {
    width: 100%;
    height: 10px;
    background-color: #FAAB19;
    position: relative;
}

.renegadeMainPageContentLanding {
    padding-top: 10%;
    padding-bottom: 8.5%;
} 

.renegadeMainPageContentLogo {
    width: 55%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.slidingVerticalWrapper {
    padding: 20px 160px 20px 0;
    text-align: center;
    font-family: oswald;
    font-weight: 500;
    font-size: 40px;
    color: #fbfbec;
}

.sentence {
    display: inline-block;
    font-family: oswald;
    font-weight: 500;
    font-size: 40px;
    color: #fbfbec;
}

.slidingVertical {
	display: inline;
	text-indent: 10px;
}

.slidingVertical span {
    display: inline-block;
    font-family: oswald;
    font-weight: 500;
    font-size: 40px;
    color: #FAAB19;
	animation: topToBottom 12s linear infinite 0s;
	-ms-animation: topToBottom 12s linear infinite 0s;
	-webkit-animation: topToBottom 12s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}

.slidingVertical span:nth-child(2){
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}

.slidingVertical span:nth-child(3){
	animation-delay: 8s;
	-ms-animation-delay: 8s;
	-webkit-animation-delay: 8s;
}

.slidingVertical span:nth-child(4){
	animation-delay: 12s;
	-ms-animation-delay: 12s;
	-webkit-animation-delay: 12s;
}

@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-10px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(10px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-10px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(10px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-10px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(10px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.marqueeCaption {
    text-align: center;
    padding: 0 0 50px 0;
    font-family: oswald;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    color: #fbfbec;
}

.marqueeBar {
    padding: 0 0 50px 0;
    position: relative;
    background: #201f20;
    overflow: hidden;
    display: inline-block;
    font-family: oswald;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 50px;
    color: #dacaa4;
}

ul.marqueeList {
    position: relative;
    display: inline-block;
    list-style: none;
}

ul.marqueeList li {
    float: left;
    padding-left: 200px;
}

ul.marqueeList.cloned {
    position: absolute;
    top: 0px;
    left: 0px;
}

.firstFocusBackground {
    background-color: #fbfbec;
}

.firstFocusTitle {
    text-align: center;
    font-family: oswald; 
    font-weight: 600; 
    font-size: 50px;
    padding: 50px 0 50px 0;
    color: #201f20;
}

.firstFocus {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    color: #201f20;
    padding: 0 0 30px 0;
}

.firstFocusContent {
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    background-clip: padding-box;
}

.firstFocusButton {
    filter: drop-shadow(2px 2px 2px black);
    border-radius: 25px;
    position: relative;
    display: inline-block;
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;
    color: #fbfbec;
    background: #201f20;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 60px 0;
}

.secondFocusBackground {
    background-color: #201f20;
}

.secondFocusTitle {
    text-align: center;
    font-family: oswald; 
    font-weight: 600; 
    font-size: 50px;
    padding: 50px 0 50px 0;
    color: #fbfbec;
}

.secondFocus {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    color: #fbfbec;
    padding: 0 0 30px 0;
}

.secondFocusContent {
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    background-clip: padding-box;
    padding-bottom: 30px;
}

.secondFocusButton {
    filter: drop-shadow(2px 2px 2px black);
    border-radius: 25px;
    position: relative;
    display: inline-block;
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;
    color: #201f20;
    background: #fbfbec;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 60px 0;
}

.thirdFocusBackground {
    background-color: #fbfbec;
}

.thirdFocusTitle {
    text-align: center;
    font-family: oswald; 
    font-weight: 600; 
    font-size: 50px;
    padding: 50px 0 50px 0;
    color: #201f20;
}

.thirdFocus {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    color: #201f20;
    padding: 0 0 30px 0;
}

.thirdFocusPostPhoto {
    filter: drop-shadow(2px 2px 10px black);
    border-radius: 10px;
    width: 20vw;
    height: 20vw;
    background-color: #201f20;
}

.thirdFocusPostCaption {
    padding: 30px 0 30px 0;
    text-align: center;
    font-family: oswald; 
    font-weight: 500; 
    font-size: 25px;
}

.thirdFocusContent {
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    background-clip: padding-box;
}

.bottomNavBar {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #201f20;
}

.contactInfoBottomNavBar {
    display: inline-block;
    position: relative;
    color: #fbfbec;
    left: 5%;
}

.logoImageBottomNavBar {
    right: 49%;
    position: relative;
}

@media only screen and (max-width:1000px) {

    #menuList {
        margin: 0;
        overflow: hidden;
        position: absolute;
        margin-top: 100px;
        z-index: 2;
    }

    #menuList.close {
        max-height: 0;
        transition: max-height 0.3s ease;
    }

    #menuList.open {
        max-height: 300px;
        transition: max-height 0.3s ease;
    }

    .menuList {
        position: absolute;
    }

    .topMenuOption {
        padding: 0 0 0 0;
        margin-top: 0px;
    }

    .menuOptions {
        margin-top: 0px;
    }

    .topNavBarLogoMobile {
        display: inline-block;
        padding: 10px 20px 0 20px;
        position: absolute;
    }

    .topNavBarLogo {
        display: none;
    }

    .topNavBarLogoLi {
        display: none;
    }

    .topNavBar {
        display: inline-block;
        height: 100px;
        position: relative;
        background: #101010;
    }

    .topNavBar ul {
        position: relative;
        display: inline-block;
    }

    .topNavBar ul li {
        display: inline-block;
        line-height: 75px;
        width: 100%;
    }

    .topNavBar ul li a {
        display: block;
        font-family: oswald;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        font-size: 30px;
        color: #fbfbec;
        background-color: #101010;
        transition: color linear 0.5s;
    }

    .topNavBar ul li a:hover {
        color: #dacaa4;
    }

    .landingBackground {
        position: relative;
        background-color: #201f20;
        width: 100%;
    }

    /* .photoBackground {
        background-image: url("images/RenegadeWebsiteBackgroudMobile.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
        padding-top: 134.24%; 
        position: relative;
    } */

    .renegadeMainPageContentLanding {
        padding-top: 40%;
        padding-bottom: 35%;
    } 

    .renegadeMainPageContentLogo {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .slidingVerticalWrapper {
        padding: 10px 160px 10px 0;
        font-size: 32px;
    }
    
    .sentence {
        font-weight: 500;
        font-size: 32px;
    }
    
    .slidingVertical {
        text-indent: 10px;
    }
    
    .slidingVertical span {
        font-weight: 500;
        font-size: 32px;
    }

    .marqueeBar {
        font-size: 40px;
    }

    .menuButton {
        float: right;
        line-height: 100px;
        font-family: oswald;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        font-size: 30px;
        color: #fbfbec;
        padding: 0 20px 0 20px;
        display: inline-block;
    }

    .menuButton a {
        display: inline-block;
        transition: color linear 0.5s;
    }

    .menuButton a:hover {
        color: #dacaa4;
        cursor: pointer;
    }

    .mainPageContent {
        padding: 0 0 0 0;
    }
    
    .firstFocus {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        color: #201f20;
    }

    .firstFocusContent {
        font-family: oswald;
        font-weight: 500;
        font-size: 25px;
    }

    .secondFocus {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        color: #fbfbec;
    }

    .secondFocusContent {
        font-family: oswald;
        font-weight: 500;
        font-size: 25px;
    }

    .thirdFocus {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: block;
        color: #201f20;
    }

    .thirdFocusPostPhoto {
        filter: drop-shadow(2px 2px 10px black);
        border-radius: 10px;
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        background-color: #201f20;
    }
    
    .thirdFocusPostCaption {
        padding: 40px 0 40px 0;
        text-align: center;
        font-family: oswald; 
        font-weight: 500; 
        font-size: 25px;
    }

    .thirdFocusContent {
        padding-left: 0%;
        padding-right: 0%;
        display: block;
        font-family: oswald;
        font-weight: 500;
        font-size: 25px;
    }
    
    .bottomNavBar {
        align-items: center;
        justify-content: space-between;
        display: flex;
        position: relative;
        bottom: 0;
        width: 100%;
        height: 100px;
        background-color: #201f20;
    }
    
    .contactInfoBottomNavBar {
        display: inline-block;
        position: relative;
        color: #fbfbec;
        left: 5%;
    }
    
    .logoImageBottomNavBar {
        display: none;
    }

}