/*- Computer-Ease  Website Design Styles -*/


@media screen and (max-width: 481px){

}

.body {
 font-family: "Lucida Sans Unicode",'Open Sans', 'Lucida Grande', sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;


 }

.Main {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;

}

.Logo {
    width: 99%;
    max-width: 160px;
        float: left;
    padding-right: 20px;

}



.Computer-Ease {
        margin: auto;
        padding-top: 40px;
        width: 99%;
        max-width: 600px;
        text-align: center;
        font-family: 'Roboto','Open Sans', 'Lucida Grande', sans-serif;
        font-size: 12px;
        line-height: 18px;

}

.Computer-Ease-Services {
        padding-top: 20px;
        margin: auto;
        text-align: center;
        width: 99%;
        height: auto;
        max-width: 600px;
        font-family: 'Roboto','Open Sans', 'Lucida Grande', sans-serif;
        font-size: 14px;

}

.Computer-Ease-Tag {
        font-family: 'Roboto',Arial, Helvetica;
        font-size: 36px;
        font-weight:  bold ;
        font-style:  !important;
}


.Logo {
        width: 45%;
        max-width: 120px;
        float: left;
        padding-right: 20px;
}


.topnav {
        overflow: hidden;
        background-color: #FFFFFF;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 14;
        text-align: left;
        line-height: 20px;
        vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: inline;
    }
}

@media screen and (max-width: 800px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/* Style the links inside the navigation bar */
.topnav a {
        color: #9E9E9E;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 6px;
        padding-right: 6px;

        text-decoration: none;

}

/* Change the color of links on hover */
.topnav a:hover {
        background-color: #BFEAFD;
        color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
        background-color: #3899EC;
        color: white;
}

.topnav .icon {
        display: none;
}

.Custom-Headers {
        display: none !important;
}



.main-page {
        margin-top: 20px;
        margin-left: 60px;
        margin-right: 50px;
        min-height: 200px;

        font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}

.FooterSection {
        overflow: hidden;
        background-color:  #8BC5E8;
        margin-top: 30px;
        width:98%;
        margin: auto;
        padding-bottom: 10px;
        

}

.ContactUs {
        overflow: hidden;
        display: block;

        font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}


.ContactUs1 {
        display: Block;
        float: left;
        margin-top: 10px;
        margin-left: 20px;
        max-width: 200px;

}
.ContactUs2 {
        display: Block;
        float: right;
        max-width: 240px;

        margin-top: 10px;
        margin-right: 32px;
        text-align: left;
}



.copyright {
        overflow: hidden;
        display: block;
        margin: auto;
        margin-top: 4px;
        margin-bottom: 8px;
        width:98%;
        height: 24px;
        line-height: 16px;
        color: white;
        font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 12px;
        text-align: center;
        background-color:  #52BFD4 ;
        padding-top: 8px;
}

.BoxSection {
        overflow: hidden;
        display: block;

        width: 99%;
        max-width: 1080px;
        min-height: 330px;

/*-
        width: 1080px;
-*/
        margin: auto;
}


.class_box_shadow{
        width: 240px;
        min-width: 100px;
        min-height: 308px;
        margin: auto;
        float: left;
        font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        margin-right: 10px;
        margin-left: 10px;
        padding: 4px;
        Margin-bottom: 30px;

        background: #ccc;
        border-radius: 10px;
        /*- border: 5px solid white; -*/
        position:relative;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

.sh_bottom{
        width: 100%; height: 45%;
        position:absolute;
        z-index: -2;
        bottom: 0; right: 0;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);

}

.sh_bottom:after{
        content: "";
        position:absolute;
        right: 0; bottom:0;
        width:150px; height: 100px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.75);
        box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.75);
        -moz-transform:skew(10deg,10deg) translate(-40px,-15px);
        -webkit-transform:skew(10deg,10deg) translate(-40px,-15px);
        transform:skew(10deg,10deg) translate(-40px,-15px);
}

.sh_bottom:before{
        content: "";
        position:absolute;
        left: 0; bottom:0;
        width:150px; height: 100px;
        z-index: -1;
        background: rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: -20px 30px 10px rgba(0, 0, 0, 0.75);
        box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.75);
        -webkit-transform:skew(-10deg,-10deg) translate(40px,-15px);
        -moz-transform:skew(-10deg,-10deg) translate(40px,-15px);
        transform:skew(-10deg,-10deg) translate(40px,-15px);
}

.hamburger {
        position: relative;
        display: inline-block;
        width: 1.25em;
        height: 0.8em;
        margin-right: 0.3em;
        border-top: 0.2em solid #fff;
        border-bottom: 0.2em solid #fff;
}

.hamburger:before {
        content: "";
        position: absolute;
        top: 0.3em;
        left: 0px;
        width: 100%;
        border-top: 0.2em solid #fff;
}


.Article_Wrapper {
    overflow:hidden;
	 margin-top: 20px;
    padding-bottom:10px;
    background-color: yellow;
}

.Article_List {
    float:right;
    height:200px;
    width:150px;
    padding-left: 30px;
    margin-left: 20px;
    background-color: orange;
}

.Article {
    overflow:hidden;
    height:600px;
    margin-left: 40px;
    background-color: red;

}
