/*media queries*/
/*anything greather than >>> a break point - min - */
/*anything less than a <<<< break point - max*/

/***********MOBILE***********/
/***********MOBILE***********/

header{
    background-color: white;
    width: 100%;
    margin: auto;
    text-align: center;
    bottom: 10px;
    top:10px;
    z-index: 10;
    height; 20px;
    font-size: 16px
}

footer{
    text-align: right;
}
    
body{
    background: white; 
    font-family: 'Manrope', sans-serif;
    margin-left: 2vw;
    margin-right: 1vw;
    margin-bottom: 5vh;
    margin-top: 15%;
    z-index: 50;
    
}

h1{
    color: red;
    font-size: 24px;
    word-spacing: 10px;
    font-weight: 600;
    text-align: center;
}

h2{
    color:red;
    font-size:20px;
    text-align: center;
    margin-bottom: 4vh;
}

h3{color: black;
text-align: center;
font-weight: 400;
    font-size: 16px;
    display: inline;
}

h2:hover{color:black}
h2:active{color:red}


p{
    color:black;
    font-size: 12px
}

hr {
  width: 100%;
  margin-right: auto;
}

img{max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
align-content: center;}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
    ;
}



#container{
  display:flex;
}



a{ text-decoration: none;
    color:black;
}
a:hover{color:red}

ul{list-style-position: outside;}

li{list-style-position: outside;}

iframe{
    margin-right: auto;
    margin-left: auto;
    align-content: center;
}

/***********MOBILE***********/
/***********MOBILE***********/



/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/***********TABLET***********/
/***********TABLET***********/
@media only screen and (min-width: 768px){
    h1{
    font-size: 30px;
        text-align: center;
   }
    
    h2{
    color:red;
    font-size:20px;
    text-align: center;
    margin-bottom: 4vh;
}
    
    p{
    color:black;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}
    .newspaper{
    color:red;
    column-count: 2}

}

#container{
  display:flex
}

/***********TABLET***********/
/***********TABLET***********/



/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/


/***********SMALL_LAPTOP***********/
/***********SMALL_LAPTOP***********/
@media only screen and (min-width: 992px){
     h1{ color:red;
        font-size: 35px;
        }
    
    h2{
    font-size:30px;
    text-align: center;
    margin-bottom: 4vh;
    }

  h3{font-size:18px;}  
    }

p{max-width: 100%}

 img{max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
align-content: center;}

hr{max-width: 100%}
/***********SMALL_LAPTOP***********/
/***********SMALL_LAPTOP***********/



/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/



/***********LG_DESK***********/
/***********LG_DESK***********/
@media only screen and (min-width: 1200px){
    body{margin-top:5%;
        margin-left:;
        margin-right;}
    
    h1{
        color:red;
    font-size: 35px;
   }
    p{font-size: 16px;
    max-width: 30%;
    align-content: center;}

    h3{font-size: 16px;
    max-width: 30%}
    
    img{max-width: 30%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
align-content: center;}
}

hr{max-width: 30%}

/***********LG_DESK***********/
/***********LG_DESK***********/


