 body{
     margin:0;
     padding:0;
     background: url(../Background_Image/ContactBackground.jpg) no-repeat center center fixed;
     background-size: cover;
     font-family: sans-serif;
}
 html{
     overflow-y: scroll;
}
 head{
     margin: 0;
     padding: 0;
     font-family: sans-serif;
}
/* .wrapper{
     position:static;
}
 */
 .contact-form{
     width: 85%;
     max-width: 450px;
     background: rgba(0,0,0,.65);
     position: relative;
     top: 40%;
     left: 50%;
     transform: translate(-50%,40%);
     padding: 30px 40px;
     box-sizing: border-box;
     border-radius: 8px;
     text-align: center;
     box-shadow: 0 0 20px #000000b3;
}
 .location-time{
     display: inline-block;
     width: 85%;
     max-width: 680px;
     background: rgba(0,0,0,0.65);
     position: relative;
     left: 50%;
     top: 70%;
     transform: translate(-50%,70%);
     padding: 10px 40px;
     box-sizing: border-box;
     border-radius: 8px;
     text-align: center;
     box-shadow: 0 0 20px #000000b3;
     margin-bottom: 10px;
}
 .location{
     width: 300px;
     display: inline-block;
}
 .location-time h1{
     display: inline-block;
     margin-top: 0;
     font-weight: 200;
     color: #FFFFFF;
     font-family:cursive;
     letter-spacing: .5px;
     text-transform: uppercase;
     padding-bottom: 5px;
}
 .location p{
     float: left;
     text-align: left;
     color: #FFFFFF;
     font-family:serif;
     letter-spacing: 1px;
     margin-left: 0;
     left: 0;
}
 .maps{
     display: inline-block;
     float: right;
     margin-right: 0;
     width: 300px;
}
 .mapouter{
     float: right;
     height:200px;
     width:inherit;
     padding-bottom: 20px;
}
 .gmap_canvas {
     overflow:hidden;
     background:none!important;
     height:200px;
     width:inherit;
}
 .contact-form h1{
     margin-top: 0;
     font-weight: 200;
     color: #FFFFFF;
     font-family:sans-serif;
     letter-spacing: .5px;
}
 .contact-form p{
     padding-bottom: 10px;
     color: #FFFFFF;
     font-family:serif;
     letter-spacing: 1px;
}
 .Contact{
     margin: 8px 0;
     border: 1px solid #FFFFFF;
     padding: 12px 18px;
     border-radius: 8px;
     color: #FFFFFF;
}
 .Contact input, .Contact textarea{
     width: 100%;
     border: none;
     border-bottom: 1px solid #FFFFFF;
     color: #FFFFFF;
     background: none;
     outline: none;
     font-size: 16px;
     margin-top: 6px;
     font-family: sans-serif;
     resize: vertical;
     overflow-y:auto;
     min-height: 30px;
}
 .Contact ::placeholder{
     color: #FFFFFF;
     font-family: sans-serif;
     letter-spacing: 1px;
     font-size: 14px;
     text-transform: uppercase;
}
 .sendbutton{
     display: inline-block;
     background: #3498DB;
     padding: 10px 0;
     text-transform: uppercase;
     cursor: pointer;
     margin-top: 8px;
     width: 100%;
     color: #FFFFFF;
     font-size: 16px;
}
 .sendbutton:hover{
     background: rgba(203,53,219,.85);
     transition: 0.3s;
}
 .right-togglebar{
     display: none;
}
 #mobile_phone{
     display: none;
}
 nav{
     position: fixed;
    /*background: rgba(0,0,0,.75);
    */
     top: 0;
     left: 0;
     width: 100%;
     height: 60px;
     padding: 20px 100px;
     box-sizing: border-box;
     transition: .3s;
     z-index: 1;
}
 nav.black{
     background: rgba(0,0,0,.75);
     height: 60px;
     padding: 10px 100px;
}
 .wrapper nav .logo{
     display: block;
     padding: 0px 0px;
     height: 80px;
     float: left;
     font-size: 24px;
     transition: .3s;
     z-index: 1;
     margin-top: -3vh;
     margin-left: -9vh;
}
 nav.black .logo{
     color: #fff;
}
 nav ul{
     list-style: none;
     float: right;
     margin: 0;
     padding: 0;
     display: flex;
}
 nav ul li{
     list-style: none;
}
 nav ul li a{
     line-height: 8px;
     color: #fff;
     padding: 12px 30px;
     text-decoration: none;
     text-transform: uppercase;
     transition: .3s;
}
 nav.black ul li a{
     background: none;
     color: #fff;
}
 nav ul li a:focus{
     outline: none;
}
 nav ul li a.active{
     background: rgba(52, 152, 219, 1);
     color: #fff;
     border-radius: 5px;
}
 nav ul li a.active:hover{
     background: rgba(203,53,219,.85);
     color: #fff;
}
 .wrapper .logo{
     display: none;
}
/*---------------------PHONES--------------*/
 @media(max-width: 800px){
     #desktop_phone{
         display: none;
    }
     #mobile_phone{
         display: inline-block;
         text-decoration: none;
         color: rgba(52, 152, 219, 1);
    }
     .contact-form{
         margin-top: 10%;
    }
     .location-time{
         margin-top: 20%;
    }
     .wrapper nav{
         display: none;
    }
     .wrapper .logo{
         display: flex;
         position: absolute;
         margin-left: auto;
         margin-right: auto;
         justify-content: center;
         left: 50%;
         top: 0%;
         transform: translate(-50%,0);
         z-index: 1000;
         color: black;
    }
     .right-togglebar {
         display: block;
         position: fixed;
         bottom: 1em;
         right: 1em;
    }
     .floating-btn .fa-bars{
         margin: auto;
         display: inline-block;
         line-height: 3.5;
         width: 3.5em;
         height: 3.5em;
         border-radius: 50%;
         background-color: rgba(52, 152, 219, 1);
         box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);
         color: hsl(0, 0%, 100%);
         text-align: center;
         outline: 0;
    }
     .right-togglebar.active .floating-btn {
         box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
    }
     .right-togglebar .floating-btn:active {
         box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .4);
    }
     .right-togglebar .floating-btn .fa-bar {
         font-size: 1.3em;
         transition: transform .2s;
    }
     .right-togglebar.active .floating-btn .fas{
         transform: rotate(-90deg);
         transition: transform .2s ease;
    }
     .right-togglebar.active .floating-btn .fa-bar{
         transform: rotate(-45deg);
    }
     .right-togglebar::after {
         display: block;
         content: "";
         width: 3.5em;
         height: 3.5em;
         border-radius: 50%;
         position: absolute;
         top: 0;
         right: 0;
         z-index: -2;
         background-color: rgba(52, 152, 219, .85);
         transition: all .3s ease;
    }
     .right-togglebar.active::after {
         transform: scale3d(5.5, 5.5, 1);
         transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    }
     .right-togglebar .items-wrapper {
         padding: 0;
         margin: 0;
    }
     .right-togglebar .menu-item {
         position: absolute;
         top: .2em;
         right: .2em;
         z-index: -1;
         display: block;
         text-decoration: none;
         color: hsl(0, 0%, 100%);
         font-size: 1em;
         width: 3em;
         height: 3em;
         border-radius: 50%;
         text-align: center;
         line-height: 3;
         background-color: hsla(0,0%,0%,.1);
         transition: transform .3s ease, background .2s ease;
    }
     .right-togglebar .menu-item:hover {
         background-color: rgba(203,53,219,1);
         color: #FFFFFF;
    }
     .right-togglebar.active .menu-item {
         transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
     .right-togglebar.active .menu-item:nth-child(1) {
         transform: translate3d(1em,-7em,0);
    }
     .right-togglebar.active .menu-item:nth-child(2) {
         transform: translate3d(-3.5em,-6.3em,0);
    }
     .right-togglebar.active .menu-item:nth-child(3) {
         transform: translate3d(-6.5em,-3.2em,0);
    }
     .right-togglebar.active .menu-item:nth-child(4) {
         transform: translate3d(-7em,1em,0);
    }
}
 @media(max-width: 500px){
     .maps{
         display: none;
    }
}
 