*{
    margin:0;
    padding:0;
}

/*top nav bar*/

.topbanner{
    width: 100%;
    height: 90px;
    background-color:white;
}

.logo{
    height:65px;
    margin-left: 10px;
    margin-top: 10px;
}

.banner{
    width:100%;
    height:360px;
    background-color: #a5a7aa;
    
    
}

/*Hamburger Menu*/

/*menu icon*/
.container {
    display: inline-block;
    cursor: pointer;
    float:right;
    margin-right: 15px;
    margin-top: 30px;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #353538;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}

/*background color*/
body{
    background-color: #e6e6e6;
}

/*Page Title*/
#folio{ 
    font-family: 'Oswald', sans-serif;
    margin-left: 30px;
    padding-top: 30px;
    Font-size:35px;
    color:#f25e60;
    
}

.port{
    font-family: 'Oswald', sans-serif;
    margin-left: 20px;
    margin-top: 20px;
    color: #353538;
}


/*Portfolio Boxes*/

.sqbox{
    position: absolute;
    top:210px;
    left:50%
    
}

.sq{
    width: 350px;
    height:350px;
    background-color: #f25e60;
   
}

#sq1{
    position: absolute;
    right:-375px;
    overflow: hidden;
}

#sq2{
    position: absolute;
    right:0px;
    overflow: hidden;
}

#sq3{
    margin-bottom: 100px;
    position: absolute;
    right: -375px;
    top:375px;
    overflow: hidden;
}

#sq4{
    margin-bottom: 100px;
    position: absolute;
    right:0px;
    top:375px;
    overflow: hidden;
}

/*Portfolio Titles*/

#digi{
    position: absolute;
    top:135px;
    left:70px;
    text-decoration: none;
    font-size:30px;
}

#photo{
    position: absolute;
    top:135px;
    left:70px;
    text-decoration: none;
    font-size: 30px;
}

#vid{
    position: absolute;
    top:135px;
    left:70px;
    text-decoration: none;
    font-size: 30px;
}

#print{
    position: absolute;
    top:135px;
    left:70px;
    text-decoration: none;
    font-size: 30px;
}

/*Box Photos*/
.cam{
    height:350px;
    opacity: 0
}

.cam:hover{
    opacity:0.5;
}

.coder{
    height:350px;
    opacity: 0;
}

.coder:hover{
    opacity: 0.5;
}

.filmbuff{
    height:350px;
    opacity: 0;
}

.filmbuff:hover{
    opacity: 0.5;
}

.gfx{
    height: 350px;
    opacity: 0;
}

.gfx:hover{
    opacity: 0.5;
}

/*Menu*/

.responsive-menu ul {
    list-style-type: none;
    margin-top: 0px;
    width: 250px;
    padding-right:25px;
    margin-top:0px;
}

.responsive-menu ul li a{
    text-decoration: none;
    color:#353538;
    font-family:"Oswald","sans-serif";
    font-size: 2.3em;
    width: 100%;
}

.responsive-menu ul li a:hover{
    color:#f25e60;
}

.responsive-menu{
    display:none;
}

.expand{
    display:block;
    position: absolute;
    top:90px;
    right:0px;
    bottom:250px;
    width;58%;
    background-color:white;
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.2);
    padding:20px;
    z-index: 1000;
}
