*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 62.5%; /* 1rem = 10px */
}

body{
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    background: url("/images/abkholdingbg.png");
    background-size: cover;
    background-repeat: norepeat;
    
}

.logo {
    max-width: 300px;
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    font-weight: 700;
}

.main-title{
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 8rem;
}

.main-title h1{
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.main-title h2{
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}

.info {
    font-family: "Times New Roman", Times, serif;
    font-size: 2em;
}

.svg-img{
   display: block;
   margin: auto;
}

svg{
    display: block;
   margin: auto;
}


.footer {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1.3rem;
}


  /* Media Queries */

  @media (min-width: 640px){
    .main-title h1{
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .main-title h2{
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
    }
    
     
    }
     
    @media (min-width: 768px){
        .main-title h1{
            font-size: 3rem;
            text-transform: uppercase;
            font-weight: 800;
        }
        
        .main-title h2{
            font-size: 2rem;
            font-weight: 300;
            text-transform: uppercase;
        }
    
     
    }
     
    @media (min-width: 1024px){
     
        .main-title h1{
            font-size: 3rem;
            text-transform: uppercase;
            font-weight: 900;
        }
        
        .main-title h2{
            font-size: 2rem;
            font-weight: 300;
            text-transform: uppercase;
        }
     
    }
     
    @media (min-width: 1200px){
     
        .main-title h1{
            font-size: 3rem;
            text-transform: uppercase;
            font-weight: 900;
        }
        
        .main-title h2{
            font-size: 2rem;
            font-weight: 300;
            text-transform: uppercase;
        }

        .main-title{
            text-align: center;
            margin-top: 4rem;
            margin-bottom: 4rem;
        }
        
     
    }