html {
    background-color: #999;
}

body {
    max-width: 600px;
    margin: 0 auto;
    background-color: #151515;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Julee', cursive;
    font-size: 24px;
    color: #FFF;
    line-height: 36px;
}

/*.bg {
    width: 100%;
    height: 100vh;
    background: url(./images/bg_iq.jpg) 0 0 no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}*/

.container {
    min-height: 100vh;
    background-color: rgba(0,0,0,0);
    position: relative;
}

h1 {
    margin: 0px;
    font-size: 42px;
    color: #c900a4;
}

header {
    padding: 40px 20px;
    text-align: center;
}

header p {
    font-size: 18px;
    color: #999;
    margin-top: 40px;
}

footer {
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    color: #666;
    padding: 30px 30px 20px 30px;
}

footer .links {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /* display: inline-block; */
}

footer .links li {
    display: inline-block;
    margin: 0 10px;
}

footer .links a {
    color: #795548;
}

footer p {
    margin-top: 5px;
}

.main {
    text-align: center;
    padding: 30px;
    background-color: #FFF;
    margin: 0px 30px;
    border-radius: 10px;
    max-width: 320px;
    margin: 0 auto;
    color: #000;
    z-index: 100;
}

.main h2 {
    color: #000;
    font-size: 24px;
    margin: 0px 0px 0px;
    font-family: 'Josefin Sans', sans-serif;
}

.main ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: decimal;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    list-style-type: none;
}

.main p {
    color: #666;
    font-size: 15px;
    line-height: 22px;
}

.bt-calls {
    display: inline-block;
}

.bt-calls .bt {
    display: inline-block;
    /*width: 64px;
    height: 64px;*/
    width: 96px;
    height: 96px;
    text-indent: -9000px;
    border-radius: 5px;
    margin: 0px 5px 5px 0px;
    background: #CCC 0 0 no-repeat;
    background-size: cover !important;
    border: 1px solid #DDD;
}

.bt-company-1 { background: url(./images/logo-company-1.png) 0 0 no-repeat !important;  }
.bt-company-2 { background: url(./images/logo-company-2.png) 0 0 no-repeat !important;  }
.bt-company-3 { background: url(./images/logo-company-3.png) 0 0 no-repeat !important;  }
.bt-company-4 { background: url(./images/logo-company-4.png) 0 0 no-repeat !important;  }
.bt-company-5 { background: url(./images/logo-company-5.png) 0 0 no-repeat !important;  }
.bt-company-6 { background: url(./images/logo-company-6.png) 0 0 no-repeat !important;  }
.bt-company-7 { background: url(./images/logo-company-7.png) 0 0 no-repeat !important;  }
.bt-company-8 { background: url(./images/logo-company-8.png) 0 0 no-repeat !important;  }
.bt-company-9 { background: url(./images/logo-company-9.png) 0 0 no-repeat !important;  }
.bt-company-10 { background: url(./images/logo-company-10.png) 0 0 no-repeat !important;  }
.bt-company-11 { background: url(./images/logo-company-11.png) 0 0 no-repeat !important;  }
.bt-company-12 { background: url(./images/logo-company-12.png) 0 0 no-repeat !important;  }
.bt-company-13 { background: url(./images/logo-company-13.png) 0 0 no-repeat !important;  }

@media screen and (max-width: 375px) {
    h1 {
        font-size: 36px;
    }

    header p {
        margin-top: 20px;
    }

    header {
        padding: 30px 20px 20px;
    }

    .main {
        box-sizing: border-box;
        padding: 30px 15px;
    }

    .main h2 {
        font-size: 22px;
        line-height: 22px;
    }

    .main ul {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    footer {
        padding: 10px 20px;
        line-height: 18px;
        font-size: 13px;
    }

}

@media screen and (max-width: 375px) {
    header p {
        font-size: 16px;
        line-height: 24px;
    }

    .main {
        max-width: 290px;
    }

    header {
        padding-bottom: 5px;
    }
}
