/* Call in Google fonts */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Italianno);

/* CSS Styles */

body {
    font-family: Montserrat, sans-serif;
    font-size: 0.85em; /* 1em = 16 px */
    background-color: rgb(106,123,144);
    background-size: cover;
    line-height: 2;
    }


h1, h2 {
    font-family: Italianno, cursive;
    font-size: 2.3em;
    color: white;
    }


ul {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Italianno, cursive;
    font-size: 2.3em;
    text-align: center;
    }

li {
    display: inline;
    margin: 6px 10px;
    }


nav li a {
    color: white;
    text-decoration: none;
    text-align: center;
    }

nav li a:hover {
    color: rgb(4,196,217);
    }

nav li a:active {
    color: black;
    }



footer {
    width: 100%;
    height: 100px;
    }

footer nav {
    border-top: 1px solid rgb(4,196,217);
    border-bottom: 1px solid rgb(4,196,217);
    }

 
.contact li a {
    color: rgb(4,196,217);
    text-decoration: none;
    }

.contact li a:hover {
    color: white;
    }

.contact li a:active {
    color: black;
    }






/* IDs */


#wrapper {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    }

#white-strip {
    height: 5px;
    width: 100%;
    background-color: rgb(4,196,217);
    position: fixed;
    top: 0;
    z-index: 15;
    }

#logo {
        background-image: url(../images/logo-artandfly.svg);
        background-size: cover;
        margin: 0 auto;
        width: 200px;
        height: 150px;
        }

#hero-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 2px solid rgb(4,196,217);
    }


#slogan {
    text-align: center;
    }

#slogan-page h1 {
    text-align: center;
    color: rgb(4,196,217);
    }

#about {
    margin: 0 auto; 
    text-align: center;
    max-width: 85%;
    color: white;
    }

#about h1 {
    color: white;
    font-size: 2.7em; 
    }

#testemonials {
    margin: 0 auto; 
    text-align: center;
    padding: 15px;
    max-width: 85%;
    color: white;
    }

#testemonials h1 {
    color: white;
    font-size: 2.7em; 
    }

.testemonials-col {
    text-align: left;
    }

.signature {
    color: rgb(4,196,217);
    text-align: right;
    margin-top: 0.2em;
    margin-bottom: 1em;
    font-size: 1em;
    font-style: italic;
    }

#levels {
    margin: 0 auto 0 auto;
    }

#levels figure img {
    width: 80%;
    height: 80%;
    display: block;
    padding: 2%;
    margin: 7%;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    }

#levels a:hover img {
        position: relative;
        z-index: 100;
        }  

.gallery {
    margin: 0 auto 0 auto;
    max-width: 768px;
   }

.gallery h2 {
    text-align: center;
    color: white;
    }

.gallery figure img {
    width: 80%;
    height: 80%;
    display: block;
    padding: 2%;
    margin: 7%;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    }







/* Media Queries */



@media screen and (min-width: 640px){ 
   

li {
    margin: 0px 25px;
    }
     
#levels figure img {
        width: 40%;
        height: 40%;
        padding: 1%;
        margin: 3.5%;
        float: left;
        }
    
#levels a:hover img {
        transform: scale(1.4);
        }
    
.gallery {
        margin: 0 auto 0 auto;
         }
    
.gallery figure img {
        width: 40%;
        height: 40%;
        padding: 1%;
        margin: 3.5%;
        float: left;
        }
    
.gallery a:hover img {
        transform: scale(1.4);
        }
    
#testemonials {
        max-width: 100%;
        margin-bottom: 2em;
        }
    
.testemonials-col {
        box-sizing: border-box;
        width: 42%;
        margin: 4%;
        float: left;
        }
       
} /*640px*/


    
@media screen and (min-width: 960px)  { 
    
#hero-image img {
    max-width: 75%;
    }
    
li {
    margin: 0px 40px;
    }
     
#slogan h1 {
    font-size: 2.7em; 
    }
        
#levels {
    max-width: 1200px;
    margin: 0 auto 0 auto;
   }
    
#levels figure img {
    width: 20%;
    height: 20%;
    margin: 1.4%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0.7%;
    }
    
#levels a:hover img {
    transform: scale(2);
    }
    
.gallery {
    margin: 0 auto 0 auto;
    max-width: 1000px;
   }
    
.gallery figure img {
    width: 20%;
    height: 20%;
    margin: 1.4%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0.7%;
    }
    
.gallery a:hover img {
    transform: scale(2);
    }
        
#about {
    max-width: 60%;
    }
    

}     /*960px*/
    

    

    


    
    

    
    
    
    
    
    
