/*
Ristorante Da Marco 
http://da-marco.com

Created by Claudio Sennhauser
http://sennhauser.com

Version: 0.9b
Date: 07-14-2015
*/


/*========================
GLOBAL
=========================*/

body {
	max-width: 2250px;
	margin: auto;
}

p {
	font-size: 1.3em;
	font-weight: 300;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.section-title {
	color: #fff;
    font-size: 100px;  
    font-size: 10vw; 
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}

.paragraph-title {
	color: #610B21;
	padding: 5px;
	margin: 0 50px 50px 50px;
}

.description {
	padding: 0 50px;
}

.centered-text {
	text-align: center;
}

.carousel {
	margin: 30px 0;
	z-index: 1;
}

.main-slideshow {
	z-index: 1;
}

.col-md-6 {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right:-4px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.btn {
	margin-top: 1.5em;
	background-color: #610B21;
	border-color: #610B21;
}

.btn:hover,
.btn:focus {
	background-color: #8A0829;
/*	color: #610B21; */
	border-color: #610B21;
}

.btn:visited {
	color: #fff;
}

/*
.btn:hover > btn:visited,
.btn:focus > btn:visited {
	background-color: #fff;
	color: #610B21 !important;
	border-color: #610B21;
}
*/

.italic {
	font-style: italic;	
}

.well {
	border-radius: 0;
}

/*========================
SECTIONS
=========================*/

#home { 
/*	background: url(../images/main_restaurant.jpg) 50% 0 fixed no-repeat;  */
	height: 100%;
	height: 100vh; 
	width: 100%; 
	margin: 0 auto; 
	position: relative; 
	padding: 100px 0; 
	padding: 14vh 0;  
    color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000;

}

#about { 
	background: url(../images/gray-light.png) 50% 0 fixed; 
	height: auto;
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 7% 0;
	text-align: center;
}

#anniversary { 
	background: url(../images/background-firework.jpg) 50% 0 fixed; 
	height: auto;
	width: 100%; 
	margin: 0 auto;  
	position: relative; 
	padding: 7% 0;
	text-align: center;
}

#menu-lead { 
	background: url(../images/background-veggies.jpg) 50% 0 fixed; 
	height: auto;
	width: 100%; 
	margin: 0 auto;  
	position: relative; 
	padding: 7% 0;
	text-align: center;
}

#menu { 
	background: url(../images/gray-light.png) 50% 0 fixed; 
	height: auto; 
	width: 100%; 
	margin: 0 auto; 
	position: relative; 
	padding: 7% 0;
	text-align: center;
}

.carousel-caption p {
    text-shadow: 1px 1px 1px #000;
}


#reviews { 
	background: url(../images/background-table.jpg) 50% 0 fixed; 
	height: auto;
	width: 100%;
	margin: 0 auto;  
	position: relative; 
	padding: 7% 5% 5% 5%;
	text-align: center;
}

.review {
	text-align: left;
	padding: 20px 30px 0 30px;
}

.reviewer {
	font-style: italic;
	text-align: right;
}

#map { 
	background: url(../images/gray-light.png) 50% 0 fixed; 
	height: auto;
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 7% 0;
	text-align: center;
}

.map-container {
	height: auto;
	width: 100%;
/*	padding-left: 50px; */
}

#contact { 
	background: url(../images/gray-dark.png) 50% 0 fixed; 
	color: #ffffff;
	height: auto;
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 7% 0;
	text-align: center;
}

.contact-title {
	color: #fff;
	padding: 5px;
	margin: 0 50px 50px 50px;
}


#contact li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    padding-right: 40px;
    color: #ffffff;
    text-decoration: none;
    font-size: 2em;
}

#contact li a:visited, a:link, a:active {
	color: #ffffff;
}

#contact li a:hover,
#contact li a:focus {
	color: #facc2e;
	background-color: transparent;
}

#footer {
    background-color: #610B21;
    color: #ffffff;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 0.8em;
    padding: 7px 20px 0 20px;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover,
#footer a:focus {
	color: #facc2e;
	background-color: transparent;
}


/*========================
NAVBAR
=========================*/

.navbar-inverse {
    background-color: #610B21;
    color: #ffffff;
    border-bottom: none;
    max-width: 2250px;
    margin: auto;
}


.navbar-inverse .navbar-nav > li > a {
    font-size: 120%;
    color:#ffffff !important;
    margin-left: 3px;
}


.navbar-inverse .navbar-nav > .active > a {
    color: green !important;  
    background-color:transparent;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #facc2e !important;
    background-color:transparent;
}


.navbar-inverse .navbar-brand {
    font-family: 'Playball', cursive; 
    font-size: 250%;
	color:#ffffff !important;
}

.navbar-toggle {
	border: none;
}


.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #fff !important;
}


.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
	background-color: #610B21 !important;
}


/*========================
HOME PAGE
=========================*/

.top-title {
    font-family: 'Playball', cursive; 
    font-size: 95px;  
    font-size: 9vw; 
    font-weight: 500;
    padding: 0;
 }

.second-title {
	font-size: 60px;  
	font-size: 5.5vw; 
    font-weight: 200; 
    font-style: italic; 
    margin-bottom: 20px;
}

.tel-title {
	font-size: 50px;  
	font-size: 4.5vw; 
    font-weight: 400; 
    margin: 20px 0 10px 0;
}

.hours-title {
	font-size: 45px;  
	font-size: 3.8vw;  
    font-weight: 400; 
}

.closed-title {
	margin-top: -5px; 
	margin-top: -0.5vw;
	font-size: 40px;  
	font-size: 3.6vw; 
    font-weight: 200; 
}

.separator {
	width: 80%;
	border-color: #fff;
	box-shadow: 1px 1px 1px #000;
}


/*========================
MODALS
=========================*/

.modal_body p {
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 0 15px;
}

figcaption {
	font-size: .8em;
	text-align: center;
	padding-top: 5px;
}


.modal_picture_right {
/*	display: inline-block; */
	float: right;
	margin: 10px 15px 25px 15px;
	width: 240px;
	height: 160px;
/*	padding: 0 15px; */
}

.modal_picture_left {
	display: inline-block;
	float: left;
	margin: 10px 15px 25px 15px;
	width: 240px;
	height: 160px;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 


	.section-title {
		color: #fff;
		font-size: 2em;  
		font-weight: 500;
		text-shadow: 1px 1px 1px #000;
	}
	
	.paragraph-title {
		border: 4px solid;
		padding: 0;
		margin-bottom: 20px;
	}

	.description {
		padding: 0;
	}



	/*========================
	SECTIONS
	=========================*/

	#home { 
		height: 100%; 
		margin: 0 auto; 
		width: 100%; 
		position: relative; 
		padding: 60px 0 40px 0;  
		text-align: center;
	}

	#reviews { 
		background: url(../images/background-table.jpg) 50% 0 fixed; 
		height: auto;
		width: 100%;
		margin: 0 auto;  
		position: relative; 
		padding: 7% 0 5% 0;
		text-align: center;
	}

	.review {
		text-align: left;
		padding-top: 20px;
	}


	#contact li {
		list-style: none;
		display: inline-block;
		margin: 0 5px;
		padding-right: 20px;
		color: #ffffff;
		text-decoration: none;
		font-size: 2em;
	}


	#footer {
		background-color: #610B21;
		color: #ffffff;
		width: 100%;
		height: 40px;
		text-align: center;
		font-size: 0.8em;
		padding: 7px 0;
	}


	/*========================
	NAVBAR
	=========================*/

	.navbar-inverse {
		background-color: #610B21;
		color: #ffffff;
		border-bottom: none;
	}


	/*========================
	HOME PAGE
	=========================*/
	.top-title {
		color: #fff;
		font-family: 'Playball', cursive; 
		font-size: 2.3em; 
		font-weight: 500;
	 }

	.second-title {
		color: #fff;
		font-size: 1.6em; 
		font-weight: 200; 
		font-style: italic; 
		margin-bottom: 40px;
	}

	.tel-title {
		color: #fff;
		font-size: 1.8em; 
		font-weight: 400; 
		margin: 40px 0 20px 0;
	}

	.hours-title {
		color: #fff;
		font-size: 1.6em;  
		font-weight: 400; 
	}

	.closed-title {
		color: #fff;
		font-size: 1.5em; 
		font-weight: 200; 	
	}
	
	.carousel-caption p {
		display: none;
	}
	
	.carousel-indicators li {
		display: none;
	}

	.carousel-indicators .active {
		display: none;
	}	
}


