@import 'https://fonts.googleapis.com/css?family=Montserrat:400,500,600i,700,900';
:root{
    --main-color: #172f3a;
    --box-color: rgb(250, 209, 98);
    --title-color-1: #333333;
    --title-color-2: gray;
    --text-color: #ffffff;
    --bg-1: #ffffff;
    --bg-2: #333333;
    --box-shadow: 5px 5px 5px #000;
}

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
}

h3{
    font-weight: 700 !important;
    letter-spacing: 2px;
}

h4{
    font-weight: 600 !important;
    letter-spacing: 2px;
}

h5{
    font-weight: 500 !important;
    letter-spacing: 2px;
}

h6{
    font-size: 12px !important;
    font-style: italic;
    color: var(--text-color-2);
}

p{
    font-weight: 400 !important;
    font-size: 15px;
}

/* header */
header{
    width: 100%;
    background-color: var(--bg-1);
    padding: 2em;
    padding-bottom: 0em;
    align-content: center;
}

header>.logo{
    color: var(--text-color);
}

header>div.logo{
    float: left;
}

header nav{
    background: transparent !important;
}

.logo{
    width: 500px;
    color: var(--text-color-1);
    text-align: center;
    float: left;
    display: block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 2px; 
}

.logo:hover{
    color: var(--box-color);
    text-decoration: none;
}

/* nav */
nav{
    display: inline;
    text-align: center;
}

nav ul li{
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: var(--main-color);
    display: inline-block;
    padding: 1em;
    margin-right: 22px;
    text-align: center;
    opacity: 0.8;
    transition: all 0.3s;
}

nav a{
    color: var(--title-color-1);
}

nav a:hover{
    opacity: 0.8;
    color: var(--main-color);
    text-decoration-color: var(--box-color) !important;
    /* text-decoration: 2px; */
}

#toggle, .label{
    display: none;
}

/* PARTICLES */
#particles-js{
    background-size: cover;
    width: 100%;
    height: 100vh;
    background: #111111;
  }

.info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    color: #eee;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .5);
}

.heroitems{
    position: absolute;
    width: 100%;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 17%;
    color: white !important;
    overflow: hidden;
    padding: 0;
    margin: 0;

}

.heroitems>h1{
    font-size: 4em;
    font-weight: 900;
}

.heroitems>p{
    font-size: 1.4em;
}

.heroimage:before{
    color: white !important;
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* main */
#section{
    margin-top: 1000px;
}

/* about */
#about{
    display: flex;
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 5em;
}

.about{
    float: left;
    display: block;
    padding: 2em;
    padding-top: 6em;
}

/* boxie */
.boxie{
    background-color: var(--box-color);
    width: 2.5em;
    height: .5em;
}

/* button */
.button{
    color: var(--bg-2);
    background-color: none !important;
    border: solid var(--bg-2);
    padding: 0.5em 1em;
    border-radius: 4px;
    transition: ease-in;
}

.button:hover{
    color: var(--text-color);
    background-color: var(--bg-2);
    padding: 0.5em 1em;
    border-radius: 4px;
    transition: ease-in; 
}

/* Clearfix */
.clearfix{
    clear: both;
}

/* services */
.section-service{
    background-size: cover;
    width: 100%;
    height: 75vh;
    align-content: center;
    margin-top: 20em;
    padding-top: 3em;
}

.box{
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
    width: 28%;
    float: left;
    padding: 2em;
    margin: 1em;
}

.box a{
    color: var(--main-color);
}

.box a:hover{
    text-decoration: none;
    color: var(--box-color);
}

.bg-color{
    color: var(--main-color);
    background-color: var(--bg-3) !important;
    opacity: 55%;
    overflow: hidden; 
}

.fas{
    font-size: 3em;
    padding:0.5em;
}

/* work */
#work{
    background-size: cover;
    width: 100%;
    height: 100vh;
    align-content: center;
    padding-top: 2em;
}

.gallery{
    padding-top: 3em;
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(250px, 2fr)); */
    grid-column-gap: 10px;
}

.card img{
   width: 28%;
}

/* contact */
#contact{
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 3em;
    padding-top: 5em;
    align-content: center;
}

.title{
    padding: 3.5em;
    text-align: center;
}

.contact{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 10px;
}

.contact-gallery{
    padding: 2em;

}

.socialicons{
    display: flex;
}

.location{
    align-content: center;
    text-align: center;
}

.phone{
    align-content: center;
    text-align: center;
}

.email{
    align-content: center;
    text-align: center;
}

.social{
    color: var(--bg-2);
    /* background-color: var(--box-color); */
    text-align: center;
}

.socialicons{
    align-content: center;
}

.twitter a{
    color: var(--bg-2);
    padding: 1em;
}

.instagram a{
    color: var(--bg-2);
    padding: 1em;
}

.linkdin a{
    color: var(--bg-2);
    padding: 1em;
}

form{
    display: block;
    padding-left: 3.5em;
    padding-top: 2em;
}

footer{
    width: 100%;
    top: 0;
    padding: 2.6em;
    text-align: center;
    background-color: var(--bg-2);
    color: var(--text-color);
}

/* WORK GALLERIES */

#contact{
    background-size: cover;
    width: 100%;
    height: 50vh;
    padding: 3em;
    padding-top: 2em;
    align-content: center;
    background-color: #ffffff !important;
}
.quid-gallery{
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
.main-quid{
    
}

.picture img{
    width: 800px;
    height: auto;
}

.work-gallery{
    display: flex;
    justify-content: center;
    background-color: #ffffff !important;
    color: var(--text-color);
}

.work-gallery a{
    color: var(--title-color-1);
    text-decoration: none;
}

.work-gallery a:hover{
    color: var(--title-color-2);
    text-decoration: none;
}

.picture{
    padding: 5em;
    border: solid #fff 2px;
    align-items: center;
    border: #fff solid 5px;
}

.cupcake{
    width: 26%;
    text-align: center;
    padding-top: 1em;
    margin-right: 8px;
    background-color: #ffffff;;
    box-shadow: 1px 4px 5px #bebebe;
}

.ookla{
    width: 26%;
    text-align: center;
    padding-top: 1em;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #ffffff;;
    box-shadow: 1px 4px 5px #bebebe;
}

.quidditch{
    width: 26%;
    text-align: center;
    padding-top: 1em;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #ffffff;
    box-shadow: 1px 4px 5px #bebebe;
}

.underpants{
    text-align: center;
    align-content: center;
    padding-top: 1em;
    width: 26%;
    margin-left: 8px;
    background-color: #ffffff;
    box-shadow: 1px 4px 5px #bebebe;
}

.main-padding{
    padding: 7em;
    padding-top: 5em;
}

.item>a>img{
    width: 100%;
    height: 100%;
}

.item>a>img:hover{
    filter: blur(1px) brightness(85%);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
}

.item{
    width: 330px;
    display: inline-block;
    margin: 1rem;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.item > img{
    width: 100%;
    height: 100%;
}

.item > img:hover{
    box-shadow: 0 8px 16px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    cursor: pointer;
    filter: blur(2px) brightness(60%);
}

/* SLIDESHOW */
#slideshow{

}

.banner{
    width: 100%;
    height: 50vh;
    padding: 3em;
    padding-top: 2em;
}

.slider{
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

/* CONTACT PAGE */

#contact{
    background-size: cover;
    width: 100%;
    height: 75vh;
    padding: 3em;
    padding-top: 2em;
    align-content: center;
    background-color: #ffffff !important;
}

.grid{
    padding: 3em;
    align-content: center;
    background-color: #ffffff !important;
}

.title{
    padding: 3.5em;
    text-align: center;
}

.noxie{
    background-color: var(--box-color);
    width: 3.5em;
    height: .5em;
    box-align: center;
}

.contact{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-column-gap: 3em !important;
}

.contact-gallery{
    display: flex;
    justify-content: center;
    background-color: #ffffff !important;
}

.location{
    width: 26%;
    text-align: center;
    padding-top: 1em;
    margin-right: 8px;
    background-color: var(--box-color);
    box-shadow: 1px 4px 5px #bebebe;
}

.phone{
    width: 26%;
    text-align: center;
    padding-top: 1em;
    margin-left: 8px;
    margin-right: 8px;
    background-color: var(--box-color);
    box-shadow: 1px 4px 5px #bebebe;
}

.email{
    width: 26%;
    text-align: center;
    padding-top: 1em;
    margin-left: 8px;
    margin-right: 8px;
    background-color: var(--box-color);
    box-shadow: 1px 4px 5px #bebebe;
}

.social{
    text-align: center;
    align-content: center;
    padding-top: 1em;
    width: 26%;
    margin-left: 8px;
    background-color: var(--box-color);
    box-shadow: 1px 4px 5px #bebebe;
}

.socialicons{
    align-content: center;
    margin: auto;
    display: flex;
    padding: 1em;
    padding-top: 0;
    color: var(--text-color-1);
    width: 26%;
}

.twitter{
    padding: .25em;
    color: var(--text-color-1) !important;
}

.instagram{
    padding: .25em;
    color: var(--text-color-1) !important;
}

.linkdin{
    padding: .25em;
    color: var(--text-color-1) !important;
}

i>.fas{
    padding: 0;
}

.contactform{
    height: 75vh;
    background-color: rgb(224, 224, 224);
    padding: 2em;
}

@media(max-width: 992px){
    .label{
        display: block;
        cursor: pointer;
    }

    nav ul{
        text-align: center;
        display: none;
        flex-direction: column;
        padding-top: 2.2em;
        background-color: transparent;
    }

    nav li{
        width: 100%;
        text-align: center;
        flex: auto;
        background-color: rgba(0,0,0,0.8);
        position: relative;
        top: 1em;
    }
    
    nav a{
        opacity: 1;
    }

    #toggle:checked+.menu{
        display: block;
    }

    .logo{
        width: 250px;
    }

    /* particles */
    .heroitems{
        top: 25%;
    }

    /* services */
    #services{
        height: auto;
        padding-bottom: 3em;
    }
    .box{
        float: none;
        align-content: center;
        margin: auto;
        padding: 1em;
    }

    .box>h4{
        text-align: center;
    }
    
    /* about */
    #about{
        display: inline;
    }
    
    .about{
        float: none;
        padding-bottom: 0;
    }
    
    /* work */
    .title{
        padding-top: .25em;
    }

    #work{
        padding-top: .5em;
        height: auto;
    }

    .gallery{
        display: inline;
        overflow: scroll;
    }
    
    .cupcake{
        width: 75%;
        padding-bottom: 1em;
        margin: auto;
        margin-bottom: 15%;
    }

    .ookla{
        width: 75%;
        padding-bottom: 1em;
        margin: auto;
        margin-bottom: 15%;
    }

    .quidditch{
        width: 75%;
        padding-bottom: 1em;
        margin: auto;
        margin-bottom: 15%;
    }

    .underpants{
        width: 75%;
        padding-bottom: 1em;
        margin: auto;
        margin-bottom: 15%;
    }

    /* contact */
    #contact{
        height: auto;
    }
    .contact{
        display: inline;
        height: auto;
    }
    .contact-gallery{
        
    }
    
    .location{
        width: 110%;
        margin-right: 0;
        margin: auto;
    }

    .phone{
        width: 110%;
        margin-right: 0;
        margin: auto;
    }
    .email{
        width: 110%;
        margin-right: 0;
        margin: auto;
    }
    .social{
        width: 110%;
        margin-right: 0;
        margin: auto;
    }

    /* quid-gallery */
    
    .picture img{
        width: 100%;
    }
}   
