/*#053359*/





/*header*/
    .bar{
        position: relative;
        color: aliceblue;
        background-color: #053359;
        float: left;
        opacity: 60%;
        margin: 0;
        z-index: 10;  
        top: 0;
        width: 100%;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    .bar li{
        display: inline;
        list-style: none;
        padding-left: 10%;
        padding-right: 10%;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px
}

    .subbar{
        position: relative;
        color: aliceblue;
        background-color: #053359;
        float: left;
        opacity: 60%;
        margin: 0;
        z-index: 10;  
        top: 0;
        width: 100%;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    .subbar li{
        display: inline;
        list-style: none;
        padding-left: 6%;
        padding-right: 6%;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        padding-bottom: 100px;
        padding-top: 0;
}

    .subbar li h3{
        display: inline;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
}

    a:link{
        color: aliceblue;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    a:visited{
        color: aliceblue;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    a:hover{
        color: lightgray;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    a:active{
        color: darkgray;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    /*main*/
    a.mainlinks:link{
        color: #4BB2F2;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    a.mainlinks:visited{
        color: #4BB2F2;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    a.mainlinks:hover{
        color: #77C3F2;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    a.mainlinks:active{
        color: #2F5973;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
}

    .mainlinks{
        color:#4BB2F2;
        text-decoration: none;
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        
    }
    .main{
        color:#2F5973;
        font-family: "Karla", sans-serif;
        font-weight: 200;
        font-style: normal;
        text-align: center;
        Max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        line-height: 180%;
    }
    .searchbar{
        color: white;
        position: relative;
        /*width: 100%;*/
        height: 500px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        text-shadow: 2px 2px 4px Black;
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        
}
    .searchbar h3{
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-left: 0
}

    .searchbar h4{
        font-size: 13px;
        position: relative;
        background-color: white;
        width: 400px;
        height: 20px;
        border-radius: 30px;
        color: black;
        text-align: left;
        opacity: 80%;
        text-shadow: 1px 1px 2px lightgrey;
        padding-left: 15px;

}


    .ag{
        width: 260px;
        height: 466px; 
        float: left; 
        background-color: #005C55; 
        color: #7ABBB6; 
        padding: 20px; 
        border-right: 2px solid black; 
        border-top: 2px solid black; 
        border-bottom: 2px solid black; 
        margin-top: 10px;
}
    .agimg{ 
        height: 500px; 
        float: left; 
        background-color: black; 
        padding: 5px 5px; 
        margin-left: 170px; 
        margin-top: 10px;
}
    .ag h3{
        color: #00D4C5; 
        border: 2px solid black; 
        padding-left: 30px}
    
    .contact{
        font-size: 20px; 
        color: white; 
        font-family: "Brush Script MT", sans-serif; 
        margin-bottom: 0; 
        margin-top: 0;
}


/*footer*/
    footer{
        color: lightgray;
        background-color: #053959;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
}




















