@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');
*{
    margin: 0;
    padding: 0;
}
body,html{
    height: 100vh;
    width: 100%;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    background-color: #09423A;
    
}
#bg img{
display: block;
object-fit:fill;
width: 100%;
}
.color_text{
    color: #EFAD00;
}
#bg{
   display: flex;
    opacity: .4;
  width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
z-index: 0;
}
section{
   
    position: relative;
min-height: 490px;
z-index: 1;
}
.mod_100{
    width: 100%;
}
.mod_600{
    width: 600px;
    height: 600px;
}
.center_flex{
align-items: center;
justify-content: center;
}
.flex_content{
    display: flex;
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row;
}
.flex_column{
    flex-direction: column;
}
.wrap_content{
    font-size: 2em;
    color: white;
    position: relative;
    margin: 0 auto;
    top: 10%;
}
.sic{
    font-weight: 300;
font-size: 3em;

text-transform: uppercase;
text-shadow: rgb(158, 158, 158) 1px 1px 1px;
}
.over_top{
    text-align: center;
 position: relative;

 z-index: 10;
}
.logo_text{
    font-weight: 400;
    font-family: 'Century Gothic', sans-serif;
    font-size: 2.3em;
    text-transform: uppercase;
    text-align: center;
}
.sott_text{
    font-weight: 300;
    text-align: center;
    position: relative;
    bottom: 1em;
    position: absolute;
    font-size: .75em;
}
.sott_text div:first-child{
font-size: 1.4em;
}
h2{
    font-weight: 300;
    font-size: 1em;

}
@media screen and (max-width: 768px) {
    #bg{
  background-size: 500px;
    } 
    .wrap_content{
        font-size: 1.4em;
        top: 80px;
    }
    .sic{
        font-size: 2em;
    }
    .mod_600{
        width: 400px;
        height: 400px;
    }

}