﻿body {
    margin: 0;
    width: 100vw;
    font-size:100%;
    font-family: sans-serif;
    font-family: 'Amatic SC', cursive;
    font-family: 'Rajdhani', sans-serif;
    font-family: 'Orbitron', sans-serif;
    font-family: 'Economica', sans-serif;
    font-family: 'Advent Pro', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    
}

html {
    font-family: sans-serif;
    scroll-behavior: smooth;
    width:100vw;
    font-size:1.2em;
}

a.menulink {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    padding: 5px 10px 5px 10px;
    margin:0.1vw 0.1vw 0.1vw 0.1vw;
    text-align:center;
}

a{
    color:black;
}

    a:visited {
        color: #777;
    }

    a.menulink:visited {
        text-decoration: none;
        color: #333;
        
    }

 a.menulink:hover {
        color:rgba(255,255,255,1);
        background:rgba(255,0,0,0.9);
        width:100%;
    }

.topmenu {
    background:rgba(255,255,255,0.9);
    width: 100vw;
    min-height:7em;
    height:auto;
    position:fixed;
    top:0px;
    z-index:100;
    box-shadow:20px 0px 50px rgba(0,0,0,0.5);

}

.formtext{
    height:30px;
    padding:2px 5px 2px 5px;
    

}

.activec{
    width:80vw;
    min-width:550px;
    margin:0 auto;
    background:#ffffff;
    color:black;
}

.activecf {
    width: 40vw;
    min-width: 350px;
    margin: 0 auto;
    background: #ffffff;

    color: black;
}

.activecfooter {
    width: 60vw;
    margin: 0 auto;
    text-align:justify;
    color: black;
}


.texts {
    position: relative;
    width: 100vw;
    height: auto;
    min-height: 100px;
    padding: 0px 0px 30px 0px;
    text-align:justify;
    margin: 0;
    background: #ffffff;
    line-height:120%;
    top:-10px;
}


.focuss {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.focus {
    border: 200px solid #fff;
    border-radius: 100%;
}

.photoeffect {
    z-index: 20;
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 100vw;
 
}

.pimage
{
    height:200px;


    margin:20px 20px 20px 20px;
}



.whitebg {
    z-index: 20;
    position: absolute;
    background-color: rgba(255,255,255,1);
    width: 100vw;
    height: 60vh;
    animation-name: anim;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-direction: unset;
    animation-delay: 0.5s;

}

.topphoto {
    z-index: 10;
    position: relative;
    margin-top: 150px;
    background-image: url('images/car.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100vw;
    height: 60vh;
}

.topnophoto {
    z-index: 10;
    position: relative;
    margin-top: 115px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100vw;
    height: 60vh;
}

.logobg {
    padding:20px 0px 20px 0px;
    z-index: 10;
    position: relative;
    background-image: url('images/logobg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100vw;
    height: auto;


}

.runnerbg {
    z-index: 10;
    position: relative;
    background-image: url('images/runner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width:20vw;
    min-width:40px;
    height: 40em;
    
}



@keyframes anim{
    from {
        width:100vw;
    }

    to {
        width: 0vw;
    }


}

.container
{
    padding:20px 0px 20px 0px;
    font-size:18px;
    color:#ffffff;
    margin:0 auto;
    text-align:justify;
    min-width:300px;

    width:100%;
}


.containerp {
    padding: 20px 0px 20px 0px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    text-align: justify;
    min-width: 300px;
    background: #92c4af;
    width: 100%;
}



.menu{
    display:inline-block;
    font-size:18px;
    color:black;
    padding:5px 10px 5px 10px;
    position:relative;
    cursor:pointer;
    
}

.submenuitem {
    font-size: 14px;
    color: black;
    padding: 5px 2px 5px 2px;
    width:auto;
    border-bottom:solid 1px #ccc;
 
}



.header {
    font-size: 24px;
    font-weight: bold;
}

.footer{
    margin:0 auto;
    width:100vw;
    text-align:center;
    background:#cccccc;
    height:30vh;
    border-top:solid 1px #aaa;
}

