@import url("stylesheet.css");

/* GENERAL */

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

html {
}

body {
	background-image: url(../images/background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
	color: #111;
	font-family: "Muller",sans-serif;
	font-size: 18px;
    font-style: normal;
	font-weight: normal;
	height: 100%;
	line-height: 1.44em;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}

a {
	color: #ccc;
	display: block;
	text-decoration: none;
}

a:hover, a:focus {
	color: #bea062;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

a:hover img {
	opacity: 0.5;
}

h2 {
    background-image: url(../images/gold.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #333;
    font-family: "Muller",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    margin: 32px auto 40px;
    max-width: 480px;
    padding: 15px 0 11px;
    width: 100%;
}

h3 {
    color: #444;
    font-family: "Muller",sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1em;
    margin: 50px 0 40px;
    text-transform: uppercase;
}

h4 {
    font-family: "Muller",sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 200;
    margin: 36px 0 22px;
}

h6 {
    font-family: "Muller",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 50px 0;
}

strong {
    font-size: 20px;
    font-weight: 500;
}


/* GENERAL SECTION
-------------------------------------------------*/

section {
	display: table;
	height: 100%;
	min-height: 100%;
	width: 100%;
}


/* HEAD
-------------------------------------------------*/

#head {
    background-color: #111;
    height: 64px;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.logo {
    margin: 7px auto 0;
    width: 100%;
}

.logo img {
    max-width: 250px;
}


/* MAIN
-------------------------------------------------*/

.pOne-section {
    padding: 120px 0 60px;
}

.content {
}

.mainbox {
    background-color: rgba(255,255,255,.2);
    border: 4px solid #bea062;
    border-radius: 24px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.5);
    display: table;
    margin: 0 auto;
    max-width: 676px;
    padding: 0 20px 20px;
    width: 100%;
}

ul {
    font-family: "Muller",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

li {
    display: block;
    line-height: 1.44em;
    margin: 0 auto 20px;
    max-width: 480px;
    width: 100%;
}

.pfour-section {
    padding: 0 0 60px;
}

.box {
    border: 4px solid #bea062;
    border-radius: 28px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.5);
    display: table;
    line-height: 0;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

.box img {
    border-radius: 24px;
}

.two {
    background-color: rgba(0,50,100,.15);
    border-radius: 18px;
    color: #FFF;
}

.two a {
    color: #FFF;
}

.two a:hover {
    color: #bea062;
}

a.instgr {
    float: left;
    margin: 10px 15px;
    max-width: 50px;
}

.adres {
    color: #111;
    margin: 40px auto 0;
    max-width: 160px;
    width: 100%;
}

/* Mobile
-------------------------------------------------*/

@media (max-width: 768px) {
    .pOne-section {
        padding: 100px 0 60px;
    }
    .mainbox {
        border: 0 solid #bea062;
        border-radius: 0;
    }
    .box {
        border: 0 solid #bea062;
        border-radius: 0;
    }
    .box img {
        border-radius: 0;
    }
    .two {
        background-color: rgba(0,0,0,.65);
        border-radius: 0;
    }
    .adres {
        color: #bea062;
    }
}
