body{
    background: #001F3D;
}

#all{
    width: 80%;
    height:auto;
    background: white;
    margin-left:auto;
    margin-right:auto;
    color: #FF6A13

}
#head{
    height: 65px;
    font-size: 1.25em;
    border-bottom: 1px solid #333;
    padding: .25em;
    text-align: center;
    background: #001A33
}
#head a:link{
    color: #FF1E00;
    text-decoration: none;

}
#head a:visited{
    color: #FF1E00;
    text-decoration: none;

}
#head a:hover{
    color: #FF1E00;
    text-decoration: underline;
    box-shadow: 2px;

}
#head a:active{
    color: #FF1E00;
    text-decoration: underline;

}
#head a:focus{
    color: #FF1E00;
    text-decoration: underline;

}
#side{
    width: 20%;
    height: 600px;
    background: #003366;
    float:left;
    box-sizing: border-box;
    text-align: center;
    
}
#main{
    width: 60%;
    height: 600px;
    background: #2c3e50;
    float: left;
    display:flex;
    justify-content: space-between;

}
#right{
    width: 20%;
    height: 600px;
    background: #003366;
    float:right;
    box-sizing: border-box;
    border-left: 1px solid #000;
}
#foot{
    clear: both;
    height: 150px;
    background: #001933;
    border-top: 1px solid #333;
    text-align: center;
    /* border-radius: 5px; */
}
#developingNews{
    flex: 1;
    
}
#developingnewsImage{
    width: 90%;
    
    flex: 2;
    
}
#sideImage img{
}
@media only screen and (min-width: 450px) and (max-width: 700px){
    body{
        margin: 0;
    }
    #all{
        width: 90%;
    }
    #main{
        width: 80%;
        float: right;
        

    }
    #main img{
        visibility: hidden;
    }
    #right{
        clear:both;
        height: 80px;
        width: 100%;
        border: none;
    }

}

@media only screen and (min-width: 0px) and (max-width: 449px){
    #all{
        width: 100%;
        height: auto;
    }
    #head{
        height: 50px;
        font-size: 1.1em;
        padding: .1em;
    }
    #side{
        width: 100%;
        height: auto;
        float: none;
    }
    #main{
        width: 100%;
        height: auto;
        float: none;

    }
    #right{
        height: 80px;
        width: 100%;
        float: none;

    }

}

