* {margin:0; padding: 0;}
a{
    text-decoration: none;
    color: rgb(211, 95, 0);
}
a:active
{
    color: orange;
}
body
{
    background-color: white;
    margin: 0;
    border: 0;
    font-family: 'Mitr', sans-serif;
    color: rgb(83, 83, 83);
}
.header
{
    background-color: rgb(48, 48, 48);
    background-image: url(../img/PressKit_Header.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.backbutton
{
    background-color: antiquewhite;
    position: absolute;
    left: 5px;
    top: 5px;
    height: 40px;
    width: 170px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.container
{
    /* background-color: rgb(152, 185, 174); */
    position: relative;
    max-width: 1120px;
    width: auto;
    height: 2000px;
    margin: 0 auto;
    padding: 10px;
}

.sidebar
{
    background-color: rgb(245, 245, 245);
    position: relative;
    min-height: 600px;
    width: 25%;
    /* display: inline-block; */
    float: left;
    border-radius: 6px;
    padding: 10px;
}

.content
{
    /* background-color: cornflowerblue; */
    position: relative;
    min-height: 1250px;
    width: 70%;
    left: 1%;
    /* display: inline-block; */
    float: left;
    padding-top: 10px;
}
.line{
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0,0));
    position: relative;
    width: 100%;
    height: 2px;
}
.yt-container {
    background-color: rgb(46, 46, 46);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
}
.yt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videodesc
{
    font-size: 0.7em;
    font-style: italic;
}
.s_shot
{
    position: relative;
    display: inline-block;
    width: 32%;
    /* margin: 0px auto; */
}
.s_shot img{
    width: 100%;
    border-radius:5px;
}

.s_logo
{
    position: relative;
    display: inline-block;
    width: 49%;
    /* margin: 0px auto; */
}
.s_logo img{
    width: 100%;
    border-radius: 5px;
}

.s_key
{
    position: relative;
    display: inline-block;
    width: 19%;
    /* margin: 0px auto; */
}
.s_key img{
    width: 100%;
    border-radius: 5px;
}
t1
{
    font-size: 2em;
    color: black;
}
t2
{
    font-size: 1.3em;
    color: rgb(37, 37, 37);
}
t3
{
    font-size: 0.7em;
}
p{
    line-height: 1.5em;
}
ul{
    margin-left: 50px;;
}

 /* ///////////// MOBILE DEVICES////////// */
@media only screen and (max-width:720px)
{
    .header
    {
        height: 100px;
    }
    .sidebar
    {
        width: 96%;
        padding: 2%;
    }
    .content
    {
        margin-top: 20px;
        width: auto;
    }
    .s_shot
    {
        width: 31%;
    }
    .s_logo
    {
        width: 48%;
    }
    ul{
        margin-left: 20px;;
    }
}