@charset "UTF-8";

h1, h2, h3, h4, h5, h6 {
    font-weight: bold !important;
}

.container {
    width: 100%;
    min-height: inherit;
    background-image: linear-gradient(to right, red , blue)!important;
    padding: 0 !important;
}

* {
  box-sizing: border-box;
}

/* If the screen size is 600px or less, set the font-size of <div> to 30px */

@media only screen and (max-width: 1024px) {
  
header {
/*  background-color: #008aff; */
    min-height: 150px;
    color: #000;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    width: 80%;
    margin: auto;
}

header #header-col2, header #header-col3 {
    padding: 0 20px;
/*  border: dashed;*/
}

#header-col1 {
    max-width: 100px;
    margin: auto;
}

header #header-col1 img{  
    max-width: 90px;
    margin: auto;
    padding-top: 10px;
}

header #header-col2 {
    padding-bottom: 10px;
}

header #header-col2 #header-col2-title2 {
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    padding-top: 5px;
    text-align: center;
}

header #header-col3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 10px;
}

header #header-col3 img{
     max-width: 40px;
     margin: 8 13px;
} 

} /*** end 0f media 600px ***/



/* If the screen size is 601px or more, set the font-size of <div> to 80px */

@media only screen and (min-width: 1025px) {

/* div, header #header-col3 img {
    border: 1px solid green;
} */

header {
   /* background-color: #008aff; */
    display: flex;
    min-height: 150px;
    color: #000;
    margin: 0px;
    overflow: hidden;
    padding: 10px 0;
    width: 75%;
    margin: auto;
}

#header-col2{
        padding: 0 20px;
        vertical-align: middle;
 /*   border: dashed; */
}

#header-col1 {
    max-width: 150px;
    margin-right: 20px
}

#header-col3 {
        margin: auto;
    }  

header #header-col1 img{  
    max-width: 140px;
    margin: auto;
    padding: 2px;
}

header #header-col2 {
    padding: 40px 40px 0 25px;
}

header #header-col2 #header-col2-title2 {
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

header #header-col3{
    float: right;
    padding: 5px 5px;
}

header #header-col3 img{
     max-width: 40px;
     margin: 5 10px;

}
}

/*#endregion Header*/

