* {
    padding : 0;
    margin : 0;
    font-family:monospace;
}

html{
    scroll-behavior:smooth;
}
body {
    background-color: rgba(200,200,200,0.7);
    color : black;
    width:100%;
    font-size:1.5em;
}
div{
    width:100%;
}
#alertDiv{
    background-color: #DDD;
    position:fixed;
    top:20%;
    left:36%;
    margin:auto;
    padding:3%;
    z-index:4;
    width:20%;
    height:auto;
}
#alertButton{
    display:block;
    float:right;
    min-height: 25px;
    min-width: 25px;
    padding: 4%;
    background-color: #ABC;
    border-style:groove;
    font-size: 1em;

}
#header{
    color: white;
    background-image: url("../Resources/SectionBackground1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding:0;
    position:relative;
    /*	height:200px; */
    height: 300px;
    width:auto;
    /*        background-color: rgba(0,200,200,0.5);    */
    opacity: 1;
    transition: all 0.5s linear;
}
#header-tmp{
    opacity:0;
    transition: all 0.5s linear;
}
#header h1,#header h2{
    text-align:center;
    height:20%;
}
#header-blur-effect{
    height:300px;
    /*       background-color: rgba(100,100,100,0.8);    */
}
#header-img{
    display:block;
    width:100%;
    height:80%;
    margin: 0 auto 0 auto;
    object-fit: contain;
}
#header-img-tagline{
    float:left;
    display:block;
    width:50%;
    height:100%;
    object-fit: contain;
}
#tagline-container{
    width:40%;
    height:20%;
    margin:0 auto 0 auto;
}
#footer{
    display:block;
    float:left;
    margin:0;
    color: black;
    padding:0;
    width:100%;
    height:auto;
    min-height: 200px;
}
#footersubdiv{
    position:relative;
    display:block;
    margin:0;
    padding:4%;
    width:auto;
    height:auto;
}
.footerSections{
    display:block;
    float:left;
    width:50%;
}
#menu{
    float:left;
    height:16%;
    position:relative;
}
.menu-button{
    padding:0.5%;
    width:24%;
    height:50px;
    display:block;
    float:left;
    color:white;
    position:relative;
    margin:0;
    border:none;
    font-size:1em;
}

ul{
    height:100%;
    width:100%;
    list-style:none;
    list-style-type:none;
}
a {
    color:black;
    text-decoration:none;
}
li{
    display:block;
    text-align:center;
    float:left;
}
li img{
    height: 200px;
    width: 200px;
    transition: all 1s linear;
}
#menu ul li a, #menu-mobile ul li a{
    display:block;
    float:left;
    color:black;
    width:92%;
    position:relative;
    height:50%;
    margin:auto;
    padding:4%;
    background-color: rgba(200,200,200,1);
    border:none;
    font-size:1em;
}
ul li a{
    color:black;
    height:320px;
    font-weight: bold;
}
.section{
    margin:4%;
    padding:0;
    height:auto;
    width:92%;
}
input, textarea{
    text-align: left;
    margin-top:14px;
    margin-bottom:14px;
    display:block;
    width:80%;
}
.simple-input{
    min-width:200px;
    width:25%;
    height:25px;
}
.input-button{
    width:auto;
    padding:5px;
}
/* in here some animations */
#section1{
    width:92%;
    margin:0;
    padding:4%;
    opacity:0;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#section1moved{
    display:block;
    color:black;
    width:auto;
    padding:0;
    min-height: 250px;
    opacity:0.7;
    margin:0;
    background-color:white;
    background-repeat: no-repeat;
    transition: 0.5s ease-in;
}
#section1moved #section1subdiv{
    width:auto;
    margin:0;
    color:black;
    padding:4%;
    min-height: 250px;
    background-color: #999;
}
#section2{
    opacity:0;
    background-color: black;
    width: 0;
    padding:0;
    height:300px;
    background-image: url("../Resources/SectionBackground2.jpg");
    background-repeat: no-repeat;
    transition: all 0.5s linear;
}
#section2moved{
    color:black;
    margin:0;
    padding:0;
    width:auto;
    min-height:300px;
    background-color:rgba(0,0,0,1);
    background-image: url("../Resources/SectionBackground2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s linear;
}
#section2subdiv{
    padding:4%;
    width:92%;
    transition: all 0.5s linear;
}
#section3{
    position:relative;
    min-height: 320px;
    height:auto;
    width:100%;
    margin:0;
    left: -100%;
    transition: all 0.5s linear;
}
#section3moved{
    padding:0;
    margin:0;
    position:relative;
    width:100%;
    min-height:320px;
    height: auto;
    left:0;
    overflow: hidden;
    color:black;
    background-color: white;
    transition: all 0.5s linear;
}
#section3subdiv{
    overflow:hidden;
    padding:4%;
    width:auto;
    height:auto;
    min-height:320px;
    background-color: rgba(180,180,180,0.6);
}
#section4{
    color:white;
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    opacity:0;
    background-image: url("../Resources/progStockImage.jpg");
/*    background-repeat: no-repeat; */
    background-size: 100% 100%;
    transition:all 0.5s linear;
}
#section4moved{
    display:block;
    float:left;
    color:white;
    height:auto;
    width:100%;
    margin:0;
    padding:0;
    opacity:0.7;
    background-image: url("../Resources/progStockImage.jpg");
/*    background-repeat: no-repeat; */
    transition: all 0.5s linear;
}
#section4subdiv{
    padding:12%;
    width:76%;
    background-color: rgba(0,0,0,0.8);
}
textarea{
    font-size: 1.2em;
}
#goBackArrow img{
    width:100px;
    height:100px;
    position:fixed;
    bottom:25px;
    right:25px;
    z-index: 999999;
}
#goBackArrow{
    display:none;
}
#slideShow{
    display:block;
    float:left;
    height: 300px;
    overflow:hidden;
}
#slideShowLinkList{
    display:block;
    float:left;
    padding:0;
    height: 300px;
    width:67%;
    overflow:hidden;
}
.portfolio-arrows{
    display:block;
    float:left;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left:2%;
    margin-right:2%;
}
#rightArrow{
    float:right;
}
#leftArrow{
    float:left;
}
.portfolio-arrows img{
    display:block;
    float:left;
    width:100px;
    height:100px;
}
#mobile-menu, #mobile-menu-visible{
    display:none;
}
#mobile-menu-icon, #mobile-menu-icon2{
    display:none;
}
#mobile-first-link{
    width:auto;
    min-height:100px;
}
#submitButton,#startStopButton{
    display: block;
    float:left;
    min-height: 25px;
    min-width: 25px;
    padding: 2%;
    margin: 4%;
    background-color: #AAA;
    border-style:groove;
    font-size: 1.2em;
}
#startStopButton{
    margin:8% 44% 2% 44%;
}
#startStopButton img{
    width: 75%;
    height:75%;
}
.portfolio-link{
    padding:2%;
    margin:2%;
    left: 38%;
    opacity: 1;
    visibility: visible;
    position: absolute;
    z-index: 2;
    transition: all 1s linear;
}
.portfolio-link img{
    width:300px;
    height:300px;
    transition: all 1s linear;
}
.portfolio-link-left-outside{
    padding:2%;
    left:0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 1s linear;
}
.portfolio-link-left{
    opacity: 1;
    visibility: visible;
    display:block;
    left: 27%;
    position: absolute;
    z-index:-1;
    transition: all 1s linear;
}
.portfolio-link-right{
    opacity: 1;
    visibility: visible;
    display:block;
    left: 58%;
    position: absolute;
    z-index:-1;
    transition: all 1s linear;
}
.portfolio-link-right-outside{
    left:75%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow:hidden;
    transition:all 1s linear;
}
@media screen and (max-width: 1200px){
    body{
        margin:0;
        padding:0;
        font-size:2em;
    }
    #header{
        height:50vw;
    }
    #header-blur-effect{
        height:100%;
    }
    #section1moved #section1subdiv, #section2moved, #section3subdiv,#section4subdiv{
        padding:12%;
    }
    #section1,#section2,#section3,#section4,#section1moved,#section2moved,#section3moved,#section4moved{
        transition: all 0.5s linear;
    }
    #sitelist{
        height:320px;
        margin-bottom:4%;
        overflow:hidden;
    }
    #sitelist li{
        float:left;
        display:block;
        width:42%;
        padding: 4%;
        height:auto;
        overflow: hidden;
    }
    #menu{
        display:none;
    }
    #mobile-menu{
        display:block;
        position:fixed;
        background-color:white;
        height:auto;
        width:80%;
        top:0;
        left:-100%;
        z-index:99999;
        transition: all 0.5s linear;
    }
    #mobile-menu-visible{
        display: block;
        position:fixed;
        background-color:white;
        height:auto;
        width:80%;
        top:0;
        left:0;
        z-index:99999;
        transition: all 0.5s linear;
    }
    #mobile-menu li,#mobile-menu-visible li{
        width:92%;
        padding:4%;
        border-bottom-style:ridge;
        height:20%;
        min-height: 25px;
    }
    li#mobile-first-link{
        min-height:50px;
    }
    #mobile-menu-icon{
        display:block;
        position:fixed;
        top:25px;
        left:25px;
        width:70px;
        height:70px;
        z-index:99999;
        transition: all 1s linear;
    }
    #mobile-menu-icon2{
        display:block;
        margin: 0 auto 0 auto;
        top:25px;
        left:25px;
        position:fixed;
        width:70px;
        height:70px;
        z-index:99999;
        transition: all 1s linear;
    }
    #header-img-tagline{
        float:none;
        display:block;
        width:50%;
        height:100%;
        margin:0 auto 0 auto;
        object-fit: contain;
    }
    #section3subdiv{
        padding:4%;
    }
    #slideShow{
        width: 100%;
    }
    #slideShowLinkList{
        width:67%;
    }
    .portfolio-link{
        padding:2%;
        margin:2%;
        left: 25%;
        opacity: 1;
        visibility: visible;
        position: absolute;
        transition: all 1s linear;
    }
    .portfolio-link img{
        width:200px;
        height:200px;
        transition: all 1s linear;
    }
    .portfolio-link-right{
        padding:2%;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        position: absolute;
        transition: all 1s linear;
    }
    .portfolio-link-left{
        padding:2%;
        left:0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: all 1s linear;
    }
    .footerSections{
        width:100%;
        text-align: center;
    }
}
@media screen and (max-width: 1200px) and (orientation: landscape){
        #slideShowLinkList{
        width:67%;
    }
}
@media screen and (max-width: 870px){
    #slideShow{
        height:200px;
    }
    #slideShowLinkList{
        width:67%;
    }
    #sitelist{
        height: auto;
        margin-bottom:0;
        padding:0px;
        overflow:visible;
    }
    #sitelist li{
        float:left;
        width:50%;
        padding: 0;
        height:auto;
    }
    .portfolio-arrows{
        display:block;
        float:left;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left:2%;
        margin-right:2%;
    }
    .portfolio-arrows img{
        display:block;
        float:left;
        width:50px;
        height:50px;
    }
    .portfolio-link img{
        width:120px;
        height:120px;
        transition: all 1s linear;
    }
    li#mobile-first-link{
        min-height:100px;
    }
    #alertDiv{
        background-color: #DDD;
        position:fixed;
        top:20%;
        left:22.5%;
        margin:auto;
        padding:3%;
        z-index:4;
        width:50%;
        height:auto;
    }
}
@media screen and (max-width: 1200px) and (orientation: landscape){
    #mobile-first-link{
        height:70px;
    }
    #mobile-menu-visible li, #mobile-menu li {
        width:100%;
        padding:0;
    }
}
@media screen and (max-width: 437px){
    #slideShowLinkList{
        width:50%;
    }
    #sitelist li{
        font-size: 0.6em;
        overflow:visible;
    }
    #startStopButton{
        margin:8% 40% 2% 44%;
    }
    #goBackArrow img, #mobile-menu-icon{
        width:50px;
        height:50px;
    }
}