/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

@font-face {
    font-family: 'JosefinSans';
    src: url('fonts/josefin-sans/JosefinSans-Regular.ttf');
}

body {
	font-family: JosefinSans,'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px
	/*line-height: 21px;*/
	/*font-weight:400;*/
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #F0F0F0;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: JosefinSans,'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration: none;}

/** Loader and Spinner **/ 
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8c8c8c;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    background-color: #ed3632;
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}


#contact > p {
    margin-left: 20px;
}

#contact > p:hover, #contact > p:active {
    color: #F0F0F0;
    text-decoration: none;
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
    display: inline-block;
	float:left;
	margin:40px;
	position:absolute;
	top:200px;
	width:600px;
	/*min-width: 45%;*/
	
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

.content > p { 
    text-shadow: black 0.1em 0.1em 0.2em;
}

#logo {
	font-family: 'Coustard', serif;
	/*font-size: 49px;*/
	bottom:37px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 20px;
	left:260px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ed3632; text-decoration: none;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}

.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	/*background: #393939;*/
	background: #555454;
	padding:50px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
	cursor: pointer;
}
.social-nav ul li:hover {  
    opacity: 1;
    padding: 60px 10px 5px 10px;
}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}

#about
{
    width: 100%!mportant;
}

.about-info
{
    display: block;
    width: 100%;
    padding: 10px;
}

.about-photo
{
    bottom: 100px;
    float: right;
}

.me-photo {
    display: block;
    float: right;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgb(85, 84, 84);
}

.me-photo > img {
    border-radius: 50%;
    width: 100%;
    padding: 3px;
}

.me-photo-beer {
    display: block;
    float: right;
    width: 300px;
    font-size: 20px;
}

/* lg */
@media (min-width: 1200px) {
    
    .dropdown {
        display: none;
    }

    .main-nav{
    	position:absolute;
    	bottom: 28px;
    	left:260px;
    	z-index:1001;
    }
    .main-nav ul li { 
    	list-style: none;
    	display: inline;
    	padding-right: 10px;
    	padding-left: 10px;
    	border-left: 1px solid #b7b7b7;
    }
    .main-nav ul li a.active {color: #ed3632; text-decoration: none;}
    
    .social-nav {
    	position:absolute;
    	top: 0px;
    	left: 40px;
    }    
    
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    
    .dropdown {
        display: none;
    }
    
    /* Set Page Elements */
    .content { 
    	width: 45%;
    }    

    .main-nav{
    	position:absolute;
    	bottom: 28px;
    	left:260px;
    	z-index:1001;
    }
    .main-nav ul li { 
    	list-style: none;
    	display: inline;
    	padding-right: 10px;
    	padding-left: 10px;
    	border-left: 1px solid #b7b7b7;
    }
    .main-nav ul li a.active {
        color: #ed3632; 
        text-decoration: none;
    }
    
    .social-nav {
    	position:absolute;
    	top: 0px;
    	left: 40px;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .social-nav ul li {
        padding: 50px 20px 20px 20px; 
    }
    
    
    #contact  {
        width: 100%;
    }
    
    #contact > p  {
        width: 65%;
    }
    
    body {
    	font-size: 40px;
    }

    h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
    h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}    
    
    .main-nav { 
        display: none;
    }

    /* Dropdown Button */
    .dropbtn {
        background-image: url('../images/menu_up.png');
        width: 60px;
        height: 60px;
        border: none;
        cursor: pointer;
    }
    
    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus, .dropbtn:active {

    }
    
    .dropbtn-active {
        background-image: url('../images/menu_down.png');
    }
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        display: block;
        position: relative;
        display: inline-block;
        float: right;
        /*border: 2px solid #000000;*/
        /*background: #555454;*/
        /*opacity: .5;*/
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        right: 10px;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
        z-index: 99999999999;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
        background-color: #333;
        opacity: .5;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        color: white; 
        text-shadow: black 0.1em 0.1em 0.2em;
    }
    
    .dropdown-content a:hover {
        color: #000; 
        font-weight: bold;
        text-shadow: none;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #f1f1f1}
    
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

    #logo {
        display: none;    
    }

    /* Set Page Elements */
    .content { 
    	width: 600px;
    } 
    
    .footer {
        height: 200px;
    }

    .main-nav{
    	/*position:absolute;*/
    	/*bottom: 28px;
    	left:260px;
    	z-index:1001;*/
    	display: none;
    }
    .main-nav ul li { 
    	list-style: none;
    	display: inline;
    	padding-right: 10px;
    	padding-left: 10px;
    	border-left: 1px solid #b7b7b7;
    }
    .main-nav ul li a.active {color: #ed3632; text-decoration: none;}
    
    .social-nav {
    	position:absolute;
    	top: 0px;
    	left: 40px;
    }
    
    #arrow_left, #arrow_right {
        display: none;
    }   
    
    .me-photo {
        width: 350px;
        height: 350px;
    }

}

/* xs */
@media (max-width: 767px) {
    .social-nav ul li {
        padding: 50px 20px 20px 20px; 
    }
    
    body {
    	font-size: 20px;
    }

    h1{font-size: 36px; line-height: 40px; padding: 0; margin: 0;}
    h5{font-size: 20px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}    

    /* Dropdown Button */
    .dropbtn {
        background-image: url('../images/menu_up.png');
        width: 60px;
        height: 60px;
        border: none;
        cursor: pointer;
    }
    
    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus, .dropbtn:active {

    }
    
    .dropbtn-active {
        background-image: url('../images/menu_down.png');
    }
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        display: block;
        position: relative;
        display: inline-block;
        float: right;
        /*border: 2px solid #000000;*/
        /*background: #555454;*/
        /*opacity: .5;*/
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        right: 10px;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
        z-index: 99999999999;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
        background-color: #333;
        opacity: .5;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        color: white; 
        text-shadow: black 0.1em 0.1em 0.2em;
    }
    
    .dropdown-content a:hover {
        color: #000; 
        font-weight: bold;
        text-shadow: none;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #f1f1f1}
    
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

    #logo {
        display: none;    
    }

    /* Set Page Elements */
    .content { 
        top: 60px;
    	width: 80%;
    } 
    
    .footer {
        height: 200px;
    }

    .main-nav{
    	/*position:absolute;*/
    	/*bottom: 28px;
    	left:260px;
    	z-index:1001;*/
    	display: none;
    }
    .main-nav ul li { 
    	list-style: none;
    	display: inline;
    	padding-right: 10px;
    	padding-left: 10px;
    	border-left: 1px solid #b7b7b7;
    }
    .main-nav ul li a.active {color: #ed3632; text-decoration: none;}
    
    .social-nav {
    	position:absolute;
    	top: 0px;
    	left: 40px;
    }
    
    #arrow_left, #arrow_right {
        display: none;
    }    
}

/* XS PORTRAIT */
@media (max-width: 640px) {
    body {
    	font-size: 16px;
    }
    h1{font-size: 30px; line-height: 35px; padding: 0; margin: 0;}
    h5{font-size: 16px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

    /* Dropdown Button */
    .dropbtn {
        background-image: url('../images/menu_up.png');
        width: 60px;
        height: 60px;
        border: none;
        cursor: pointer;
    }
    
    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus, .dropbtn:active {

    }
    
    .dropbtn-active {
        background-image: url('../images/menu_down.png');
    }
    
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
        float: right;
        display: block;
        /*border: 2px solid #000000;*/
        /*background: #555454;*/
        /*opacity: .5;*/
    }
    
    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        right: 10px;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
        z-index: 99999999999;
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
        background-color: #333;
        opacity: .5;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        color: white; 
        text-shadow: black 0.1em 0.1em 0.2em;
    }
    
    .dropdown-content a:hover {
        color: #000; 
        font-weight: bold;
        text-shadow: none;
    }
    
    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #f1f1f1}
    
    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

    #logo {
        display: none;    
    }

    /* Set Page Elements */
    .content { 
    	width: 80%;
    } 
    
    .footer {
        height: 200px;
    }

    .main-nav{
    	/*position:absolute;*/
    	/*bottom: 28px;
    	left:260px;
    	z-index:1001;*/
    	display: none;
    }
    .main-nav ul li { 
    	list-style: none;
    	display: inline;
    	padding-right: 10px;
    	padding-left: 10px;
    	border-left: 1px solid #b7b7b7;
    }
    .main-nav ul li a.active {color: #ed3632; text-decoration: none;}
    
    .social-nav {
    	position:absolute;
    	top: 0px;
    	left: 40px;
    }
    
    #arrow_left, #arrow_right {
        display: none;
    }
}
