@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css?family=K2D:400,700&display=swap');

/*  HIDE NAV MENUS   */
.nav-left, #UR-2{display: none;}
.nav-right{background: #ececec; border: none; box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.05); opacity: .85;}
.nav-div{color: rgba(0,0,0,.5); opacity: 1; border: 1px solid #ccc; border-right: none; border-radius: 5px 0 0 5px;}
.nav-right:hover{box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.07);}


html, body{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    background: white;
}

/*   ANIMATIONS   */
@keyframes fadeIn{from{opacity: 0;}to{opacity: 1;}}
@keyframes loadIn{0%{opacity: 0;}50%{opacity: 0;}100%{opacity: 1;}}

.loading-screen{
    background: rgba(53, 65, 70, 0.92);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
}


.spin-block {position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}

.spinner {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top:5px solid #41b0e3;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.25s linear infinite;
}

.load-cap{color: #fff; margin-top: 35px; font-family: 'Nunito', sans-serif; font-size: 17px; font-weight: 300; text-shadow: 1px 2px 1px rgba(0,0,0,.08);}
@-webkit-keyframes spin {0% { -webkit-transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);}}
@keyframes spin {0% { transform: rotate(0deg);}100% { transform: rotate(360deg);}}

.nav-bar-container{
    background: white;
    position: fixed;
    display: block;
    width: 100%;
    top: 0px;
    height: 40px;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    box-shadow:  2px 2px 4px rgba(0, 0, 0, 0.25);
}

.nottio-icon{
    display: inline-block;
    position: absolute;
    font-family: 'K2D', sans-serif;
    left: 10%;
    font-size: 18.5px;
}

.nav-bar-center{
    font-weight: 400;
    display: inline-block;
    position: absolute;
    left: 35%;
    width: 30%;
    top: 10px;
    text-align: center;
    font-size: 17px;
}

.center-button{
    display: inline-block;
    width: 15%;
    margin: 0 4.5%;
    padding-bottom: 2.5px;
    color: #0082BC;
    text-decoration: none;
}

.center-button:focus{
    color: #00A1E9;
    border-bottom: 3px solid #00A1E9;
}

#second-menu{
    padding: 10px 0;      
        height: 44px;
  animation-name: m1;
  animation-duration: .8s;
}

@keyframes m1 {
    from {top: -2px;}
    to {top: 0px;}
}

#nav-a-op{
    background: #3fbd62;
    font-weight: 800;
    padding: 5px 18px;
    color: #fff;
    border-radius: 10px;
    opacity: .9;
  animation-name: m2;
  animation-duration: .5s;
  top: 15px;
}

@keyframes m2 {
    from {top: 0px;}
    from {top: 25px;}
    to {top: 15px;}
}

#nav-b-op{
    
    top: 22px;
    animation-name: m3;
    animation-duration: .5s;
    
}

@keyframes m3 {
    from {top: 12px;}
    to {top: 22px;}
}

.main-content-container{
    margin: 0;
    padding: 0;
    background: white;
}

.main-content{
    position: relative;
    text-align: center;
    background: white;
    margin: 35px auto 75px;
    width: 1000px;
    height: auto;
    display: block;
    z-index: 1;
}

h1{
    padding: 10px 0;
    margin: 15px 0 37.5px;
    margin-left: 20%;
    font-weight: 500;
    display: inline-block;
    font-size: 28.5px;
    width: 48.5%;
    background: #6b787e;
    color: #fff;
    border-radius: 25px;
    box-shadow: 1px 3px 7px rgba(0,0,0,0.22);
}

.map-content-container{
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.map-ui-container{
    display: inline-block;
    padding: 3% 0;
    width: 200px;
    animation: loadIn 1s;
}

.menu-button, .menu-button-select{
    width: 120px;
    margin: 7.5px auto;
    font-family: k2d;
    display: block;
    font-size: 12.5px;
    border-radius: 10px;
    padding: 15px 0;
    background: #4A88A4;
    letter-spacing: .1px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #6c91a2;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    transition: 0.08s;
}

.menu-button-select{background: #4c6b79;}
.menu-button-select:hover{cursor: pointer;}

.menu-button:hover{
    opacity: 1;
    border: 1px solid #4c7487;
    transform: scale(1.02);
    box-shadow: 0 2px 2px rgba(0,0,0,0.10);
    cursor: pointer;
}

.menu-button:hover{background: #4c7487;}
.menu-button:active{transform: scale(.99);}

#icon{
    display: block;
    padding: 5px 0;
}

.map-container{
    display: inline-block;
    width: 800px;
    margin: 0 auto;
    margin-left: 25px;
    animation: loadIn 2.5s;
}

.tt_sm{max-width: 300px;}

#cityTechMap{
    text-align: left;
}

.map-info{
    background: #fafafa;
    border-top: 1px solid #d8d8d8;
    margin: 35px auto 0;
    padding: 35px 0 50px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    width: 100%;
}

.header-container{display: inline-block; box-sizing: border-box;}
.map-header{
    width: auto;
    color: #555;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgba(0,0,0,.07);
    font-size: 28px;
}

.header-border{height: 4px; border-radius: 10px; width: 100%; margin: 0 auto; margin-top: 10px;}

#border-A{background: #fe7b7b;}
#border-B{background: #14e695;}
#border-C{background: #24cbe7;}
#border-D{background: #ef9a15;}

.section-content-container{
    margin: 0;
    padding: 0;
    display: block;
    font-family: K2D;
    font-style: normal;
}

#background-a{background: #616159;}
#background-b{background: #679BB8;}
#background-c{background: #57788B;}
#contact{background: #fff;}

.anchor-spacer{
    height: 30px;
}

.section-content{
    display: block;
    position: relative;
    text-align: center;
    width: 800px;
    height: 1600px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
    color: white;
}

.heading-block{
    display: block;
    background: #616159;
    font-size: 36.5px;
    text-align: center;
    color: #E7E8B4;
    font-weight: 500;
    padding: 25px 0;
}

.content-block{
    display: block;
    font-weight: 800;
    text-align: left;
    padding: 100px 0;
}

#padding-option{padding: 50px 0;}

.content-line{
    display: block;
    color: #fff;
    margin-left: 7.5%;
    font-size: 58px;
}

.content-line-op{
    display: block;
    margin: 25px 0;
    margin-left: 20%;
    font-size: 55px;
}

#icon-op{
    display: inline-block;
    margin: 0 25px;
}

#align-icon{margin-left: -12px;}


.contact-container{
    display: block;
    padding: 50px 0;
    width: 62.5%;
    margin: 0 auto;
    box-sizing: border-box;  
    text-align: left;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2px;
}

.contact-container h2{
    color: #555;
    margin: 0;
    font-size: 30px;
}

.contact-info{
    color: #888;
    margin: 5px 2px 18.5px;
}

.input-a, .input-b, .input-c{
    display: block;
    background: #fff;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 4px;
    border: 2px solid #ddd;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
}

.input-a{
    display: inline-block;
    width: 49%;
    margin: 0;
}

#input-op{
    margin-left: 5px;
}

.input-b{
    display: block;
    width: 100%;
}

.input-c{
    display: block;
    width: 100%;
    height: 150px;
    resize: vertical;
}

.input-a:focus, .input-b:focus, .input-c:focus{
    border: 2px solid #4EF0B6;
}

.submit-button, .success-button{
    background: #4EF0B6;
    border: none;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    opacity: 1;
    transition: .3s;
}

.submit-button:hover, .submit-button:focus{
    cursor: pointer;
    background: #2beaa5;
}

.error-button{
    background: #f04e4e;
    border: none;
    padding: 10px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

#button-status{
    display: none;
}

@media (max-width: 1200px) {
    
.nav-bar-center{
    left: 35%;
    width: 40%;
}
    
.main-content{
    max-width: 100%;
}

.map-content-container{
    width: 100%;
}    

.ui-container{
    width: 20%;
    margin: 0 auto;
} 

.map-menu-row{
    margin-left: 12.5px;
}
    
.map-container{
    width: 75%;
    margin: 0 auto;
    margin-left: 2%;
}

.contact-info{
    font-size: 17px;
}


}


@media (max-width: 800px) {

.nav-bar-container{
    display: none;
}

#second-menu{
    display: none;
}

.main-content{
    top: 0;
}

h1{
    width: 70%;
    margin: 15px 0;
}

.map-content-container{
    max-width: 100%;
    display: block;
}

.map-ui-container{
    width: 100%;
    display: block;
}

.map-container{
    display: block;
    margin: 0;
    width: 100%;
}

.map-menu-row{
    width: 24%;
    display: inline-block;
    margin: 10px 0;
    margin-left: -4px;
}

.menu-button, .menu-button-select{
    width: 22.5%;
    display: inline-block;
}

.section-content{
    width: 70%;
    font-size: 50px;
    margin-left: 20%;
}

.content-line{
    margin: 0;
}

.content-line-op{
    margin: 25px 0;
}

.contact-container{
    width: 100%;
}

.input-a{
    display: block;
    width: 100%;
    margin: 15px 0;
}

#input-op{
    margin-left: 0;
}

}

@media (max-width: 650px) {


.main-content{
    margin: 0 auto 50px; border-radius: 0;
}

h1{
    font-size: 22.5px;
    margin: 15px 0 5px;
    margin-right: 10%;
}

.map-ui-container{
    margin: 0 auto 15px;
    margin-left: 2px;
}

.map-menu-row{
    width: 48%;
    display: inline-block;
    margin: 5px 0;
    margin-left: -4px;
}

.map-container{
    margin-left: 1px;
}

.menu-button, .menu-button-select{
    padding: 12px 0;
}

.header-container{display: block;}
.map-header{
    width: 80%;
    padding: 0;
    font-size: 24px;
    box-sizing: border-box;
}

.header-border{height: 3px; margin-top: 7px; width: 82.5%;}

.about-map{width: 90%; display: block; margin: 15px auto;}

.section-content{
    width: 85%;
    margin-left: 15%;
}

.content-block{
    padding: 65px 0;
}

.content-line{
    font-size: 40px;
}

.content-line-op{
    font-size: 40px;
    margin-left: -2%;
}

#icon-op{margin: 0 15px;}
#align-icon{margin-left: -8px;}
#span-d{font-size: 30px;}

.contact-container{
    margin-left: -9%;
}

}
