@font-face {
    font-family:'Raleway';
    src: url(../font/raleway_regular.ttf);
}
@font-face {
    font-family:'Nova';
    src: url(../font/proxima_nova_light.ttf);
}
body{
    background:url(../img/page1bg1.png) no-repeat center center / cover;
}
.da-nav{
    padding:10px 0;
    height:70px;
    background:transparent;
}
.da-nav .nav-link{
    font-family:'Raleway',Arial;
}
.da-nav .navbar-toggler{
    border:none;
    outline:none;
}
nav .collapse.show{
    display:block;
}
nav .collapse>ul{
    padding-right:20px;
}
nav .collapse.show>ul{
    background:rgba(255,255,255,.9);
    padding-right:0;
}
nav .collapse.show .nav-item{
    padding:0 20px;
}
.da-nav .nav-item.active .nav-link {
    font-weight:bold;
}
.da-img{
    width:200px;
    margin:200px auto 0;
}
.da-img.da-img-home{
    width:600px;
    max-width:100%;
    margin-top:0;
}
.da-img img{
    width:100%;
}
.da-img p{
    font:italic bold 13px/20px Arial;
    color:#000;
    text-align:center;
    letter-spacing:1px;
}
.da-img.da-img-home p{
    font:italic bold 24px/50px Arial;
    color:#000;
    text-align:center;
    letter-spacing:2px;
}
.da-nav .nav-link{
    color:#000!important;
}
.section{
    background:rgba(255,255,255,.1);
    padding-top:50px
}
.section .container .row{
    height:500px;
    max-height:calc(100vh - 200px);
}
.section .row .col-md-4,.section .row .col-md-7{
    height:500px;
    max-height:calc(100vh - 200px);
}
.section .row .col-md-7{
    overflow:auto;
}
.section .row .col-md-4:after{
    content:'';
    display:block;
    position:absolute;
    top:-40px;
    bottom:-40px;
    left:100%;
    width:0px;
    border-right:dashed 1px rgba(0,0,0,.4);
}
.section .col-md-7 h1{
    font-family:'Raleway';
    text-shadow: 1px 1px 3px rgba(0,0,0,.1);
}
.section .col-md-7 p,.section .col-md-7 h5{
    font-family:'Nova';
    text-shadow: 1px 1px 3px rgba(0,0,0,.1);
}
.da-tit{
    margin-bottom:40px;

}
.da-form{
    max-width:500px;
}
.da-button{
    background:rgba(0,0,0,.125);
    outline:none;
    border:solid 1px #ccc;
}
.da-button:hover{
    background:rgba(0,0,0,.3);
}

.da-footer{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    min-height:40px;
    padding:10px 0;
}
.da-footer p{
    margin:0;
    font:13px/24px 'Nova';
    color:#000;
}

.fp-viewing-home .navbar-brand{
    visibility: hidden;
}