@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Thin.ttf);
    font-weight: 100;
    font-style: normal;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Black.ttf);
    font-weight: 900;
    font-style: normal;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}
  
@font-face {
    font-family: roboto;
    src: url(fonts/roboto/Roboto-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.landingBackground {
    position: relative;
    background-color: #201f20;
    width: 100%;
}

.topNavBarLogo {
    display: inline-block;
    padding: 30px 20px 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: roboto;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 30px;
    color: white;
    padding: 0 20px 0 20px;
    transition: color linear 0.5s;
}

.topNavBar ul li a:hover {
    color: #9FD2FF;
}

.pageBreakBlue {
    width: 100%;
    height: 10px;
    background-color: #1c75bc;
    position: relative;
}

.landingContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.firstPhotoContainer {
    width: 33%
}

.firstPhoto {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    filter: drop-shadow(1px 1px 10px black);
    display: inline-block;
    position: relative;
    width: 60%;
    border-radius: 30px;
    left: 20%;
}

.DancoMainPageContentLanding {
    width: 33%;
    margin-top: 5%;
    padding-top: 3%;
    padding-bottom: 7.5%;
} 

.DancoMainPageContentLogo {
    filter: drop-shadow(1px 1px 10px black);
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.DancoMainPageContentLogoCaption {
    padding: 50px 0 20px 0;
    text-align: center;
    display: inline-block;
    font-family: roboto;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    font-size: 300%;
    color: white;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.secondPhotoContainer {
    width: 33%
}

.secondPhoto {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    filter: drop-shadow(1px 1px 10px black);
    display: inline-block;
    position: relative;
    width: 60%;
    border-radius: 30px;
    left: 20%
}

.firstFocusBackground {
    background-color:  #b2dcff;
}

.firstFocusTitle {
    text-align: center;
    font-family: roboto; 
    font-weight: 600; 
    font-size: 35px;
    padding: 50px 0 50px 0;
    color: #201f20;
}

.firstFocus {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    color: #201f20;
    padding: 0 0 30px 0;
}

.firstTestimonial {
    width: 33%;
    padding:40px;
    font-family: roboto;
    font-weight: 300;
    font-size: 25px;
    background-clip: padding-box;
}

.secondTestimonial {
    width: 33%;
    padding:40px;
    font-family: roboto;
    font-weight: 300;
    font-size: 25px;
    background-clip: padding-box;
}

.thirdTestimonial {
    width: 33%;
    padding:40px;
    font-family: roboto;
    font-weight: 300;
    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: roboto;
    font-weight: 400;
    font-size: 25px;
    text-decoration: none;
    color: white;
    background: #201f20;
    padding: 10px 20px 10px 20px;
    margin: 20px 0 60px 0;
}

.secondFocusBackground {
    background-color: #201f20;
}

.secondFocusTitle {
    text-align: center;
    font-family: roboto; 
    font-weight: 600; 
    font-size: 35px;
    padding: 50px 0 50px 0;
    color: white;
}

.secondFocus {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    color: white;
    padding: 0 0 30px 0;
}

.contactCaption {
    width: 35%;
    padding: 80px;
    font-family: roboto;
    font-weight: 300;
    font-size: 25px;
    background-clip: padding-box;
}

.secondFocusContent {
    width: 50%;
    font-family: oswald;
    font-weight: 500;
    font-size: 25px;
    background-clip: padding-box;
}

.formBackground {
    background-color: #201f20;
}

.contactFormCaptions {
    padding: 10px 0 10px 0;
    font-family: roboto;
    font-weight: 300;
    font-size: 20px;
    color: white;
    display: inline-block;
}

.contactForm {
    width: 70%;
    height: auto;
    margin: auto;
}

.nameInput {
    filter: drop-shadow(5px 5px 5px black);
    border: none;
    padding: 5px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    font-family: roboto;
    font-weight: 300;
    font-size: 20px;
    background: white;
    background-clip: padding-box;
    position: relative;
}

.emailInput {
    filter: drop-shadow(5px 5px 5px black);
    border: none;
    padding: 5px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    font-family: roboto;
    font-weight: 300;
    font-size: 20px;
    background: white;
    background-clip: padding-box;
    position: relative;
}

.messageInput {
    filter: drop-shadow(5px 5px 5px black);
    border: none;
    resize: none;
    padding: 5px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border-radius: 5px;
    font-family: roboto;
    font-weight: 300;
    font-size: 20px;
    background: white;
    background-clip: padding-box;
    position: relative;
}

.submitButtonContainer {
    filter: drop-shadow(5px 5px 5px black);
    text-align: left;
}

.submitButton {
    border-radius: 25px;
    position: relative;
    display: inline-block;
    font-family: roboto;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    border: none;
    color: #201f20;
    background: white;
    padding: 10px 20px 10px 20px;
    margin: 0px 0 60px 0;
}

.submitButton:hover {
    cursor: pointer;
}

.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: white;
    left: 3%;
}

.logoImageBottomNavBar {
    position: relative;
    padding: 0 110px 0 0;
}

.contactHoursBottomNavBar {
    display: inline-block;
    position: relative;
    color: white;
    right: 3%;
}

@media only screen and (max-width:1230px) {

    #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: roboto;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        font-size: 30px;
        color: white;
        background-color: #101010;
        transition: color linear 0.5s;
    }

    .topNavBar ul li a:hover {
        color: #b2dcff;
    }

    .landingBackground {
        position: relative;
        background-color: #201f20;
        width: 100%;
    }

    .landingContent {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

    .DancoMainPageContentLanding {
        width: 100%;
        padding-top: 40%;
        padding-bottom: 35%;
    } 

    .DancoMainPageContentLogo {
        width: 90%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .DancoMainPageContentLogoCaption{
        font-weight: 500;
        font-size: 250%;
    }

    .firstPhotoContainer {
        display: none;
    }

    .secondPhotoContainer {
        display: none;
    }

    .menuButton {
        float: right;
        line-height: 100px;
        font-family: roboto;
        font-style: normal;
        font-weight: 500;
        text-decoration: none;
        font-size: 30px;
        color: white;
        padding: 0 20px 0 20px;
        display: inline-block;
    }

    .menuButton a {
        display: inline-block;
        transition: color linear 0.5s;
    }

    .menuButton a:hover {
        color: #b2dcff;
        cursor: pointer;
    }

    .mainPageContent {
        padding: 0 0 0 0;
    }
    
    .firstFocus {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: #201f20;
    }

    .firstFocusContent {
        font-family: oswald;
        font-weight: 500;
        font-size: 25px;
    }

    .firstTestimonial {
        width: 90%;
        padding: 0;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .secondTestimonial {
        width: 90%;
        padding: 0;
        padding-top: 35px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .thirdTestimonial {
        width: 90%;
        padding: 0;
        padding-top: 35px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .secondFocus {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: inline-block;
        color: white;
    }

    .secondFocusContent {
        width: 100%;
    }

    .contactForm {
        width: 90%;
        height: auto;
        margin: auto;
    }

    .contactCaption {
        width: 90%;
        padding: 0;
        font-family: roboto;
        font-weight: 300;
        font-size: 25px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background-clip: padding-box;
    }

    .submitButton {
        margin: 0;
    }
    
    .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: whtie;
        left: 5%;
    }
    
    .logoImageBottomNavBar {
        display: none;
    }
    
    .contactHoursBottomNavBar {
        display: none;
        position: relative;
        right: 5%;
    }

}