[v-cloak] {
    display: none;
  }


.hideDisplay {
    display: none;
    /*background-color: blue;*/
 }

 .showDisplay {
     /*background-color: red;*/
     display: block;
 }
 
 .oldBrowserStyle {
     padding-top: 3px;
     text-align: center;
     color: red;   
     margin: auto; 
     font-size: 16px;     
 }
 

body {
    color: darkslategray;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin: 0;
    background-color: white;
    background: linear-gradient(135deg, #daa520, white,white,white,white, darkcyan);
    background-attachment: fixed; 

}

a {
    text-decoration: none;
    color: darkcyan;
}



.highlight {
    z-index: 100;
}



.place-center {
    text-align: center;
}
.place-space {
    margin: 50px 20px 30px;
}


.squares-flex {
    display: flex;
    justify-content: center;
}

.square-lvl-1 {
    /* background-color: rgb(137, 155, 155); */
    margin: auto;
    overflow: hidden;
    max-width: 1200px;
    margin-bottom: 50px;
    /*border: 15px solid transparent;  
    border-image: url(/img/bin/border.png) 29 round;    
    border-image-outset: 10px;*/
}

.btn-lvl-2 {

    /*background: radial-gradient(  white 10%, transparent);   */
    /*background-color:  darkcyan;*/
    color: white;
    font-size: 1.5vw;
    /*border: 1px solid slategrey;*/
    position: relative;
    margin: 20px;
    padding-top: 4vw;
    padding-bottom: 4vw;
    width: 30%;
    height: auto;
    max-height: 80px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 10px;    
}

/*
.square-lvl-2:hover {
    background-color: goldenrod;
    color: white;
}
*/

#square1 {
    top: 1vw;
    left: 50;
    background-color: darkcyan;    
}


#square2 {
    top: 0;
    background-color: goldenrod;    
}

#square3 {
    right: 50;
    bottom: 1vw;  
    background-color: slategray;    
}
#square1:hover, #square2:hover, #square3:hover {
    background-color: whitesmoke;    
    color: darkslategray;
    /*border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;*/
}
#square1:hover { background: radial-gradient(  whitesmoke 10%, darkcyan);   }
#square2:hover { background: radial-gradient(  whitesmoke 10%, goldenrod);  }
#square3:hover { background: radial-gradient(  whitesmoke 10%, slategray);  }


.banner {  
    order: 2;
    color: black;
    margin-top: 2%;
    margin-bottom: 2%;
    position: relative; 
   
}

.banner-info {  
    background-color: transparent;
    color: transparent;
    font-size: 18px;
    font-size: 1.5vw;
    width: 20%;
    height: 3%;
    padding-right: 20px;
    padding-top: 1%;
    padding-bottom: 1.5%;
    text-align: right;
    position: absolute;
    top: 10vw;
    overflow: hidden;
    border-left: 10px solid goldenrod;   
    border-top: 0;
    border-bottom: 0;       
    border-image: repeating-linear-gradient( 45deg, goldenrod, rgba(218,165,32,0.7) 1%) 1;
    
}

.banner-info:hover {  
    background-color: rgba(255,255,255,0.6);
    color: #141414;
    border-right: 10px solid goldenrod;
    border-left: none;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;      
    
}

.banner-button {  
    background-color: transparent;
    color: transparent;
    font-size: 18px;
    font-size: 1.5vw;   
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1%;
    padding-bottom: 1.5%;   
    margin-top:auto;
    margin-bottom: auto;  
    border-top: 0px;
    border-bottom: 0px;
    border-image: repeating-linear-gradient( 45deg, goldenrod, rgba(218,165,32,0.7) 1%) 1; 
    cursor: pointer;       
}

.banner-button-right {
    order: 3;
    border-left: 10px solid goldenrod;      
}
.banner-button-left {
    order: 1;
    border-right: 10px solid goldenrod;      
}

.banner-button-right:hover, .banner:hover ~ .banner-button-right {
    right: 0;
    color: goldenrod;  
    background-color: white;    
    border-right: 10px solid goldenrod;  
    border-left: none;   
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;          

}
.banner-button-left:hover, .banner:hover ~ .banner-button-left {
    color: goldenrod;   
    background-color: white;   
    border-left: 10px solid goldenrod;   
    border-right: none;         
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;       
}

#square-row {
    position: relative;  bottom: 10vw;
}

.fade-enter-active {
    transition: opacity 0.5s ease-in;
}
.fade-leave-active {
    transition: opacity 0.1s ease-in;
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
opacity: 0.05;
}

#topText {
    display: flex;
    position: relative;
    top: 3vw;  
    z-index: 1;  
    width: 80%;
    margin: auto;  
    justify-content: space-between;
    color: darkslategray;    
    height: auto;
     
}


#logo {
    position: relative;
    top: 2vw;
    background-color: rgba(255, 255, 255, 0.719);
    border: 1px solid silver;
    padding: 2vw 2.8vw 2.2vw 3vw;
    border-radius: 50%;
    cursor: pointer;
}

#logo img {
    height: 6vw;
}
#logo:hover {
    background-color: rgba(218, 165, 32, 0.226);
}

#title {
    flex: 1;
    padding-left: 2vw;
    align-self: center;
    font-size: 2.3vw;
    color: goldenrod;
    text-shadow: 1px 1px darkslategray;

}

#numbering {
    align-self: center;
    font-size: 18px;
    font-size: 1.6vw;    

}


.logos {
    position: relative;
    background-color: rgba(255, 255, 255, 0.719);
    border: 1px solid silver;
    padding: 2vw 2.8vw 2.2vw 3vw;
    border-radius: 50%;
    cursor: pointer;
}

.logos img {
    height: 6vw;
}
.logos:hover {
    background-color: rgba(218, 165, 32, 0.226);
}

.cFormHidden {
   display: none;
}

.cForm {
   display: visible;
}

#contactForm {
    padding: 1vw;
    border-radius: 2vw;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: rgb(0, 139, 139);
    color: white;
    text-align: center;
}


#contactForm input, #contactForm textarea {
    display: block;
    color: darkslategray;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    width: 80%;
    margin: auto;
    

}



#contactForm button {
    border: none;
    display: block;    
    color: white;
    padding: 4px 50px 4px;
    height: 5vw;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background-color: goldenrod;   
    margin-left: auto;
    margin-right: 10%;
    border-radius: 1vw; 
    cursor: pointer;
}

#contactForm button:hover {
    background: radial-gradient(  whitesmoke 10%, goldenrod);     
    color: darkslategrey;
}


#contactForm h4 {  
    font-size: 2.3vw;
    color: white;
    text-shadow: 1px 1px darkslategray;

}


.image-rounded-border {
    width: 100%;
    border: 0;
    border-radius: 8vw;
}



.content {
    width: 55vw;
    margin: auto;
}

.content #title {
    padding: 0;
}

.flexContainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    margin-top: 40px;
}

.flexContainer img {
    align-self: center;
}

#navbar {
    font-size: calc(1vw + 4px);
  
}

.flexContainer div {
    padding-left: 25px;
}

#navbar a {
    padding: 7px;
    color: darkslategray;        

}

#navbar a:hover {
    color: goldenrod;
}

#navbar hr {
    height: 0;
    border: 0;
    border-top: 1px solid goldenrod;
    
}

.footer {
    color: #2f4f4f;
    text-align: center;
    font-size: 16px;
    font-size: 1.68vw;
}



@media screen and (min-width: 1200px) {  
    /* When screen is wide enough, sizes no longer change dynamically. Use px, not vw or %. */
    .banner-info {
        font-size: 18px;
        top: 150px;        
    }

    #square-row {
        position: relative;  
        bottom: 100px;
    }
    

    .btn-lvl-2 {
        font-size: 18px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .image-rounded-border {
        border-radius: 100px;
    }

    #topText {
        top: 38px;   
    }
    
    #logo {
        top: 15px;
        padding: 20px 28px 22px 36px;
        border-radius: 50%;        
    }
    
    #logo img {
        height: 80px;
    }
    
    #title {
        padding-left: 25px;
        font-size: 30px;
    }
    
    #numbering {
        font-size: 18px;
    }
    
    #contactForm h4 {
        font-size: 28px;
    }

    #contactForm button {
        height: 80px;
    }    

    #square1 {
        top: 10px;
    }
    
    #square3 {
        bottom: 10px;  }

    #navbar {
        font-size:16px;
    }    

    .footer {
        font-size: 16px;
    }
}



@media screen and (max-width: 600px) {  

    .content {
        width: 80%;
        margin-top: 10%;
    }
  
    .flexContainer {
        flex-direction: column;
        align-items: center;
        justify-content: center;        
    }

    .footer {
        font-size: 14px;
    }

    #contactForm {
        overflow: hidden;
    }

    #contactForm h4 {
        font-size: 16px;
    }

    #contactForm button {
        font-size: 16px;
        height: 30px;
    }
    

}


@media screen and (max-device-width: 768px) {  

    body {
        background: linear-gradient(white, white);
        background: none;
        background-color: white;
        background-attachment: scroll;
    }   

    .footer {
        font-size: 12px;
    }


}