body {
    background-color: #68c5e2; /*68c5e2  4ac0e4*/
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    overscroll-behavior: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html{
    overscroll-behavior: none;
}

::-moz-selection { /* Highlighting for Firefox */
    color: #c6e8f3;
    background:  #13b0df;
}
::selection { /* Highlighting */
    color: #c6e8f3;
    background:  #13b0df;
}

/*#region StylingLinks*/
    a:link{
        color: rgb(46, 87, 121);        
    }
    a:visited{
        color: rgb(46, 87, 121);
    }
    a:hover{
        color: rgb(37, 73, 102);
    }
 /*#endregion */

/*#region NavigationMenu*/
    #navigationWrapper {
        display: flex;
        justify-content: center;
    }
    .NavigationPic {
        display: flex;
        justify-content: flex-start;
        filter:brightness(110%)
    }
    .NavigationPic:hover {
        filter: brightness(80%);
        transform: scale(1.02);
        filter: drop-shadow(20px 10px 4px #1e4961) ;
        transition: all 0.3s ease;
    }
/*#endregion */

/*#region HamburgerMenu*/
    .navmob { /* Style the navigation menu */
    overflow: hidden;
    background-color: #2891b186;
    position: relative;
    width: 100%; 
    }
    .navmob #navigationButtons { /* Hide the links inside the navigation menu (except for logo/home) */
    display: none;
    }
    .navmob a { /* Style navigation menu links */
    color: white;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .navmob a.icon { /* Style the hamburger menu */
    background: #21799390;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    }
    .navmob a:hover { /* Add a background color on mouse-over */
    background-color: #10647ea1;
    color: rgb(0, 0, 0);
    }
    .active { /* Style the active link (or home/logo) */
    background-color: #94c0cd81;
    color: white;
    }
 /*#endregion */

    #pageWrapper{
        margin-bottom: 0%;
    }
    #titleWrapper {
        display: flex;
        justify-content: center;
        font-size: 60;
        color: #113244;
    }

    #contactDiv{
        display: flex;
        justify-content: center;
    }
    #contactWrapper { /*the box*/
        display: flex;
        justify-content: space-between;
        border: 10px solid azure;
        background-color: rgb(160, 222, 240);
        max-width: 1400px;
    }
    #contactInformation { /*links*/
        display: flex;
        flex-direction: column;
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 50px;
        font-size: 50;
        color: #113244;
        font-weight: bold;
    }
/*#region Contact form*/
    #formWrapper { 
        display: flex;
        flex-direction: column;
        margin-right: 100px;
        font-size: 15px;
        color: #113244;
    }
    #email {
        margin-bottom: 5px;
        margin-top: 0px;
        width: 350px;
        height: 25px;
        background-color: aliceblue;
        border: none;
        border-radius: 5px;
    }
    #email:focus{
        border: 2px solid rgb(160, 222, 240);
        width: 347px;
        height: 22px;
    }
    #senderName {
        margin-bottom: 5px;
        margin-top: 0px;
        width: 350px;
        height: 25px;
        background-color: aliceblue;
        border-radius: 5px;
        border:none;
    }
    #senderName:focus{
        border: 2px solid rgb(62, 107, 134);
        width: 347px;
        height: 22px;
    }
    #message {
        margin-bottom: 5px;
        margin-top: 0px;
        width: 350px;
        height: 200px;
        background-color: aliceblue;
        border-radius: 5px;
        border: none;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 15px;
        resize: vertical;
    }
    #message:focus{
        border: 2px solid rgb(62, 107, 134);
        width: 347px;
        height: 197px;
    }
    #checkboxWrapper{
        display:flex;
    }
    #sendButton{
        color: rgb(60, 81, 99);
        background-color: aliceblue;
        border: none;
        outline: none;
        border-radius: 50px;
        margin-left: 5px;
        margin-top: 30px;
        margin-bottom: 10px;
        width: 120px;
        height: 50px;
        font-size: 25px;
        font-weight: bold;
    }
    #sendButton:hover{
        background-color: rgb(60, 81, 99);
        color: aliceblue;
        cursor: pointer;
        background: linear-gradient(270deg, rgb(33, 72, 106), rgb(105, 161, 214));
    }
    #sendButton:active{
        cursor: pointer;
        background-color: aliceblue;
    }
/*#endregion */

#BottomPicture{
    display: flex;
    justify-content: center;
    filter: brightness(110%);
    margin-top: 350px;
}

/*#region @media*/

    @media only screen and (max-width: 700px){/*hide pc nav menu, add margin to bot pic to avoid floating*/
        .NavigationPic{
            display: none;
        }
        #BottomPicture{
            margin-top: 350px;
        }
    }

    @media only screen and (max-width:760px) { /*Shape box and form for mobile*/
        #contactWrapper {
            flex-direction: column;      
            margin-left: 50px;
            margin-right: 50px;      
        }

        #formWrapper {
            justify-content: center;
            margin-right: 20px;
            margin-left: 5px;
        }
        #email {
            margin-top: 5px;
            height: 25px;
        }
        #message {
            margin-top: 5px;
            height: 400px;
        }
    }

    @media only screen and (max-width: 950px) {/*make box smaller to fit screen*/
        #contactInformation {
            margin-left: 5px;
            margin-right: 5px;
        }
        #email {
            width: 100%;
            margin-left: 5px;
        }
        #senderName {
            width: 100%;
            margin-left: 5px;
        }
        #message {
            width: 100%;
            margin-left: 5px;
        }
    }

    @media only screen and (max-width: 1200px){
        #BottomPicture{
            display: none;
        }
    }

    @media only screen and (min-width: 701px){/* hide mobile nav menu*/
        .navmob{
            display: none;
        }
        #navmob{
            display: none;
        }
        .NavigationPic{
            width: 100%;
            height: 100%;
        }
    }

    @media only screen and (min-width: 2050px){/*remove top margin from bottom pic when it won't float anymore*/
        #BottomPicture{
            margin-top: 5%;
        }
    }

    @media only screen and (min-width: 2800px){/* top margin from bottom pic so it won't float anymore*/
        #BottomPicture{
            margin-top: 15%;
        }
    }
/*#endregion */
