
/*Logo*/
#logo{
    align-items: center;
    font-family: "Bebas Neue", sans-serif;
    color: black;
    font-size: 100px;
    margin: 0;
    margin-right:10px;
    
}
p{
    color: #FFC3B3;
    font-family:'Courier New', Courier, monospace;
}
#buffer{
    padding: 30rem;
}

#form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: top;

}
#inDiv1{
    display: flex; 
    flex-direction:row; 
    width: 100%; 
    height: 25%;
}
#inDiv2{
    display:flex; 
    flex-direction: column; 
    text-align:center; 
    width:50% ;
}
#abDiv1{
        display: flex; flex-direction:row;
         width: 100%; 
         height: 25%;
    }
#abDiv2
{
    display:flex;
    flex-direction: column;
    text-align:center;
    width:50% ;
}
#inSwiper{
    width:40%;
    height:auto;
}
/*Pictures used in various areas of the site*/
#iPic1{

    background-image: url("https://picsum.photos/seed/skylabs/1920/1080");
    height: 40rem;
    width: auto;
    background-size: cover;
    background-position: center top;
}
#iPic2{

    background-image: url("https://picsum.photos/seed/skylabs2/1920/1080");
    height: 40rem;
    width: auto;
    background-size: cover;
    background-position: center top;
}
#iPic3{

    background-image: url("https://picsum.photos/seed/skylabs3/1920/1080");
    height: 40rem;
    width: auto;
    background-size: cover;
    background-position: center top;
}
#iPic4{

    background-image: url("https://picsum.photos/seed/skylabs4/1920/1080");
    height: 40rem;
    width: auto;
    background-size: cover;
    background-position: center top;
}
#abImg{
    width: 100%;
}



#Header-Nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #343e3d;
}
#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #343e3d;
}
#DivBars{
    display: flex;
    width: 1%;
    background-color: #343e3d;
}

/*Buttons:*/
#button{
    margin:30px;
    border-radius: 30%;
    border: 3px outset #343e3d #343e3d;
    padding: 1rem;
    font-size:30px;
    text-align: center;
    background-color:#343e3d;
    color: #FFC3B3;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
}
#button:hover{
    
    border-radius: 30%;
    background-color: #DCD4D1;
    color:black;
}
/*Slim buttons*/
#slimButton{
    margin-left:30px;
    margin-right:30px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 30%;
    border: 3px outset #343e3d #343e3d;
    padding: 1rem;
    font-size:20px;
    text-align: center;
    width: 10%;
    background-color:#343e3d;
    color: #FFC3B3;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
}
#slimButton:hover{
    border-radius: 30%;
    background-color: #DCD4D1;
    color:black;
}
/*icon buttons*/
#iconButton{
    margin:30px;
    aspect-ratio: 1;
    border-radius: 30%;
    border: 3px outset #343e3d #343e3d;
    padding: 1rem;
    font-size:30px;
    text-align: center;
    background-color:#343e3d;
    color: #FFC3B3;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
}
#iconButton:hover{
    
    border-radius: 30%;
    background-color: #DCD4D1;
    color:black;
}

body{
    background-color: gray;
}

/*map*/
#map{

    height:200px;
}

#tableField{
    margin-left:30px;
    margin-right:30px;
    margin-top:10px;
    margin-bottom:10px;
    border: 3px outset #343e3d #343e3d;
    padding: 1rem;
    font-size:20px;
    background-color:#343e3d;
    color: #FFC3B3;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
}

#DeskNav {
    
    align-items: center;
    color:grey;
}
#DropMenu{
    display: none;
    border:none;
}

/*Gallery specific tags*/
#galleryContainer a img{
    
    margin: 10px;
    image-rendering: 100%;
}
#galleryContainer a{
    width: 33.33%;
    border: 0px;
}
#galleryContainer img{
    width: 100%;
}
#galleryContainer{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: center;
 
}
#servDiv1{
    display:flex;
    flex-direction: row;
    justify-content:center;
}
#servDiv2{
    display:flex;
    flex-direction: column; 
    justify-content: center; 
    width: 50%; 
    text-align: center;
}
#conDiv1{
    Display:flex;
    flex-direction: row; 
    width: 50%; height: auto;
}
#conMarg{
    margin:10px
}
#conDiv2{
    Display:flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    text-align: center; 
}

@media (max-width:1700px) {
    #DropMenu{
        
        display: flex;
        flex-direction: column;
        color: white;
        border: 3px outset grey;
        height:90%;
        font-size: 30px;
        width:30px;
        background-color: darkgray;
    }
    /*icon buttons*/
    #iconButton{
    margin:0px;
    aspect-ratio: 1;
    border-radius: 30%;
    border: 3px outset #343e3d #343e3d;
    padding: 1rem;
    font-size:30px;
    text-align: center;
    background-color:#343e3d;
    color: #FFC3B3;
    font-family:'Courier New', Courier, monospace;
    text-decoration: none;
    }
    #inSwiper{
    width:auto;
    height:40%;
    }
    #DeskNav{
        display: none;
    }
    #DropMenu:hover{
        background-color: skyblue;
        color: black;
    }
    #galleryContainer a{
        width: 50%;
    }    
    #ind-Text{
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .mobView{
        z-index: 200;
        display: flex !important;
        flex-direction: column;
        position: fixed;
        margin-left: 32%;
        margin-top: 4%;
        bottom: 0px;
        height: 900px;
        width:25%;
        inset:5%;
        background-color: #343e3d;
    }
    #inDiv1{
    display: flex; 
    flex-direction:column; 
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 25%;
    }
    #abDiv1{
        display: flex; flex-direction:column;
         width: 100%; 
         height: 25%;
    }
    #abDiv2
    {
        display:flex;
        flex-direction: row;
        text-align:center;
        width:100%;
    }
    #abImg{
        width: 100%;
    }
    #servDiv1{
    display:flex;
    flex-direction: column;
    justify-content:center;
    }
    #servDiv2{
        display:flex;
        flex-direction: column; 
        justify-content: center; 
        width: 100%; 
        text-align: center;
    }
    #conDiv1{
    Display:flex;
    flex-direction: column; 
    width: 100%; height: auto;
    }
    #conMarg{
        margin:10px
    }
    #conDiv2{
        Display:flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center; 
    }
    #footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #343e3d;
    float: left;
	width: 100%;
}
}