
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}


body, html {
  height: 100%;
  margin: 0;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }


[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; 
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; 
}

p {
  margin-top: 0;
  margin-bottom: 1rem; 
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; 
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; 
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; 
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; 
}


.inner-div{
  cursor:pointer;  
}


.inner-div img{
    margin-top:-28px;
    height: 36px;
    width: 36px;
}

.bg {
  /* The image used */
  /*background-image: url("../imgs/bg.jpeg");*/

  /* Full height */
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row{
    display:flex;
    width:100%;
    box-sizing: border-box; 
    position: absolute;
    top: 5%;
    left: 5%;
}

.section1{
  text-align: center;
}

.section1 .container{
    text-align:-webkit-center;
}

.items div{
    display:inline-block;
}

.items .inner-div:hover a{
    text-decoration:underline;
    cursor:pointer;
}

.section1 a{
   text-decoration: none;
   color:#52ff26;
   font-size:50px;
   line-height:36px;
   text-align: center;
   font-weight: bold;
}


@media screen and (max-width:700px){
    img{
     vertical-align:middle;
     margin-top:-12px!important;
     width:15%;
   }
    
    .section1 .container{
        padding:5px;
    }
    
    .items{
        padding:0px;
    }
    
   .section1 a{
       font-size:28px;
   } 
   
   .items div{
       display:inline;
   }
  
}
