@font-face { 
    font-family: "antro"; 
    src: url("../../media/font/AntroposFreefont-BW2G.ttf"); 
}

html, body{
    height: 100%;
    width: 100%;
    margin: 0%;
    padding: 0%;
    background-color: #fff;
    font-family: verdana;
    font-size: large;
    color: #fff;
    background-image: url("../../media/img/title.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;

}

h1{
    margin: 0;
    padding: 0;
    font-family: antro;
    font-size: 60px;
}

h2{
    margin: 0;
    padding: 0;
    font-family: antro;
}

h3{
    margin: 0;
    padding: 0;
    font-family: antro;
}

a{
    text-decoration: none;
    color: #3f7b3f;
}

/*
#####################################################
##############          CLASS          ##############
#####################################################
*/

.topBar{
    z-index: 4;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 130px;
    background-color: #ffffff1c;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.75s;
}

.topBar h1, .topBar p{
    color: #fff;
}

.logo{
    height: 130px;
}

.topBarBlurBg{
    z-index: 3;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../../media/img/title.png");
    background-position: center;

}

.topBarBlur{
    z-index: 4;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../../media/img/title.png");
    filter: blur(10px);
    transition: 0.75s;
    background-position: center;

}


.topBar a:hover{
    color: #3f7b3f;
}


.topBarCtnt{
    position: relative;
    margin-left: 17%;
    margin-right: 17%;
    z-index: 2;
    color: #000;
    padding-left: 50px;
    padding-right: 50px;
}

.ctnt{
    position: relative;
    margin-left: 17%;
    margin-right: 17%;
    z-index: 2;
    color: #000;
    background-color: #fff;
    background-image: linear-gradient( 90deg, #eee, #fff, #eee, #eee); 
    background-size: cover;
    padding: 50px;
    overflow-y: hidden;
    text-align: left;
}

.ctnt p{
    clear: left;
    text-align: left; 
    width: 100;
}

.mainImg{
    position: relative;
    height: 85%;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../../media/img/title.png");
    background-position: center;
    transition: 0.75s;

}

.inlineImgLeft{
    width: 500px;
    float: left;
    margin-right: 85px;
    margin-top: 50px;
    margin-bottom: 20px;
    transform: rotate(-2deg);
    transition: 0.2s;
    transform-origin: top;
}

.rightTemp{
    border-radius: 25px 5px 25px 5px;
}

.lefetTemp{
        border-radius: 25px 5px 25px 5px;
}

.inlineImgRight{
    width: 500px;
    float: right;
    margin-left: 85px;
    margin-top: 50px;
    margin-bottom: 20px;
    transform: rotate(2deg);
    transition: 0.2s;
    transform-origin: top;
}

.inlineImgLeftOLD:hover{
    transform: rotate(0deg);

}

.inlineImgRightOLD:hover{
    transform: rotate(0deg);
}



.ctntBlur{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 85%;
    background-image: url(../../media/img/title.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    filter: blur(6px);
    z-index: 1;
}

.spanH3{
    margin: 0;
    padding: 0;
    font-family: antro;
    font-size: x-large;
}

.spanH4{
    margin: 0;
    padding: 0;
    font-family: antro;
    font-size: large;
}

.smallArt{
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 200px;
    transition: 1s;
}

.smallArt:hover{
    animation: shake 1.5s ease-in infinite;
}


@keyframes shake {
    1%{
        transform: translateY(0);

    }    
    
    30% {
        transform: translateY(-40px);
    }
    
    60% {
        transform: translateY(0);
    }
    
    100% {
        transform: translateY(0);
    }
}

/*
#####################################################
##############           ID            ##############
#####################################################
*/

#firstCtnt{
    border-radius: 25px 25px 0 0;
}

#uberMich{
    width: 550px;
}

#footer{
    font-size: 12px; 
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#mySelf{
        font-size: 10px; 
}

/*
#####################################################
##############       mediaWidth        ##############
#####################################################
*/


@media screen and (max-width: 1200px) {

    #uberMich{
        width: 100%;
    }

    @media screen and (max-width: 850px) {

        .topBarCtnt{
            position: relative;
            margin-left: 1%;
            margin-right: 1%;
            z-index: 2;
            color: #000;
            padding-left: 50px;
            padding-right: 50px;
        }
        
        h1{
            font-size: medium;
        }
        
        .logo{
            width: 100%;
            height: auto;
        }
        
        .mainImg{
            background-position-x: center;
            background-position-y: bottom;
        }


        .ctnt{
            margin-left: 1%;
            margin-right: 1%;
        }

        .inlineImgLeft{
            width: 100%;
            float: left;
            margin-right: 20px;
            margin-top: 0;
            margin-bottom: 20px;
        }


        .inlineImgRight{
            width: 100%;
            float: right;
            margin-left: 20px;
            margin-top: 0;
            margin-bottom: 20px;
        }





    }
}