/* Reset */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    width: 100%;
    height: 200%; 
    margin: 0; 
    padding: 0;
    background: #fff;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight 600;
    scroll-behavior: smooth;
}

h1{

}

h2{

}

h3{

}

p{

}

.banner{
    width: 100%;
}

header{
    width: 100%;
}

nav{
    width: 100%;
}
.container{
    width:100%;
}

.wrapper{
    width: 100%;
}

aside{
    width: 100%;
    background:blue;
}

main{
    width: 100%;
}

section{
    width: 100%;
}
article{
    width:100%;
}
footer{
    width: 100%;
}

/* Layout */

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200%;
    fone-size"16px;
    line-height: 1.6;
    font-weight:600;
    background: #fff;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.banner{
    width: 100%;
    height: 50px;
    background:#ccc;
    text-align: center;
    position: fixed;
    top: 0;
}


#searchBar{
    border: 1px solid #000;
    border-right: none;
    font-size: 16px;
    padding: 15px;
    outline: none;
    width: 200px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#searchBtn{
    border: 1px solid #000;
    font-size: 16px;
    padding: 15px;
    background: #f1d829;
    font-weight: bold;
    cursor: pointer;
    outline:none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-right: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#searchBtn:hover {
    background: #f6e049;

}

header{
    width: 100%;
    height: 125px;
    text-align: center;
    position: fixed;
    top: 50px;
    z-index: 100;
    background: #ccc;
}

#banner{
    width: 100%;
    height: 75vh;
    text-align: center;
    background: url("blaz-erzetic-g5f0BJq-FRs-unsplash (1).jpg")
	no-repeat 50% 50%;
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
    justify-content: center;
}

.banner-text{
	text-align: center;
	color: #fff;
	padding-top: 180px;
}

.banner-text h2{
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;

}

.banner-text p{
	font-size: 18px;
	font-style: italic;
}

.banner-btn{
	margin: 20px auto 0;
}

.banner-btn a{
	width: 150px;
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	padding: 12px 0;
	color: #fff;
	border: .5px solid #fff;
	position: relative;
	z-index: 1;
	transition: color 0.5s;
}

.banner-btn a span{
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: -1;
	transition: 0.5s;
}

.banner-btn a:hover span{
	width: 100%;
}

.banner-btn a:hover{
	color: red;
}

.toggler{
    display: none;
}

.logo{
    display: flex;
    width: 80px;
    height: 80px;
    margin-left: 16px;
    margin-top: 30px
}

nav ul{
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #585858;
    left: -100%;
    transition: all .5s;
    list-style: none;
}

nav li{
    margin-bottom: 16px;
    margin-left: 16px;
}

nav a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 2px 2px 4px rgba(31, 31, 31, 0.658);
    text-transform: uppercase;
}

nav a:hover{
    color: rgb(91, 180, 253);
    transform: ease-in .1s;
}

.toggler:checked ~ nav ul{
    left: 0;
}


.burger{
    position: absolute;
    font-size: 35px;
    color: white;
    text-shadow: 2px 2px 4px rgba(31, 31, 31, 0.658);
    top: -10px;
    right: 0;
    margin-right: 16px;
    height: 100%;
    display: flex;
    align-items: center;
}

.container{
    display: flex;
     flex-direction: row;
    margin: 5px;
    justify-content: center;
    

}

aside{
    width: 25%;
    height: 725px;
    background: #e6c7b7;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

main{
    width: 75%;
    height: 725px;
    background: #dee2ef;
    margin-top: 5px;
    text-align: center;
    padding: 10px;
}

.wrapper{
    width: 100%;
    height: 1600px;
    margin: auto;
    overflow: hidden;
    padding:4rem 1rem;
    background: #f6f8fd;
    margin-top: 5px;
    margin-bottom: 50px;
}

/*

article{
    margin-top: 5px;
    background: #f6f8fd;
    margin-left: 5%;
    padding: 5px;
    text-align: center;
}
*/

article{
  width: 100%;
  height: 1200px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;

}

@media screen and (min-width: 380px){
  article img{
    width: 400px;
    height: 200px;

  }
}

@media screen and (min-width: 768px){
  article img{
    width: 600px;
    height: 400px;

  }
}



.center{
    text-align: center;
    margin: auto;
}

.grid-1{
    display: grid;
    grid-template-columns: 1fr;
}
.grid-2{
    display: grid;
   grid-template-columns: repeat(2, 1fr);

}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 320px){

    .grid-1{
        display:grid;
        grid-template-columns: 1fr;
    }
    .grid-2{
        display:grid;
        grid-template-columns: 1fr;
    }
    .grid-3{
        display:grid;
        grid-template-columns: 1fr;
    }
    .center{
        display: grid;
        margin-top: 10px;
    }
    span{
        color: #fff;
    }
}

@media only screen and (min-width: 768px){
    .grid-1{
        displsy:grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-2{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;

    }
    .grid-3{
        display:grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }
    .center{
        text-align:center;
    }
}



    @media screen and (min-width: 768px){

    .burger{
        display: none;
    }

    header{
        display: grid;
        grid-template-columns: 1fr auto minMax(700px, 3fr);
    }

    nav{
        display: flex;
        grid-column: 3/4;
        justify-content: flex-end;
        align-items: centre;
    }

    nav ul{
        all: unset;
        list-style-type: none;
        display: flex;
        flex-direction: row;
    }

    nav ul li{
        margin-bottom: 0;
        margin-right: 16px;
    }
    article{
        margin-top: 10px;
    }
}

footer{
    background: #ccc;
    width: 100%;
    height: 125px;
    position: fixed;
    bottom: 0px;
	text-align: center;
	z-index: 1;
    padding:  30px;
}
