@font-face {
    font-family: 'Conv_Capriola-Regular';
    src: url('../fonts/Capriola-Regular.eot');
    src: local('☺'), url('../fonts/Capriola-Regular.woff') format('woff'), url('../fonts/Capriola-Regular.ttf') format('truetype'), url('../fonts/Capriola-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family:'Conv_Capriola-Regular',Sans-Serif !important;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    color: white;
}

h1, h2, h3 {
    padding-top: 70px;
    text-shadow: 2px 2px 1px #759d1e;
}

h1 {
    font-size: 48px;
    margin-top: 0;
    text-align: center;
    color: white;
    margin-bottom: 30px;

}

h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    color: white;
}

h3 {
    font-size: 36px;
    text-align: center;
    color: white;

}

p {
    margin-bottom: 20px;
}

.main_container {

}

.container {
    background: url('../images/bg.jpg') 0 0 no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.content {
    width: 970px;
    margin: 0 auto;
}

a, a:visited {
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 970px) {
    .content {
        width: 100%;
        padding: 0 20px;
    }
}

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

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 30px;
    }
}
