body{
    background-image:url(../img/neville3.jpg);
    background-position:top right;
    color:#555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:1.6em;
    margin:0;
}

.container{
    width:80%;
    margin:auto;
    overflow:hidden;
}

#main-header{
    background-color:inherit;
    color:black;
    font-size: 35px;
    line-height: 1.25;
}

/* commenting in/out  ctrl+k+c    ctrl+k+u */

#navbar{
    background-color:inherit ;
    color:black;
}

#navbar a {
    color: black;
    text-decoration: none;
    font-size: 25px;
    padding-right: 20px;
  } 


#showcase{
    /* background-image:url(../img/neville2.jpg);
    background-position:top right; */
    min-height:1000px;
    margin-bottom:30px;
    text-align:center;
}

#showcase h1{
color:#333;
font-size:50px;
line-height:1.6em;
padding-top:30px
}

#main{
    float:left;
    width:70%;
    padding:10px;
    box-sizing:border-box;

}

#sidebar{
    float:right;
    width:30%;
    background: #333;
    color:#fff;
    padding:10px;
    box-sizing:border-box;

}

#main-footer{
    background:#333;
    color:#fff;
    text-align: center;
    padding:20px;
    margin-top: 40px;

}

.comp-class-9-10{
    position:fixed;
    top: 400px;
    background-color: black;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 2px white solid;
    border-radius: 15px;
}

.comp-class-11-12{
    position:fixed;
    top: 450px;
    background-color: black;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 2px white solid;
    border-radius: 15px;
}

.website-design{
    position:fixed;
    top: 400px;
    right:0;
    background-color: black;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 2px white solid;
    border-radius: 15px;
}

.unity{
    position:fixed;
    top: 450px;
    right:0;
    background-color: black;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 2px white solid;
    border-radius: 15px;
}

.processing{
    position:fixed;
    top: 500px;
    right:0;
    background-color: black;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 2px white solid;
    border-radius: 15px;
}

.block-smart{
    width:1000px;
    height:400px;
    color:black;
    border: 5px black solid;
    border-radius: 5px;
    padding:20px;
    margin-top: 20px;
    background-image: url('../img/SMART_GOAL.png');
    background-position: center center;
    object-fit: cover;
}

.block-1{
    background-color:#fff;
    color:black;
    border: 5px black solid;
    border-radius: 5px;
    padding:20px;
    margin-top: 20px;
}

.block-1 h1{
    font-family: Tahoma;
    font-weight: 800;
    font-style: italic;
    text-decoration: underline;
}

.block-2{
    float:left;
    width:30%;
    border: 1px solid ;
    box-sizing:border-box;
    background-color:#fff;
    color:black;
    border: 5px black solid;
    border-radius: 5px;
    padding:20px;
    margin-left: 10%;
    margin-right: 10%;
    overflow: hidden;
}

.block-3{
    float:left;
    width:30%;
    border: 1px solid ;
    box-sizing:border-box;
    background-color:#fff;
    color:black;
    border: 5px black solid;
    border-radius: 5px;
    padding:20px;
    margin: 1.5%;
    overflow: hidden;
}

.box-quote{
    font-family:"brush script mt";
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    line-height: 1.25;

}

.section-title{
    background-color:black;
    width: 30%;
    color:white;
    border: 5px white solid;
    border-radius: 5px;
    padding:10px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.clr{
    clear:both;
}

@media(max-width:600px){
    #main{
        width: 100%;
        float:none;
    }

    #sidebar{
        width:100%;
        float:none;
    }
}
